Add a pinned metadata name for fpaccuracy, and document it
[oota-llvm.git] / lib / VMCore / LLVMContext.cpp
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Nick LewyckyAdd missing std:: prefixes to some calls. C++ doesn...
2010-12-17 Bob WilsonRemove trailing whitespace.
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-04-07 Chris Lattnerintroduce a new recoverable error handling API to LLVMC...
2010-04-06 Chris Lattnergive LLVMContext an inline asm diagnostic hook member.
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-03-30 Chris Lattnermove some method definitions to files that make sense.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris Lattnerprune some #includes
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-16 Devang PatelAdd llvm::Metadata to manage metadata used in a context.
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-03 Devang PatelUse WeakVH to hold dead mdnodes. Check use_empty()...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-01 Devang PatelFor now disable MDNode uniquing. This fixes llvm-gcc...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
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 types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
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 Dan GohmanAdd a comment about the "getelementptr null" trick.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
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-23 Devang PatelMDString
2009-07-22 Duncan SandsAdd newline at end of file.
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-16 Jeffrey YasskinFix "no newline at end of file" warning from gcc.
2009-07-16 Owen AndersonPrivatize the MDNode uniquing table.
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 AndersonMove more functionality over to LLVMContext.
2009-07-13 Nick LewyckyFix build on Linux.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-03 Owen AndersonEven more passes being LLVMContext'd.
2009-07-02 Owen AndersonFill in a few more missing accessors.
2009-07-02 Owen AndersonAdd accessors for metadata constants.
2009-07-02 Owen AndersonAdd accessor for MDNode.
2009-07-02 Owen AndersonAdd accessor for getting UndefValue's.
2009-07-01 Owen AndersonAdd a few methods that got left out earlier.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Owen AndersonFix typo.
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-06-30 Owen AndersonAdd a global context, for easing backwards compatibility.
2009-06-30 Owen AndersonAdd wrappers for type construction to LLVMContext.
2009-06-30 Owen AndersonFix up header comments to make Chris happy.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...