aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/Internalize.cpp
Commit message (Expand)AuthorAgeFilesLines
* When internalizing global ctor/dtor list, also mark it constant. This is gro...Chris Lattner2003-06-261-0/+8
* Make the list accept comma separated namesChris Lattner2003-05-221-1/+2
* * Revert to old behavior of ignoring a module if it doesn't contain a mainChris Lattner2003-05-221-7/+24
* Add option to internalize to allow it to read a file to determine which symbolsChris Lattner2003-05-221-10/+41
* Add new linkage types to support a real frontendChris Lattner2003-04-161-2/+2
* Use the new getMainFunction() method to efficiently locate mainChris Lattner2002-11-081-10/+5
* Non-functionality change just to make it more clear what is going onChris Lattner2002-10-071-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-4/+3
* * Indent class into anonymous namespace, filling up the diff with garbageChris Lattner2002-07-301-30/+43
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner2002-07-241-1/+1
* *** empty log message ***Chris Lattner2002-07-231-2/+4
* MEGAPATCH checkin.Chris Lattner2002-06-251-7/+7
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-3/+9
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Be careful not to make "external" function internalChris Lattner2002-04-281-2/+3
* Initial checkin of new "Internalize" pass for GCCLDChris Lattner2002-04-281-0/+38