aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move method out of lineChris Lattner2004-08-041-3/+1
* Remove uneeded getValues() functions.Alkis Evlogimenos2004-08-041-8/+0
* Add a special version of getType for ConstantPointerNull, exposing the factChris Lattner2004-08-041-0/+7
* Convert tabs to spaces; fix name of function in assert() description.Misha Brukman2004-07-191-1/+1
* inline classof implementations, eliminate use of virtual methods.Chris Lattner2004-07-191-41/+33
* ****** ABOLISH ConstantPointerRef *****Reid Spencer2004-07-171-38/+0
* Add a helper method. The StructType element is completely redundant in mostChris Lattner2004-07-121-0/+3
* Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner2004-06-211-12/+11
* Add some helpersChris Lattner2004-05-251-0/+3
* Add ConstantExpr::get(Sign|Zero)Extend methodsChris Lattner2004-04-041-0/+2
* Add a bunch of methods that should have been added a long time ago.Chris Lattner2004-03-291-0/+22
* Add support for select constant exprsChris Lattner2004-03-121-0/+11
* Add a new ConstantAggregateZero class, to fix PR239. This makes zeroChris Lattner2004-02-151-20/+36
* ConstantArray::get and ConstantStruct::get now just return pointers toChris Lattner2004-02-151-4/+3
* Correct the method I just added to actually return false sometimesChris Lattner2004-02-021-1/+1
* Add a new method to ConstantFPChris Lattner2004-02-021-0/+18
* The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Nega...Chris Lattner2004-02-011-3/+12
* Add new ConstantArray::isString(), as the conditions for using getString()Chris Lattner2004-01-141-6/+13
* The getShift method is no obsoleteChris Lattner2004-01-121-7/+2
* The ConstantPointer class is now gone.Chris Lattner2003-11-171-46/+13
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-4/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add some new methods to forward toChris Lattner2003-10-051-2/+23
* These methods are dead, remove themChris Lattner2003-10-031-4/+0
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner2003-08-291-4/+8
* Add more doxygen comments, add new ConstantInt::getRawValue methodChris Lattner2003-07-231-0/+12
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Remove some cruft, add some methods to allow implementation of bugfix forChris Lattner2003-05-231-17/+22
* Minor rewording/cleanupsChris Lattner2003-05-231-11/+13
* New methodChris Lattner2003-05-211-0/+3
* Add some methods to make type safety a bit easierChris Lattner2003-05-141-0/+9
* Change the interface to constant expressions to allow automatic foldingChris Lattner2003-04-161-5/+7
* Fix ConstantUInt::isAllOnesValueChris Lattner2003-03-101-1/+3
* Extend struct and array constants to support isNullValueChris Lattner2003-03-061-2/+16
* - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner2002-10-141-14/+0
* - Add new Constant::replaceUsesOfWithOnConstant which has an end resultChris Lattner2002-10-091-0/+4
* Add support for turning an array of characters into a string.Chris Lattner2002-08-261-96/+128
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-181-7/+11
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-2/+2
* - Rename ConstantGenericIntegral -> ConstantIntegralChris Lattner2002-08-131-6/+13
* - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegralChris Lattner2002-08-121-8/+80
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-16/+15
* Make getelementptr ConstExpr take a vector of constants not valuesChris Lattner2002-07-181-8/+8
* Ensure ConstExpr constants are unique.Vikram S. Adve2002-07-151-2/+2
* Added subclass ConstantExpr to represent expressions consructed fromVikram S. Adve2002-07-141-5/+69
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-51/+6
* Rename getNullConstant to getNullValueChris Lattner2002-04-271-11/+11