Rename ConstPoolVal -> Constant
[oota-llvm.git] / lib / Transforms / ExprTypeConvert.cpp
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement array indexing reverse engineering
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-14 Chris LattnerBetter heuristics for handling arrays
2001-11-13 Chris Lattner* Change ExpressionConvertableToType to more closely...
2001-11-09 Chris LattnerRemove false optimization that basically broke everything
2001-11-08 Chris Lattner* Add better caching of data to avoid silly recusions
2001-11-08 Chris LattnerImprove raising significantly
2001-11-06 Chris LattnerFix minor bug for shifts
2001-11-06 Chris LattnerFix many bugs. Implement PHI transforms & other cycles
2001-11-05 Chris LattnerDon't print spurious linking warnings about methods...
2001-11-05 Chris LattnerUse the expression map correctly.
2001-11-04 Chris LattnerNew file for expression tree conversion