Efficient Constant Uniquing.
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.cpp
2012-02-05 TalinEfficient Constant Uniquing.
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Chris Lattnerconvert CAZ, UndefValue, and CPN to use DenseMap's...
2012-01-23 Chris Lattnerrevert r148691 and 148693
2012-01-23 Chris Lattnerswitch UndefValue and ConstantPointerNull over to Dense...
2012-01-23 Chris LattnerReplace a use of ConstantUniqueMap for CAZ constants...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-07-15 Chris Lattnerbump pointer allocate LLVM IR types, since they are...
2011-07-13 Chris Lattnerstop leaking all named struct types with an empty name...
2011-07-12 Nick LewyckyTypeMap had a destructor that destroyed the types it...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-10-12 Dan GohmanMore SmallVectorImpls.
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-06 Chris Lattnergive LLVMContext an inline asm diagnostic hook member.
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-21 Jeffrey YasskinRe-add the Metadata.h include to LLVMContextImpl.h...
2010-03-21 Jeffrey YasskinMove the LLVMContextImpl implementation into a .cpp...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Owen AndersonPrivatize the last bit of Constant-creation state.
2009-08-02 Edward O'CallaghanOne two many newlines at end of file LLVMContextImpl.cpp
2009-08-02 Edward O'CallaghanFix no newline at end of LLVMContextImpl.cpp
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
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 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
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 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
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...