Add a getOffsetOf, for building a target-independent expression for
[oota-llvm.git] / include / llvm / Constants.h
2009-08-16 Dan GohmanAdd a getOffsetOf, for building a target-independent...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Owen AndersonMove the ConstantStruct factory methods over to LLVMCon...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonMove a bit more functionality to LLVMContext, which...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-24 Devang PatelAdd constructor to create MDString using std::string
2009-06-20 Owen AndersonRevert r73790, and replace it with a significantly...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-06-16 Dan GohmanAdd comments to ConstantInt::get and ConstantFP::get...
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
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...
next