Add option to print per module instead of per method, so that
[oota-llvm.git] / include / llvm / Optimizations /
2001-10-18 Chris LattnerConvert to new simpler pass structure
2001-10-18 Chris LattnerConvert optimizations to use the Pass infrastructure
2001-10-15 Chris LattnerFile moved to: llvm/Transforms/HoistPHIConstants.h
2001-10-13 Chris LattnerFix broken #endif
2001-09-07 Chris LattnerFollow the golden rule of the coding standards guide...
2001-08-28 Vikram S. AdveSimplification transformations to normalize the code...
2001-07-20 Chris LattnerHeader to raise and lower representation
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-06-30 Chris LattnerSplit AllOpts.h into lots of little .h files.
2001-06-29 Chris LattnerAdded prototype for ConstantFoldTerminator
2001-06-27 Chris Lattner* Use the new reduce_apply_bool template
2001-06-21 Chris LattnerModified to use the new reduce_apply algorithm
2001-06-20 Chris LattnerAdd an optimization stub
2001-06-06 Chris LattnerInitial revision