Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks...
[oota-llvm.git] / lib / VMCore / LLVMContext.cpp
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...