Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / Constant.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerAllow for "unsafe" replaceAllUsesWith operatations...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-07-14 Vikram S. AdveAdd a couple of virtual functions to support subclass...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h