Make getelementptr ConstExpr take a vector of constants not values
[oota-llvm.git] / include / llvm / Constants.h
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