aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove getStrValue method from Constant implementations. The AssemblyWriterChris Lattner2002-04-181-15/+0
* * Add virtual print methodsChris Lattner2002-04-081-0/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-18/+18
* Constants KNOW they are of a derived typeChris Lattner2001-12-131-0/+9
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-0/+382