aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.cpp
AgeCommit message (Expand)Author
2013-01-02Rename VMCore directory to IR.Chandler Carruth
2012-12-25Rename LLVMContext diagnostic handler types and functions.Bob Wilson
2012-12-20s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling
2012-12-19s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-10-14Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer
2012-09-26Initial commit for the AttributesImpl class.Bill Wendling
2012-02-05Efficient Constant Uniquing.Talin
2012-01-23start the implementation of a new ConstantDataVector and ConstantDataArrayChris Lattner
2012-01-23convert CAZ, UndefValue, and CPN to use DenseMap's again, this time withoutChris Lattner
2012-01-23revert r148691 and 148693Chris Lattner
2012-01-23switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing.Chris Lattner
2012-01-23Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.Chris Lattner
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17The powers that be have decided that LLVM IR should now support 16-bitDan Gohman
2011-07-15bump pointer allocate LLVM IR types, since they are never deallocated.Chris Lattner
2011-07-13stop leaking all named struct types with an empty name. ThanksChris Lattner
2011-07-12TypeMap had a destructor that destroyed the types it held. DenseMap did not, soNick Lewycky
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2010-10-12More SmallVectorImpls.Dan Gohman
2010-09-10Add X86 MMX type to bitcode and Type.Dale Johannesen
2010-09-08Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-04-06give LLVMContext an inline asm diagnostic hook member.Chris Lattner
2010-03-22Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin
2010-03-21Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is completeJeffrey Yasskin
2010-03-21Move the LLVMContextImpl implementation into a .cpp file.Jeffrey Yasskin
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-08-04Privatize the last bit of Constant-creation state.Owen Anderson
2009-08-02One two many newlines at end of file LLVMContextImpl.cppEdward O'Callaghan
2009-08-02Fix no newline at end of LLVMContextImpl.cppEdward O'Callaghan
2009-07-31Move the metadata constructors back to 2.5 syntax.Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-28Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel
2009-07-28Return ConstantVector to 2.5 API.Owen Anderson
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-27Move ConstantStruct back to 2.5 API.Owen Anderson
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson
2009-07-25Remove Value::{isName, getNameRef}.Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-24Privatize the ConstantVector tables.Owen Anderson
2009-07-23Privatize the ConstantStruct table.Owen Anderson
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2009-07-23MDStringDevang Patel
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-21Privatize the ConstantArray table.Owen Anderson
2009-07-21Privatize the first of the value maps.Owen Anderson
2009-07-16Privatize the MDNode uniquing table.Owen Anderson