Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Constants.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-11-01 Bill WendlingGet rid of compilation warning during release builds
2007-10-17 Dan GohmanDefine a helper function ConstantVector::getSplatValue...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-05-24 Dan GohmanMinor comment cleanups.
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-10 Chris LattnergetLimitedValue now just forward to APInt's getLimitedV...
2007-04-03 Chris Lattneradd a helper function to constantint.
2007-03-30 Zhou ShengMake sure this method just return value equal or less...
2007-03-30 Zhou ShengRename and correct the method "greaterOrEqual".
2007-03-30 Zhou ShengAdd two utility methods into ConstantInt.
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-19 Reid SpencerAllow ConstantInt::get(Ty, uint64_t) to interpret the...
2007-03-02 Reid SpencerAdd a non-virtual test for zero, isZero, and rename...
2007-03-01 Reid SpencerRemove virtual keyword from method that doesn't need...
2007-03-01 Reid SpencerAdd an isUnitValue method for comparison against 1...
2007-03-01 Reid SpencerDrop the ConstantInt(const Type&, const APInt&) constru...
2007-02-28 Reid SpencerImplement a convenience method to construct a ConstantI...
2007-02-26 Reid SpencerFor PR1205:
2007-02-20 Chris Lattnereliminate some dead friends.
2007-02-20 Chris Lattnercleanup ConstantInt to use a single DenseMap for uniqui...
2007-02-20 Chris LattnerMake ConstantInt::getTrue/getFalse be llvm_shutdown...
2007-02-20 Chris LattnerClean up the internals of the ConstantInt machinery
2007-02-19 Chris Lattnerllvm-gcc issue fixed, revert reversal :)
2007-02-19 Evan ChengTemporarily reverting the patch. It's breaking llvm...
2007-02-19 Chris Lattnerremove dead methods
2007-02-19 Chris Lattneradd alternate version of constant ctors that don't...
2007-02-15 Reid SpencerFor PR1195:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-31 Chris LattnerRevise APIs for creating constantexpr GEPs to not requi...
2007-01-21 Reid SpencerFor PR970:
2007-01-19 Reid SpencerFor PR1043:
2007-01-12 Jim Laskeyvirtual not needed.
2007-01-12 Jim LaskeyAllow isAllOnesValue testing on packed constants
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
next