| Commit message (Expand) | Author | Age | Files | Lines |
* | Add another helper method. | Chris Lattner | 2006-07-14 | 1 | -0/+4 |
* | Add a new method for bugpoint to use. | Chris Lattner | 2006-07-14 | 1 | -0/+5 |
* | Provide a simpler interface for getting a ConstantArray from a character | Reid Spencer | 2006-05-30 | 1 | -6/+6 |
* | Properly document the second form of ConstArray::get() | Reid Spencer | 2006-05-30 | 1 | -0/+7 |
* | Adjust the interface to ConstantArray::get. The previous | Reid Spencer | 2006-05-30 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-05-24 | 1 | -1/+1 |
* | Add a new shufflevector instruction | Chris Lattner | 2006-04-08 | 1 | -9/+6 |
* | add a new Type::getIntegralTypeMask() method, which is useful for clients that | Chris Lattner | 2006-02-07 | 1 | -1/+0 |
* | Instruction and constant expression definitions for the insertelement | Robert Bocchino | 2006-01-17 | 1 | -0/+7 |
* | Added an instruction and constant expression for the extractelement | Robert Bocchino | 2006-01-10 | 1 | -0/+6 |
* | Change the signature of replaceUsesOfWithOnConstant to take a Use* and not | Chris Lattner | 2005-10-04 | 1 | -10/+4 |
* | Split SimpleConstantVal up into its components, so each Constant subclass gets | Chris Lattner | 2005-09-27 | 1 | -22/+16 |
* | Add long-overdue helpers for getting constants with known upper bits | Chris Lattner | 2005-09-24 | 1 | -0/+14 |
* | Move code dependency for MathExtras.h out of Constants.h. | Jim Laskey | 2005-08-17 | 1 | -7/+2 |
* | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 1 | -17/+3 |
* | 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 |