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