summaryrefslogtreecommitdiff
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-12-23
* Correct the description of ConstantInt::isValueValidForType.Reid Spencer2006-12-19
* Make ConstantInt not care about sign any more. To ensure the AsmParser canReid Spencer2006-12-19
* Remove the two-argument (inferred cast) form of ConstantExpr::getCast nowReid Spencer2006-12-18
* Fix problems in the CBE and InstructionCombining which use the isMaxValueReid Spencer2006-12-17
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-12
* Implement getIntegerCast and getFPCast for ConstantExpr. These are similarReid Spencer2006-12-12
* Packed StructuresAndrew Lenharth2006-12-08
* For PR950:Reid Spencer2006-12-06
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-05
* Add cast creation functions for Pointer Casts, either BitCast or PtrToIntReid Spencer2006-12-04
* Separate the get and getTy functions for ICmp and FCmp into getCompareReid Spencer2006-12-04
* Implement new cast creation functions for both instructions and constantReid Spencer2006-12-04
* For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...Reid Spencer2006-12-04
* Take a baby step towards getting rid of inferred casts. Provide methods onReid Spencer2006-12-04
* Implement creation of ICmp and FCmp constant expressions.Reid Spencer2006-12-03
* add a new ConstantIntegral::get method. Simplify the implementation ofChris Lattner2006-12-01
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-02
* Add isCString() - returns true if a ConstantArray is a CString.Evan Cheng2006-10-26
* For PR950:Reid Spencer2006-10-26
* Fix a comment to be accurate.Reid Spencer2006-10-20
* For PR950:Reid Spencer2006-10-20
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-28
* fix typoChris Lattner2006-09-18
* For PR797:Reid Spencer2006-08-25
* Add another helper method.Chris Lattner2006-07-14
* Add a new method for bugpoint to use.Chris Lattner2006-07-14
* Provide a simpler interface for getting a ConstantArray from a characterReid Spencer2006-05-30
* Properly document the second form of ConstArray::get()Reid Spencer2006-05-30
* Adjust the interface to ConstantArray::get. The previousReid Spencer2006-05-30
* For PR786:Reid Spencer2006-05-24
* Add a new shufflevector instructionChris Lattner2006-04-08
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-07
* Instruction and constant expression definitions for the insertelementRobert Bocchino2006-01-17
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-10
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-04
* Split SimpleConstantVal up into its components, so each Constant subclass getsChris Lattner2005-09-27
* Add long-overdue helpers for getting constants with known upper bitsChris Lattner2005-09-24
* Move code dependency for MathExtras.h out of Constants.h.Jim Laskey2005-08-17
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-17
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add new function getPtrPtrFromArrayPtr().Alkis Evlogimenos2005-03-19
* Eliminate the explicit opcode field in ConstantExpr, using the SubclassDataChris Lattner2005-02-05
* Adjust to changes in the User class.Chris Lattner2005-01-29
* Change this method to return ulong, not uint, for 64-bit targets.Chris Lattner2004-12-13
* Use getOperand() and remove getElementAt() function.Alkis Evlogimenos2004-12-08
* Add accessors for Constants in a ConstantStruct.Alkis Evlogimenos2004-12-05
* Fix grammar in comments to getSizeOf()Misha Brukman2004-10-24