Changes For Bug 352
[oota-llvm.git] / include / llvm / Constants.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-04 Chris LattnerMove method out of line
2004-08-04 Alkis EvlogimenosRemove uneeded getValues() functions.
2004-08-04 Chris LattnerAdd a special version of getType for ConstantPointerNul...
2004-07-19 Misha BrukmanConvert tabs to spaces; fix name of function in assert...
2004-07-19 Chris Lattnerinline classof implementations, eliminate use of virtua...
2004-07-17 Reid Spencer****** ABOLISH ConstantPointerRef *****
2004-07-12 Chris LattnerAdd a helper method. The StructType element is complet...
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-05-25 Chris LattnerAdd some helpers
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-12 Chris LattnerAdd support for select constant exprs
2004-02-15 Chris LattnerAdd a new ConstantAggregateZero class, to fix PR239...
2004-02-15 Chris LattnerConstantArray::get and ConstantStruct::get now just...
2004-02-02 Chris LattnerCorrect the method I just added to actually return...
2004-02-02 Chris LattnerAdd a new method to ConstantFP
2004-02-01 Chris LattnerThe first half of a fix for PR218 & test/Regression...
2004-01-14 Chris LattnerAdd new ConstantArray::isString(), as the conditions...
2004-01-12 Chris LattnerThe getShift method is no obsolete
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
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-10-05 Chris LattnerAdd some new methods to forward to
2003-10-03 Chris LattnerThese methods are dead, remove them
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerAllow for "unsafe" replaceAllUsesWith operatations...
2003-07-23 Chris LattnerAdd more doxygen comments, add new ConstantInt::getRawV...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-23 Chris LattnerRemove some cruft, add some methods to allow implementa...
2003-05-23 Chris LattnerMinor rewording/cleanups
2003-05-21 Chris LattnerNew method
2003-05-14 Chris LattnerAdd some methods to make type safety a bit easier
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-06 Chris LattnerExtend struct and array constants to support isNullValue
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