Give embedded metadata its own type instead of relying on EmptyStructTy.
[oota-llvm.git] / include / llvm / Constants.h
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-21 Duncan SandsAdd a getAlignOf helper for getting the ABI alignment...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-25 Bill WendlingUse intptr_t.
2009-04-25 Mon P Wangsize() should return a size_t; avoids a warning for...
2009-04-24 Chris Lattnerfix a typo noticed by duncan
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-26 Bob WilsonFix a duplicated word in a comment.
2008-12-20 Dan GohmanReword the comment for ConstantInt's getLimitedValue.
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-10-09 Dale JohannesenA file missed from previous checkin.
2008-09-19 Bill WendlingPrevent warning about conversion from 64-bit to 32...
2008-08-20 Chris LattnerAdd a new ConstantExpr::getWithOperands that takes...
2008-07-25 Nate BegemanRemove unnecessary implicit argument
2008-07-25 Nate BegemanFix minor issues with VICmp/VFCmp constant expressions
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-10 Gabor Greifremove commented-out code, it is subsumed by DECLARE_TR...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-04 Chris Lattnerremove obsolete method.
2008-04-28 Dale JohannesenDon't try to convert PPC long double.
2008-04-09 Chris LattnerConstantFP::get should be static.
2008-04-09 Evan ChengUnbreak teh build.
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-09 Chris Lattnermake ConstantFP::isExactlyValue work for long double...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-20 Nick Lewyckyubyte and sbyte? what are those?
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:
next