Misha Brukman
|
1dc8e19185
|
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
the function instead of isolating it. This also means the condition is reversed.
llvm-svn: 13112
|
2004-04-22 23:00:51 +00:00 |
|
Misha Brukman
|
ddace6ecbe
|
Add a flag to choose between isolating a function or deleting the function from
the Module. The default behavior keeps functionality as before: the chosen
function is the one that remains.
llvm-svn: 13111
|
2004-04-22 22:52:22 +00:00 |
|
Chris Lattner
|
9ae9c45d43
|
Finegrainify namespacification
llvm-svn: 10138
|
2003-11-21 21:54:22 +00:00 |
|
Misha Brukman
|
4eedd560a6
|
This file was somehow missing a top-level comment line.
llvm-svn: 10055
|
2003-11-17 19:35:17 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
|
John Criswell
|
b402729b30
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
|
Misha Brukman
|
868eac95dd
|
Fix spelling.
llvm-svn: 9027
|
2003-10-10 17:57:28 +00:00 |
|
Chris Lattner
|
fa4f750f3e
|
Add new linkage types to support a real frontend
llvm-svn: 5786
|
2003-04-16 20:28:45 +00:00 |
|
Chris Lattner
|
adea9960ab
|
Move the function extractor pass from tools/extract into lib/Xform/IPO
llvm-svn: 4759
|
2002-11-19 18:42:59 +00:00 |
|