- f64c889 Revert "Rename LLVMContext diagnostic handler types and functions." by Bob Wilson · 12 years ago
- 8b1f2f3 Cleanup the AttributeSetNodes that we create. by Bill Wendling · 12 years ago
- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
- c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago[Renamed from lib/VMCore/LLVMContextImpl.cpp]
- 04de315 Rename LLVMContext diagnostic handler types and functions. by Bob Wilson · 12 years ago
- f667072 s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Attributes. by Bill Wendling · 12 years ago
- 18e7211 s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList. by Bill Wendling · 12 years ago
- d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
- 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
- fd8d62c Fix use after free when deleting attributes in a chained folding set. by Benjamin Kramer · 12 years ago
- 2c79ecb Initial commit for the AttributesImpl class. by Bill Wendling · 12 years ago
- 2cb395e Efficient Constant Uniquing. by Talin · 13 years ago
- 27dd9cf start the implementation of a new ConstantDataVector and ConstantDataArray by Chris Lattner · 13 years ago
- 9df0fb4 convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without by Chris Lattner · 13 years ago
- 95889fa revert r148691 and 148693 by Chris Lattner · 13 years ago
- 3755615 switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. by Chris Lattner · 13 years ago
- 2a82d82 Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. by Chris Lattner · 13 years ago
- 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
- ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
- ba3ddf3 bump pointer allocate LLVM IR types, since they are never deallocated. by Chris Lattner · 13 years ago
- c09ef37 stop leaking all named struct types with an empty name. Thanks by Chris Lattner · 13 years ago
- 1852e21 TypeMap had a destructor that destroyed the types it held. DenseMap did not, so by Nick Lewycky · 13 years ago
- 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
- 9b0e47e More SmallVectorImpls. by Dan Gohman · 14 years ago
- bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 14 years ago
- 30268be Clarify the ownership model of LLVMContext and Module. Namely, contexts own by Owen Anderson · 14 years ago
- 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
- b357983 Fix a bunch of namespace polution. by Dan Gohman · 15 years ago
- 42a4ee0 give LLVMContext an inline asm diagnostic hook member. by Chris Lattner · 15 years ago
- c1dc067 Free all Constants in ~LLVMConstantImpl. We avoid assertion failures by Jeffrey Yasskin · 15 years ago
- b4cc66d Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is complete by Jeffrey Yasskin · 15 years ago
- 2f1efd6 Move the LLVMContextImpl implementation into a .cpp file. by Jeffrey Yasskin · 15 years ago
- 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 15 years ago
- d03eecd Privatize the last bit of Constant-creation state. by Owen Anderson · 15 years ago
- 7b4e503 One two many newlines at end of file LLVMContextImpl.cpp by Edward O'Callaghan · 15 years ago
- 079029b Fix no newline at end of LLVMContextImpl.cpp by Edward O'Callaghan · 15 years ago
- 647e301 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 15 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
- 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 15 years ago
- af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 15 years ago
- 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
- 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
- 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
- 03d7651 Remove Value::{isName, getNameRef}. by Daniel Dunbar · 15 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
- 5bd6839 Privatize the ConstantVector tables. by Owen Anderson · 15 years ago
- 006c77d Privatize the ConstantStruct table. by Owen Anderson · 15 years ago
- 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
- 2f9c3b0 MDString by Devang Patel · 15 years ago
- 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
- 822ccd9 Privatize the ConstantArray table. by Owen Anderson · 15 years ago
- 16e298f Privatize the first of the value maps. by Owen Anderson · 15 years ago
- ce032b4 Privatize the MDNode uniquing table. by Owen Anderson · 15 years ago
- aad3fb7 Privatize the MDString uniquing table. by Owen Anderson · 15 years ago
- 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
- 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago