aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAgeFilesLines
* For PR1043:Reid Spencer2007-01-191-3/+10
* virtual not needed.Jim Laskey2007-01-121-1/+1
* Allow isAllOnesValue testing on packed constantsJim Laskey2007-01-121-0/+6
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-26/+3
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-5/+5
* Fixed a bug in ConstantInt::Inverted().Zhou Sheng2007-01-111-3/+3
* For PR1043:Zhou Sheng2007-01-111-120/+69
* Add a new ConstantPacked::getAllOnesValue methodChris Lattner2007-01-041-0/+5
* For PR950:Reid Spencer2006-12-231-10/+3
* Correct the description of ConstantInt::isValueValidForType.Reid Spencer2006-12-191-3/+5
* Make ConstantInt not care about sign any more. To ensure the AsmParser canReid Spencer2006-12-191-3/+6
* Remove the two-argument (inferred cast) form of ConstantExpr::getCast nowReid Spencer2006-12-181-2/+0
* Fix problems in the CBE and InstructionCombining which use the isMaxValueReid Spencer2006-12-171-2/+2
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-121-12/+12
* Implement getIntegerCast and getFPCast for ConstantExpr. These are similarReid Spencer2006-12-121-0/+13
* Packed StructuresAndrew Lenharth2006-12-081-1/+1
* For PR950:Reid Spencer2006-12-061-16/+8
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-051-9/+1
* Add cast creation functions for Pointer Casts, either BitCast or PtrToIntReid Spencer2006-12-041-1/+7
* Separate the get and getTy functions for ICmp and FCmp into getCompareReid Spencer2006-12-041-7/+12
* Implement new cast creation functions for both instructions and constantReid Spencer2006-12-041-0/+18
* For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...Reid Spencer2006-12-041-2/+6
* Take a baby step towards getting rid of inferred casts. Provide methods onReid Spencer2006-12-041-1/+8
* Implement creation of ICmp and FCmp constant expressions.Reid Spencer2006-12-031-2/+7
* add a new ConstantIntegral::get method. Simplify the implementation ofChris Lattner2006-12-011-0/+4
* For PR950:Reid Spencer2006-11-271-2/+26
* For PR950:Reid Spencer2006-11-081-4/+2
* For PR950:Reid Spencer2006-11-021-1/+3
* Add isCString() - returns true if a ConstantArray is a CString.Evan Cheng2006-10-261-0/+5
* For PR950:Reid Spencer2006-10-261-1/+3
* Fix a comment to be accurate.Reid Spencer2006-10-201-4/+4
* For PR950:Reid Spencer2006-10-201-109/+39
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-281-7/+11
* fix typoChris Lattner2006-09-181-1/+1
* For PR797:Reid Spencer2006-08-251-80/+114
* Add another helper method.Chris Lattner2006-07-141-0/+4
* Add a new method for bugpoint to use.Chris Lattner2006-07-141-0/+5
* Provide a simpler interface for getting a ConstantArray from a characterReid Spencer2006-05-301-6/+6
* Properly document the second form of ConstArray::get()Reid Spencer2006-05-301-0/+7
* Adjust the interface to ConstantArray::get. The previousReid Spencer2006-05-301-1/+1
* For PR786:Reid Spencer2006-05-241-1/+1
* 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