We actually don't have spiff anymore
[oota-llvm.git] / lib / Transforms / TransformInternals.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-13 Chris LattnerRegularize header file comments
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-04-24 Chris LattnerMake the levelraise pass be well behaved w.r.t the...
2002-09-16 Chris LattnerFix: test/Regression/LLC/badidx.c problem
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