- Eliminate the last traces of the 'analysis' namespace
[oota-llvm.git] / lib / Transforms / ExprTypeConvert.cpp
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris Lattner*** empty log message ***
2002-08-22 Chris LattnerDo not generate load/store instructions with indexing.
2002-08-14 Chris LattnerAvoid creating 'load X, 0' instead of just 'load X'
2002-07-31 Chris LattnerImplement the other half of a feature advertised by...
2002-07-17 Chris Lattner* Remove dead code from ExprTypeConvert.cpp
2002-07-16 Chris LattnerAvoid !sized assertion failure if Ty is not a sized...
2002-07-16 Chris Lattner* Add assertion to ExprTypeConvert to detect error...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-07 Chris LattnerThis doesn't use DCE!
2002-05-02 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-04-29 Chris LattnerFix for problem when allocating something like this:
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
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-04-04 Chris Lattners/MethodType/FunctionType
2002-03-21 Chris LattnerFix bug test/Regression/Transforms/LevelRaise/2002...
2002-03-21 Chris LattnerFix test/Regression/Transforms/LevelRaise/2002-03-21...
2002-03-21 Chris LattnerFix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
2002-03-07 Chris LattnerSupport changing the pointer type of a store for the...
2002-02-14 Chris LattnerBug fix for test/Regression/Other/2002-02-14-LevelRaise...
2002-02-14 Chris LattnerImplement conversion of method pointer parameter in...
2002-02-14 Chris Lattner* Check in fix for: llvm/test/Regression/Other/2002...
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-14 Chris LattnerMany many changes and bugfixes:
2001-12-07 Chris LattnerImplement more general conversions for getelementptr...
2001-12-05 Chris LattnerFix a few bugs. Fix pessimization handling sized arrays
2001-12-05 Chris LattnerFixes to type conversion stuff to match induction varia...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
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