1. e9b88cb Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. by Bill Wendling · 13 years ago
  2. c3d3598 Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev. by Eli Friedman · 13 years ago
  3. 35726bf Don't forget to add the landingpad and resume instructions to the InstructionList. by Bill Wendling · 13 years ago
  4. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  5. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 13 years ago
  6. 0871221 Whitespace and formatting. No functional change intended. by Chad Rosier · 13 years ago
  7. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 13 years ago
  8. 6ff9aa2 Fix 80-column violations. by Chad Rosier · 13 years ago
  9. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  10. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  11. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  12. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  13. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 13 years ago
  14. 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 13 years ago
  15. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  16. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 13 years ago
  17. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 13 years ago
  18. 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 13 years ago
  19. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  20. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 13 years ago
  21. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  22. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  23. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  24. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 13 years ago
  25. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 13 years ago
  26. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 13 years ago
  27. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  28. cbd40f8 type can be null by Chris Lattner · 13 years ago
  29. 7af453a use a more efficient check for 'is metadata' by Chris Lattner · 13 years ago
  30. 2670108 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  31. c137120 Make better use of the PHINode API. by Jay Foad · 13 years ago
  32. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
  33. 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 13 years ago
  34. 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 13 years ago
  35. 799a58a55 missed a file. by Chris Lattner · 13 years ago
  36. 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 13 years ago
  37. 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 13 years ago
  38. e889c69 Update BitcodeWriter to match recent Triple changes. rdar://9603399 by Evan Cheng · 13 years ago
  39. 6a0c04d Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 13 years ago
  40. 3d26f23 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 13 years ago
  41. c9687b3 Fix LTO builds with xcode 4. by Rafael Espindola · 13 years ago
  42. 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 13 years ago
  43. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 13 years ago
  44. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  45. b81e457 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 13 years ago
  46. 8340d0b Fix or remove code which seemed to think that the operand of a Constant by Jay Foad · 13 years ago
  47. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 13 years ago
  48. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 13 years ago
  49. f5a9056 Do a topological sort of the types before writing them out. by Rafael Espindola · 13 years ago
  50. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  51. 6d857ca Move library stuff out of the toplevel CMakeLists.txt file. by Oscar Fuentes · 14 years ago
  52. 2ca5c86 convert ConstantVector::get to use ArrayRef. by Chris Lattner · 14 years ago
  53. 7583190 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 14 years ago
  54. 283c8ca Switch ConstantVector::get to use ArrayRef instead of a pointer+size by Chris Lattner · 14 years ago
  55. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
  56. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
  57. 67c619b FixedNumOperandTraits and VariadicOperandTraits assumed that, given a by Jay Foad · 14 years ago
  58. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  59. 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
  60. 695b281 Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. by Chris Lattner · 14 years ago
  61. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  62. f22b746 Fix PR8494: when reading invalid bitcode, getTypeByID may return a null pointer. by Duncan Sands · 14 years ago
  63. 3471174 Provide a fast "get me the target triple from the module" API. This can by Bill Wendling · 14 years ago
  64. b0db4d0 Fix spelling. by Bill Wendling · 14 years ago
  65. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  66. 9b10dfb Add full auto-upgrade support for LLVM 2.7 bitcode metadata. by Dan Gohman · 14 years ago
  67. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  68. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 14 years ago
  69. de49f36 Auto-upgrade the magic ".llvm.eh.catch.all.value" global to by Bill Wendling · 14 years ago
  70. 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 14 years ago
  71. 17aa680 zap dead code. by Chris Lattner · 14 years ago
  72. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  73. 064ff3e Add a FIXME comment. by Dan Gohman · 14 years ago
  74. 6981383 Fix the bitcode reader to clear out function-specific state by Dan Gohman · 14 years ago
  75. 56e2a57 Fix a bug found by inspection. by Dan Gohman · 14 years ago
  76. 6b9cb84 Add a comment. by Dan Gohman · 14 years ago
  77. 848c9ae Clear FunctionLocalMDs in purgeFunction along with the rest of the by Dan Gohman · 14 years ago
  78. 5c18fa2 Fix whitespace. by Dan Gohman · 14 years ago
  79. 879d811 Eliminate an unnecessary cast. by Dan Gohman · 14 years ago
  80. d01347e Add braces to fix dangling else. by Dan Gohman · 14 years ago
  81. 309b3af Extend function-local metadata to be usable as attachments. by Dan Gohman · 14 years ago
  82. 78aeae2 When we know we have an MDValue or MDString, call EnumerateMetadata by Dan Gohman · 14 years ago
  83. 078b053 Simplify this code. NamedMDNode operands are MDNodes. by Dan Gohman · 14 years ago
  84. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  85. 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 14 years ago
  86. 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 14 years ago
  87. 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 14 years ago
  88. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  89. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  90. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  91. 2359e51 avoid undefined behavior negating minint. by Chris Lattner · 14 years ago
  92. 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 14 years ago
  93. 29d2716 Add some debug output to help diagnose PR7689. by Dan Gohman · 14 years ago
  94. 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
  95. 19538d1 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 14 years ago
  96. 6dd26ba Fix whitespace. by Dan Gohman · 14 years ago
  97. ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 14 years ago
  98. c654d1b cache result of operator* by Gabor Greif · 14 years ago
  99. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  100. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago