Move to include/llvm/CodeGen
[oota-llvm.git] / include / llvm / Constants.h
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-08-26 Chris LattnerAdd support for turning an array of characters into...
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-08-13 Chris Lattner - Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-12 Chris Lattner - Added a new superclass of ConstantBool/ConstantInt...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-18 Chris LattnerMake getelementptr ConstExpr take a vector of constants...
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique.
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris LattnerRename getNullConstant to getNullValue
2002-04-18 Chris LattnerRemove getStrValue method from Constant implementations...
2002-04-08 Chris Lattner* Add virtual print methods
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerConstants KNOW they are of a derived type
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant