| Commit message (Expand) | Author | Age | Files | Lines |
* | Update doco, make doxygen more, use standard dividers. | Chris Lattner | 2004-10-13 | 1 | -19/+23 |
* | Allow creation of GEP constantexprs with a vector of value* operands as | Chris Lattner | 2004-10-11 | 1 | -2/+5 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -0/+39 |
* | Move method out of line | Chris Lattner | 2004-08-04 | 1 | -3/+1 |
* | Remove uneeded getValues() functions. | Alkis Evlogimenos | 2004-08-04 | 1 | -8/+0 |
* | Add a special version of getType for ConstantPointerNull, exposing the fact | Chris Lattner | 2004-08-04 | 1 | -0/+7 |
* | Convert tabs to spaces; fix name of function in assert() description. | Misha Brukman | 2004-07-19 | 1 | -1/+1 |
* | inline classof implementations, eliminate use of virtual methods. | Chris Lattner | 2004-07-19 | 1 | -41/+33 |
* | ****** ABOLISH ConstantPointerRef ***** | Reid Spencer | 2004-07-17 | 1 | -38/+0 |
* | Add a helper method. The StructType element is completely redundant in most | Chris Lattner | 2004-07-12 | 1 | -0/+3 |
* | Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client | Chris Lattner | 2004-06-21 | 1 | -12/+11 |
* | Add some helpers | Chris Lattner | 2004-05-25 | 1 | -0/+3 |
* | Add ConstantExpr::get(Sign|Zero)Extend methods | Chris Lattner | 2004-04-04 | 1 | -0/+2 |
* | Add a bunch of methods that should have been added a long time ago. | Chris Lattner | 2004-03-29 | 1 | -0/+22 |
* | Add support for select constant exprs | Chris Lattner | 2004-03-12 | 1 | -0/+11 |
* | Add a new ConstantAggregateZero class, to fix PR239. This makes zero | Chris Lattner | 2004-02-15 | 1 | -20/+36 |
* | ConstantArray::get and ConstantStruct::get now just return pointers to | Chris Lattner | 2004-02-15 | 1 | -4/+3 |
* | Correct the method I just added to actually return false sometimes | Chris Lattner | 2004-02-02 | 1 | -1/+1 |
* | Add a new method to ConstantFP | Chris Lattner | 2004-02-02 | 1 | -0/+18 |
* | The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Nega... | Chris Lattner | 2004-02-01 | 1 | -3/+12 |
* | Add new ConstantArray::isString(), as the conditions for using getString() | Chris Lattner | 2004-01-14 | 1 | -6/+13 |
* | The getShift method is no obsolete | Chris Lattner | 2004-01-12 | 1 | -7/+2 |
* | The ConstantPointer class is now gone. | Chris Lattner | 2003-11-17 | 1 | -46/+13 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 1 | -4/+5 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Add some new methods to forward to | Chris Lattner | 2003-10-05 | 1 | -2/+23 |
* | These methods are dead, remove them | Chris Lattner | 2003-10-03 | 1 | -4/+0 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol... | Chris Lattner | 2003-08-29 | 1 | -4/+8 |
* | Add more doxygen comments, add new ConstantInt::getRawValue method | Chris Lattner | 2003-07-23 | 1 | -0/+12 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Remove some cruft, add some methods to allow implementation of bugfix for | Chris Lattner | 2003-05-23 | 1 | -17/+22 |
* | Minor rewording/cleanups | Chris Lattner | 2003-05-23 | 1 | -11/+13 |
* | New method | Chris Lattner | 2003-05-21 | 1 | -0/+3 |
* | Add some methods to make type safety a bit easier | Chris Lattner | 2003-05-14 | 1 | -0/+9 |
* | Change the interface to constant expressions to allow automatic folding | Chris Lattner | 2003-04-16 | 1 | -5/+7 |
* | Fix ConstantUInt::isAllOnesValue | Chris Lattner | 2003-03-10 | 1 | -1/+3 |
* | Extend struct and array constants to support isNullValue | Chris Lattner | 2003-03-06 | 1 | -2/+16 |
* | - Dramatically simplify the Constant::mutateReferences implementation, | Chris Lattner | 2002-10-14 | 1 | -14/+0 |
* | - Add new Constant::replaceUsesOfWithOnConstant which has an end result | Chris Lattner | 2002-10-09 | 1 | -0/+4 |
* | Add support for turning an array of characters into a string. | Chris Lattner | 2002-08-26 | 1 | -96/+128 |
* | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner | 2002-08-18 | 1 | -7/+11 |
* | Remove support for Not ConstantExpr. This simplifies the unary case to only | Chris Lattner | 2002-08-14 | 1 | -2/+2 |
* | - Rename ConstantGenericIntegral -> ConstantIntegral | Chris Lattner | 2002-08-13 | 1 | -6/+13 |
* | - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral | Chris Lattner | 2002-08-12 | 1 | -8/+80 |
* | Cleanup ConstantExpr handling: | Chris Lattner | 2002-07-30 | 1 | -16/+15 |
* | Make getelementptr ConstExpr take a vector of constants not values | Chris Lattner | 2002-07-18 | 1 | -8/+8 |