aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new shufflevector instructionChris Lattner2006-04-081-9/+6
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-071-1/+0
* Instruction and constant expression definitions for the insertelementRobert Bocchino2006-01-171-0/+7
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-101-0/+6
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-041-10/+4
* Split SimpleConstantVal up into its components, so each Constant subclass getsChris Lattner2005-09-271-22/+16
* Add long-overdue helpers for getting constants with known upper bitsChris Lattner2005-09-241-0/+14
* Move code dependency for MathExtras.h out of Constants.h.Jim Laskey2005-08-171-7/+2
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-17/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-15/+15
* Add new function getPtrPtrFromArrayPtr().Alkis Evlogimenos2005-03-191-0/+4
* Eliminate the explicit opcode field in ConstantExpr, using the SubclassDataChris Lattner2005-02-051-13/+9
* Adjust to changes in the User class.Chris Lattner2005-01-291-7/+10
* Change this method to return ulong, not uint, for 64-bit targets.Chris Lattner2004-12-131-1/+1
* Use getOperand() and remove getElementAt() function.Alkis Evlogimenos2004-12-081-8/+0
* Add accessors for Constants in a ConstantStruct.Alkis Evlogimenos2004-12-051-0/+8
* Fix grammar in comments to getSizeOf()Misha Brukman2004-10-241-1/+1
* Improve comments and wrap to 80 columns.Alkis Evlogimenos2004-10-241-2/+3
* Add ConstantExpr::getSizeOf(Type*).Alkis Evlogimenos2004-10-241-0/+4
* Add new UndefValue classChris Lattner2004-10-161-0/+31
* Update doco, make doxygen more, use standard dividers.Chris Lattner2004-10-131-19/+23
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-111-2/+5
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+39
* Move method out of lineChris Lattner2004-08-041-3/+1
* Remove uneeded getValues() functions.Alkis Evlogimenos2004-08-041-8/+0
* Add a special version of getType for ConstantPointerNull, exposing the factChris Lattner2004-08-041-0/+7
* Convert tabs to spaces; fix name of function in assert() description.Misha Brukman2004-07-191-1/+1
* inline classof implementations, eliminate use of virtual methods.Chris Lattner2004-07-191-41/+33
* ****** ABOLISH ConstantPointerRef *****Reid Spencer2004-07-171-38/+0
* Add a helper method. The StructType element is completely redundant in mostChris Lattner2004-07-121-0/+3
* Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner2004-06-211-12/+11
* Add some helpersChris Lattner2004-05-251-0/+3
* Add ConstantExpr::get(Sign|Zero)Extend methodsChris Lattner2004-04-041-0/+2
* Add a bunch of methods that should have been added a long time ago.Chris Lattner2004-03-291-0/+22
* Add support for select constant exprsChris Lattner2004-03-121-0/+11
* Add a new ConstantAggregateZero class, to fix PR239. This makes zeroChris Lattner2004-02-151-20/+36
* ConstantArray::get and ConstantStruct::get now just return pointers toChris Lattner2004-02-151-4/+3
* Correct the method I just added to actually return false sometimesChris Lattner2004-02-021-1/+1
* Add a new method to ConstantFPChris Lattner2004-02-021-0/+18
* The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Nega...Chris Lattner2004-02-011-3/+12
* Add new ConstantArray::isString(), as the conditions for using getString()Chris Lattner2004-01-141-6/+13
* The getShift method is no obsoleteChris Lattner2004-01-121-7/+2
* The ConstantPointer class is now gone.Chris Lattner2003-11-171-46/+13
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-4/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add some new methods to forward toChris Lattner2003-10-051-2/+23
* These methods are dead, remove themChris Lattner2003-10-031-4/+0
* Standardize header file commentsChris Lattner2003-09-301-1/+1