Move contents of these files into IPO.h
[oota-llvm.git] / include / llvm / Transforms / Utils /
2002-06-25 Chris Lattner*** empty log message ***
2002-05-26 Chris LattnerSimplify the interface to local dce and constprop
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-07 Chris LattnerCheckin headers for Utils library
2002-05-07 Chris LattnerCleanup implementation a bit + comments
2002-05-07 Chris LattnerUpdate header after moving file
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattners/Method/Function in classname
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-03-29 Chris LattnerCheckin new useful routine
2002-03-23 Chris LattnerRename Method to Function
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-01 Chris LattnerAdd constructor for addition to opt program
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-13 Chris LattnerNew module linking functionality prototype