Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
[oota-llvm.git] / include / llvm / Constant.h
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-06-15 Chris Lattneradd a Constant::getAllOnesValue helper function, which...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-03-08 Evan ChengAdded ContainsRelocations() to check if a constant...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-09-28 Chris Lattnerremove dead method
2006-06-05 Reid SpencerFor PR778:
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-01-29 Chris LattnerAdjust to user changes.
2004-11-19 Chris LattnerAdd static functions to clear singleton maps. Patch...
2004-10-16 Chris LattnerUndefValue's are constants
2004-08-04 Chris LattnerNow that ConstantPointerRef is gone, it is the case...
2004-07-19 Misha BrukmanTabs to spaces.
2004-07-19 Chris Lattnereliminate isConstantExpr, changes to isa<Constant>...
2004-07-17 Reid SpencerExtend constructor so that it can support GlobalValue...
2004-03-08 Chris Lattnerremove *THANKFULLY* dead method
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