Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -15/+15 |
| | | | | llvm-svn: 21427 | ||||
* | stop using method. | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| | | | | llvm-svn: 20603 | ||||
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| | | | | | | | | using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*. This patch is contributed by Gabor Greif, thanks! llvm-svn: 20597 | ||||
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -3/+3 |
| | | | | | | | from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16436 | ||||
* | Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete | Misha Brukman | 2004-04-22 | 1 | -11/+11 |
| | | | | | | the function instead of isolating it. This also means the condition is reversed. llvm-svn: 13112 | ||||
* | Add a flag to choose between isolating a function or deleting the function from | Misha Brukman | 2004-04-22 | 1 | -6/+29 |
| | | | | | | | the Module. The default behavior keeps functionality as before: the chosen function is the one that remains. llvm-svn: 13111 | ||||
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -5/+3 |
| | | | | llvm-svn: 10138 | ||||
* | This file was somehow missing a top-level comment line. | Misha Brukman | 2003-11-17 | 1 | -1/+1 |
| | | | | llvm-svn: 10055 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 9027 | ||||
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -3/+5 |
| | | | | llvm-svn: 5786 | ||||
* | Move the function extractor pass from tools/extract into lib/Xform/IPO | Chris Lattner | 2002-11-19 | 1 | -0/+83 |
llvm-svn: 4759 |