1. f52aea8 Random BitcodeReader cleanups. by Benjamin Kramer · 13 years ago
  2. 484fc93 PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
  3. d509d0b switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. by Chris Lattner · 13 years ago
  4. ee8100d revert r156383: removal of TYPE_CODE_FUNCTION_OLD by Nuno Lopes · 13 years ago
  5. 734dde8 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
  6. 1cce5bf Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
  7. 006c7b9 remove autoupgrade code for old function attributes format. by Nuno Lopes · 13 years ago
  8. 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
  9. 1f98383 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
  10. 85a4406 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
  11. 3d3abe0 llvm::SwitchInst by Stepan Dyatkovskiy · 13 years ago
  12. c10fa6c Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 13 years ago
  13. acbceea BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 13 years ago
  14. 02a248a BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 13 years ago
  15. fdc8f78 Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 13 years ago
  16. 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 13 years ago
  17. 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
  18. 3e9719e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 14 years ago
  19. e185fad [unwind removal] Remove the 'unwind' instruction parsing bits. by Bill Wendling · 14 years ago
  20. fccf062 Test commit; also removes some trailing whitespace by Derek Schuff · 14 years ago
  21. 2237f84 Improve the bitcode reader's handling of constant strings to use by Chris Lattner · 14 years ago
  22. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
  23. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  24. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
  25. 1b2f643 by Chris Lattner · 14 years ago
  26. 41b9920 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 14 years ago
  27. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
  28. d629efa smallvectorize. by Chris Lattner · 14 years ago
  29. 164b86b Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  30. 732f05c Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
  31. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  32. 47f79bb Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 14 years ago
  33. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
  34. c6cff9d Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 14 years ago
  35. 1619df0 Add BitcodeVerifier.cpp to CMakeList. by Chad Rosier · 14 years ago
  36. b302586 Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and by Chad Rosier · 14 years ago
  37. b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 14 years ago
  38. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 14 years ago
  39. 667f826 Fix 80-column. Simplify code. by Chad Rosier · 14 years ago
  40. 14d622d Fix comments. by Chad Rosier · 14 years ago
  41. 0c89f7f Fix comments. by Chad Rosier · 14 years ago
  42. 32c5981 Flesh out a bit more of the bitcode use-list ordering preservation code. by Chad Rosier · 14 years ago
  43. cbbb096 Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
  44. 4e6c03f ValueEnumerator - debug dump(). by Chad Rosier · 14 years ago
  45. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 14 years ago
  46. a7e6f74 remove autoupgrade support for really old-style debug info intrinsics. by Chris Lattner · 14 years ago
  47. 9d5f6cc remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports by Chris Lattner · 14 years ago
  48. 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
  49. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 14 years ago
  50. cde5464 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
  51. e9b88cb Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. by Bill Wendling · 14 years ago
  52. 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
  53. 35726bf Don't forget to add the landingpad and resume instructions to the InstructionList. by Bill Wendling · 14 years ago
  54. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
  55. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
  56. 0871221 Whitespace and formatting. No functional change intended. by Chad Rosier · 14 years ago
  57. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
  58. 6ff9aa2 Fix 80-column violations. by Chad Rosier · 14 years ago
  59. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  60. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  61. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 14 years ago
  62. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
  63. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 14 years ago
  64. 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 14 years ago
  65. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  66. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  67. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
  68. 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 14 years ago
  69. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
  70. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 14 years ago
  71. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  72. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  73. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  74. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  75. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
  76. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  77. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  78. cbd40f8 type can be null by Chris Lattner · 14 years ago
  79. 7af453a use a more efficient check for 'is metadata' by Chris Lattner · 14 years ago
  80. 2670108 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 14 years ago
  81. c137120 Make better use of the PHINode API. by Jay Foad · 14 years ago
  82. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 14 years ago
  83. 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
  84. 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 14 years ago
  85. 799a58a55 missed a file. by Chris Lattner · 14 years ago
  86. 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 14 years ago
  87. 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 14 years ago
  88. e889c69 Update BitcodeWriter to match recent Triple changes. rdar://9603399 by Evan Cheng · 14 years ago
  89. 6a0c04d Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 14 years ago
  90. 3d26f23 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 14 years ago
  91. c9687b3 Fix LTO builds with xcode 4. by Rafael Espindola · 14 years ago
  92. 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
  93. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 14 years ago
  94. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  95. b81e457 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 14 years ago
  96. 8340d0b Fix or remove code which seemed to think that the operand of a Constant by Jay Foad · 14 years ago
  97. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  98. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  99. f5a9056 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
  100. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago