summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ExtractFunction.cpp
Commit message (Expand)AuthorAge
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Clarify the logic: the flag is renamed to `deleteFn' to signify it will deleteMisha Brukman2004-04-22
* Add a flag to choose between isolating a function or deleting the function fromMisha Brukman2004-04-22
* Finegrainify namespacificationChris Lattner2003-11-21
* This file was somehow missing a top-level comment line.Misha Brukman2003-11-17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-19