s/Method/Function
[oota-llvm.git] / lib / Transforms / Scalar / ConstantProp.cpp
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerAssertion could never fail because another one would...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-26 Chris LattnerExpose constant propogation of an instruction in a...
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-07 Chris Lattner* Supoprt global constants
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-29 Chris LattnerExport ConstantFoldTerminator, allow it to fold conditi...
2001-06-29 Chris LattnerWe need to make sure to remove PHI nodes in the success...
2001-06-27 Chris Lattner* Expose DoConstantPoolMerging
2001-06-06 Chris LattnerInitial revision