aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
AgeCommit message (Expand)Author
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-06-26When internalizing global ctor/dtor list, also mark it constant. This is gro...Chris Lattner
2003-05-22Make the list accept comma separated namesChris Lattner
2003-05-22* Revert to old behavior of ignoring a module if it doesn't contain a mainChris Lattner
2003-05-22Add option to internalize to allow it to read a file to determine which symbolsChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-08Use the new getMainFunction() method to efficiently locate mainChris Lattner
2002-10-07Non-functionality change just to make it more clear what is going onChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-07-30* Indent class into anonymous namespace, filling up the diff with garbageChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-24Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Be careful not to make "external" function internalChris Lattner
2002-04-28Initial checkin of new "Internalize" pass for GCCLDChris Lattner