| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -15/+15 |
* | Add new function getPtrPtrFromArrayPtr(). | Alkis Evlogimenos | 2005-03-19 | 1 | -0/+4 |
* | Eliminate the explicit opcode field in ConstantExpr, using the SubclassData | Chris Lattner | 2005-02-05 | 1 | -13/+9 |
* | Adjust to changes in the User class. | Chris Lattner | 2005-01-29 | 1 | -7/+10 |
* | Change this method to return ulong, not uint, for 64-bit targets. | Chris Lattner | 2004-12-13 | 1 | -1/+1 |
* | Use getOperand() and remove getElementAt() function. | Alkis Evlogimenos | 2004-12-08 | 1 | -8/+0 |
* | Add accessors for Constants in a ConstantStruct. | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+8 |
* | Fix grammar in comments to getSizeOf() | Misha Brukman | 2004-10-24 | 1 | -1/+1 |
* | Improve comments and wrap to 80 columns. | Alkis Evlogimenos | 2004-10-24 | 1 | -2/+3 |
* | Add ConstantExpr::getSizeOf(Type*). | Alkis Evlogimenos | 2004-10-24 | 1 | -0/+4 |
* | Add new UndefValue class | Chris Lattner | 2004-10-16 | 1 | -0/+31 |
* | 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 |