* Remove dead code from ExprTypeConvert.cpp
[oota-llvm.git] / lib / Transforms / TransformInternals.h
2002-07-17 Chris Lattner* Remove dead code from ExprTypeConvert.cpp
2002-05-07 Chris LattnerFactor code out of TransformInternals into the Transfor...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-16 Chris LattnerAdd casts for documentation
2002-03-21 Chris LattnerDeclare the new InsertInstBeforeInst function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* isFirstClassType is now provided by the Type class
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerSupport Composite's, not just structs
2001-11-13 Chris Lattner* Change ExpressionConvertableToType to more closely...
2001-11-08 Chris LattnerImprove raising significantly
2001-11-06 Chris LattnerFix bugs
2001-11-05 Chris LattnerUse the expression map correctly.
2001-11-04 Chris LattnerRefactor code to share stuff