aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
AgeCommit message (Expand)Author
2006-03-07Switch to using a numeric id for anchors.Jim Laskey
2006-01-22Make iostream #inclusion explicitChris Lattner
2006-01-19If not internalizing, don't mark llvm.global[cd]tors const, as a fix for aChris Lattner
2006-01-19Don't internalize llvm.global[cd]tor unless there are uses of it. ThisChris Lattner
2006-01-03Pull inline methods out of the pass class definition to make it easier toChris Lattner
2005-12-05Wrap a long line, never internalize llvm.used.Chris Lattner
2005-10-18Add an option to this pass. If it is set, we are allowed to internalizeChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
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