Implement review feedback for the ConstantBool->ConstantInt merge. Chris
[oota-llvm.git] / include / llvm / Constants.h
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFixed a bug in ConstantInt::Inverted().
2007-01-11 Zhou ShengFor PR1043:
2007-01-04 Chris LattnerAdd a new ConstantPacked::getAllOnesValue method
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Reid SpencerCorrect the description of ConstantInt::isValueValidFor...
2006-12-19 Reid SpencerMake ConstantInt not care about sign any more. To ensur...
2006-12-18 Reid SpencerRemove the two-argument (inferred cast) form of Constan...
2006-12-17 Reid SpencerFix problems in the CBE and InstructionCombining which...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-12 Reid SpencerImplement getIntegerCast and getFPCast for ConstantExpr...
2006-12-08 Andrew LenharthPacked Structures
2006-12-06 Reid SpencerFor PR950:
2006-12-05 Reid SpencerBail on the getInferredCast idea. Remove the function...
2006-12-04 Reid SpencerAdd cast creation functions for Pointer Casts, either...
2006-12-04 Reid SpencerSeparate the get and getTy functions for ICmp and FCmp...
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerFor PR950: Provide an isCompare method for detection...
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-12-03 Reid SpencerImplement creation of ICmp and FCmp constant expressions.
2006-12-01 Chris Lattneradd a new ConstantIntegral::get method. Simplify the...
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFix a comment to be accurate.
2006-10-20 Reid SpencerFor PR950:
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-18 Chris Lattnerfix typo
2006-08-25 Reid SpencerFor PR797:
2006-07-14 Chris LattnerAdd another helper method.
2006-07-14 Chris LattnerAdd a new method for bugpoint to use.
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Reid SpencerProperly document the second form of ConstArray::get()
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-24 Reid SpencerFor PR786:
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-02-07 Chris Lattneradd a new Type::getIntegralTypeMask() method, which...
2006-01-17 Robert BocchinoInstruction and constant expression definitions for...
2006-01-10 Robert BocchinoAdded an instruction and constant expression for the...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-24 Chris LattnerAdd long-overdue helpers for getting constants with...
2005-08-17 Jim LaskeyMove code dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-19 Alkis EvlogimenosAdd new function getPtrPtrFromArrayPtr().
2005-02-05 Chris LattnerEliminate the explicit opcode field in ConstantExpr...
2005-01-29 Chris LattnerAdjust to changes in the User class.
2004-12-13 Chris LattnerChange this method to return ulong, not uint, for 64...
2004-12-08 Alkis EvlogimenosUse getOperand() and remove getElementAt() function.
2004-12-05 Alkis EvlogimenosAdd accessors for Constants in a ConstantStruct.
2004-10-24 Misha BrukmanFix grammar in comments to getSizeOf()
2004-10-24 Alkis EvlogimenosImprove comments and wrap to 80 columns.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-16 Chris LattnerAdd new UndefValue class
2004-10-13 Chris LattnerUpdate doco, make doxygen more, use standard dividers.
2004-10-11 Chris LattnerAllow creation of GEP constantexprs with a vector of...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-04 Chris LattnerMove method out of line
2004-08-04 Alkis EvlogimenosRemove uneeded getValues() functions.
2004-08-04 Chris LattnerAdd a special version of getType for ConstantPointerNul...
2004-07-19 Misha BrukmanConvert tabs to spaces; fix name of function in assert...
2004-07-19 Chris Lattnerinline classof implementations, eliminate use of virtua...
2004-07-17 Reid Spencer****** ABOLISH ConstantPointerRef *****
2004-07-12 Chris LattnerAdd a helper method. The StructType element is complet...
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-05-25 Chris LattnerAdd some helpers
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-12 Chris LattnerAdd support for select constant exprs
2004-02-15 Chris LattnerAdd a new ConstantAggregateZero class, to fix PR239...
2004-02-15 Chris LattnerConstantArray::get and ConstantStruct::get now just...
2004-02-02 Chris LattnerCorrect the method I just added to actually return...
2004-02-02 Chris LattnerAdd a new method to ConstantFP
2004-02-01 Chris LattnerThe first half of a fix for PR218 & test/Regression...
2004-01-14 Chris LattnerAdd new ConstantArray::isString(), as the conditions...
2004-01-12 Chris LattnerThe getShift method is no obsolete
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-05 Chris LattnerAdd some new methods to forward to
2003-10-03 Chris LattnerThese methods are dead, remove them
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerAllow for "unsafe" replaceAllUsesWith operatations...
2003-07-23 Chris LattnerAdd more doxygen comments, add new ConstantInt::getRawV...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-23 Chris LattnerRemove some cruft, add some methods to allow implementa...
2003-05-23 Chris LattnerMinor rewording/cleanups
2003-05-21 Chris LattnerNew method
2003-05-14 Chris LattnerAdd some methods to make type safety a bit easier
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-06 Chris LattnerExtend struct and array constants to support isNullValue
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
next