aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
AgeCommit message (Expand)Author
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