Changes For Bug 352
[oota-llvm.git] / lib / Transforms / IPO / Internalize.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-06-26 Chris LattnerWhen internalizing global ctor/dtor list, also mark...
2003-05-22 Chris LattnerMake the list accept comma separated names
2003-05-22 Chris Lattner* Revert to old behavior of ignoring a module if it...
2003-05-22 Chris LattnerAdd option to internalize to allow it to read a file...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-08 Chris LattnerUse the new getMainFunction() method to efficiently...
2002-10-07 Chris LattnerNon-functionality change just to make it more clear...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-07-30 Chris Lattner* Indent class into anonymous namespace, filling up...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-24 Chris LattnerEliminate several include/llvm/Transforms/IPO/*.h files...
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerBe careful not to make "external" function internal
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD