1. e7bc5bb Make .bc en/decoding of AttrKind stable by Tobias Grosser · 12 years ago
  2. 49a6a8d Remove the Copied parameter from MemoryObject::readBytes. by Benjamin Kramer · 12 years ago
  3. 5c332db Add ArrayRef constructor from None, and do the cleanups that this constructor enables by Dmitri Gribenko · 12 years ago
  4. 48fbcfe Have the bitcode writer and reader handle the new attribute references. by Bill Wendling · 13 years ago
  5. 04ef4be Use a std::map so that we record the group ID. by Bill Wendling · 13 years ago
  6. ab39afa [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 13 years ago
  7. c3ba0a8 Add support in the bitcode reader to read the attribute groups. by Bill Wendling · 13 years ago
  8. acb6194 Code Custodian (trivial whitespace cleanup) by Joe Abbey · 13 years ago
  9. a2de37c Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. by Michael Gottesman · 13 years ago
  10. f9271ea Initial cleanups of the param-attribute code in the bitcode reader/writer. by Bill Wendling · 13 years ago
  11. 8232ece Use an AttrBuilder to generate the correct AttributeSet. by Bill Wendling · 13 years ago
  12. 0c2f0ff Use the AttributeSet instead of AttributeWithIndex object. by Bill Wendling · 13 years ago
  13. 8e47daf Remove some introspection functions. by Bill Wendling · 13 years ago
  14. 0a29cb0 Make APFloat constructor require explicit semantics. by Tim Northover · 13 years ago
  15. 1ca114a trivial micro-optimization: lazily call the virtual method instead of eagerly calling it. by Chris Lattner · 13 years ago
  16. 5a4251c convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs, by Chris Lattner · 13 years ago
  17. 63246aa Add a new BitstreamEntry concept, and add two helper methods for walking by Chris Lattner · 13 years ago
  18. 312c7d9 BitstreamReader hasn't aged well. It's been hacked on by various people and by Chris Lattner · 13 years ago
  19. 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 13 years ago
  20. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  21. c966e08 s/Raw/getBitMask/g to be more in line with current naming conventions. This method won't be sticking around. by Bill Wendling · 13 years ago
  22. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  23. 1638b83 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 13 years ago
  24. 855d025 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly by Michael Ilseman · 13 years ago
  25. 99faa3b s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
  26. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  27. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 13 years ago
  28. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 13 years ago
  29. eaac37e Code pretification by Joe Abbey · 13 years ago
  30. 495d10a Fast-math flags for the bitcode by Michael Ilseman · 13 years ago
  31. 170a15e Code Custodian: by Joe Abbey · 13 years ago
  32. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 13 years ago
  33. e46b14a 80 cols by Joe Abbey · 13 years ago
  34. 407a616 Remove trailing whitespace by Michael Ilseman · 13 years ago
  35. 702cc91 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 13 years ago
  36. cb3de0b Attributes Rewrite by Bill Wendling · 13 years ago
  37. ed84062 Remove unnecessary classof()'s by Sean Silva · 13 years ago
  38. d9a3bad Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 13 years ago
  39. 47a3395 Use method to query if there are attributes. by Bill Wendling · 13 years ago
  40. 2039a8f Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. by Bill Wendling · 13 years ago
  41. 122f5e5 BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function. by Benjamin Kramer · 13 years ago
  42. 86a1c32 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
  43. 5177b3a Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 13 years ago
  44. 581600b [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to by Chad Rosier · 13 years ago
  45. 27b25c2 Add a FIXME that assumes we maintain backward compatibility until the next major release. by Chad Rosier · 13 years ago
  46. f16ae58 [ms-inline asm] Add support for the nsdialect keyword in the Bitcode by Chad Rosier · 13 years ago
  47. 32811be Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 13 years ago
  48. 2127c9b Remove tabs. by Bill Wendling · 13 years ago
  49. ce718ff Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  50. 0aa32d5 ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
  51. 21280e4 Remove unused variable. by David Blaikie · 13 years ago
  52. e99f8be PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 13 years ago
  53. f52aea8 Random BitcodeReader cleanups. by Benjamin Kramer · 13 years ago
  54. 484fc93 PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
  55. d509d0b switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. by Chris Lattner · 13 years ago
  56. ee8100d revert r156383: removal of TYPE_CODE_FUNCTION_OLD by Nuno Lopes · 13 years ago
  57. 734dde8 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
  58. 1cce5bf Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
  59. 006c7b9 remove autoupgrade code for old function attributes format. by Nuno Lopes · 13 years ago
  60. f647c1b remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was marked for removal in 3.0 by Nuno Lopes · 13 years ago
  61. 1f98383 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
  62. 85a4406 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
  63. 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 14 years ago
  64. 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
  65. e185fad [unwind removal] Remove the 'unwind' instruction parsing bits. by Bill Wendling · 14 years ago
  66. fccf062 Test commit; also removes some trailing whitespace by Derek Schuff · 14 years ago
  67. 2237f84 Improve the bitcode reader's handling of constant strings to use by Chris Lattner · 14 years ago
  68. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
  69. d629efa smallvectorize. by Chris Lattner · 14 years ago
  70. 164b86b Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  71. 47f79bb Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 14 years ago
  72. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
  73. cbbb096 Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
  74. a7e6f74 remove autoupgrade support for really old-style debug info intrinsics. by Chris Lattner · 14 years ago
  75. 9d5f6cc remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports by Chris Lattner · 14 years ago
  76. dbc8849 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 14 years ago
  77. cde5464 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
  78. e9b88cb Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. by Bill Wendling · 14 years ago
  79. c3d3598 Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev. by Eli Friedman · 14 years ago
  80. 35726bf Don't forget to add the landingpad and resume instructions to the InstructionList. by Bill Wendling · 14 years ago
  81. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
  82. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
  83. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
  84. 6ff9aa2 Fix 80-column violations. by Chad Rosier · 14 years ago
  85. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  86. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  87. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
  88. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 14 years ago
  89. 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 14 years ago
  90. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  91. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  92. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
  93. 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 14 years ago
  94. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
  95. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 14 years ago
  96. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  97. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  98. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  99. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  100. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago