| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -2/+26 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -4/+2 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -1/+3 |
* | Add isCString() - returns true if a ConstantArray is a CString. | Evan Cheng | 2006-10-26 | 1 | -0/+5 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -1/+3 |
* | Fix a comment to be accurate. | Reid Spencer | 2006-10-20 | 1 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -109/+39 |
* | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 1 | -7/+11 |
* | fix typo | Chris Lattner | 2006-09-18 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -80/+114 |
* | 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 |