1. d8c7610 [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to by Chad Rosier · 13 years ago
  2. 5895eda Add a FIXME that assumes we maintain backward compatibility until the next major release. by Chad Rosier · 13 years ago
  3. 18fcdcf [ms-inline asm] Add support for the nsdialect keyword in the Bitcode by Chad Rosier · 13 years ago
  4. 34bc34e Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 13 years ago
  5. 318f03f Remove tabs. by Bill Wendling · 13 years ago
  6. cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  7. 58107dd ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
  8. 1ab17ed Remove unused variable. by David Blaikie · 13 years ago
  9. e17b69a PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 13 years ago
  10. 9704ed0 Random BitcodeReader cleanups. by Benjamin Kramer · 13 years ago
  11. e3e19cb PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
  12. 3cb6f83 switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. by Chris Lattner · 13 years ago
  13. 561dae0 revert r156383: removal of TYPE_CODE_FUNCTION_OLD by Nuno Lopes · 13 years ago
  14. 3dea421 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
  15. 0beab5e Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
  16. 24ac479 remove autoupgrade code for old function attributes format. by Nuno Lopes · 13 years ago
  17. f7596c9 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
  18. 5eafce5 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
  19. b6a4640 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
  20. 92ef975 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 14 years ago
  21. 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
  22. b7d8f21a [unwind removal] Remove the 'unwind' instruction parsing bits. by Bill Wendling · 14 years ago
  23. 206dddd Test commit; also removes some trailing whitespace by Derek Schuff · 14 years ago
  24. bb8278a Improve the bitcode reader's handling of constant strings to use by Chris Lattner · 14 years ago
  25. 372dd1e Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
  26. cc3aaf1 smallvectorize. by Chris Lattner · 14 years ago
  27. a5054ad Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  28. b799346 Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 14 years ago
  29. 518cda4 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
  30. ca2567b Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
  31. 90ef78c remove autoupgrade support for really old-style debug info intrinsics. by Chris Lattner · 14 years ago
  32. db89153 remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports by Chris Lattner · 14 years ago
  33. 1c9e567 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
  34. 9589872 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
  35. ad33c13 Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. by Bill Wendling · 14 years ago
  36. 222b5a4 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
  37. b9a8999 Don't forget to add the landingpad and resume instructions to the InstructionList. by Bill Wendling · 14 years ago
  38. fae1475 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
  39. 335d399 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
  40. 59b6688 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
  41. a15e3aa Fix 80-column violations. by Chad Rosier · 14 years ago
  42. f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  43. ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  44. c9a551e LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
  45. 4f02723 The personality function should be a Function* and not just a Value*. by Bill Wendling · 14 years ago
  46. 4c93488 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 14 years ago
  47. 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  48. fee02c6 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  49. d1b7849 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
  50. 2f5fc8c Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 14 years ago
  51. ed8db7d Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
  52. 7a16288 Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 14 years ago
  53. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  54. 5bd375a Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  55. 57aa636 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  56. b804a2b Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  57. a78cd22 Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
  58. 56cc153 De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  59. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  60. 83be361 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 14 years ago
  61. cc19efa Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 14 years ago
  62. c4407080 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
  63. f1c8710 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 14 years ago
  64. b877855 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 14 years ago
  65. 2feca50 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 14 years ago
  66. 7ae2638 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 14 years ago
  67. a97b238 Fix LTO builds with xcode 4. by Rafael Espindola · 14 years ago
  68. 5514afe PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 15 years ago
  69. 5c984e56 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 15 years ago
  70. 35a9c3c Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 15 years ago
  71. 3d5450d Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 15 years ago
  72. 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
  73. 6922931 convert ConstantVector::get to use ArrayRef. by Chris Lattner · 15 years ago
  74. 34442e6 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 15 years ago
  75. d9f5b88 Switch ConstantVector::get to use ArrayRef instead of a pointer+size by Chris Lattner · 15 years ago
  76. a676c0f implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 15 years ago
  77. 35315d0 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
  78. c8adf5f FixedNumOperandTraits and VariadicOperandTraits assumed that, given a by Jay Foad · 15 years ago
  79. 45e6c19 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  80. 89d412a Fix PR8494: when reading invalid bitcode, getTypeByID may return a null pointer. by Duncan Sands · 15 years ago
  81. 0198ce0 Provide a fast "get me the target triple from the module" API. This can by Bill Wendling · 15 years ago
  82. a349ed0 Fix spelling. by Bill Wendling · 15 years ago
  83. bbcd04d Add full auto-upgrade support for LLVM 2.7 bitcode metadata. by Dan Gohman · 15 years ago
  84. baa5d04 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  85. e26fffc Auto-upgrade the magic ".llvm.eh.catch.all.value" global to by Bill Wendling · 15 years ago
  86. 6dbbab6 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 15 years ago
  87. 65b48b5 zap dead code. by Chris Lattner · 15 years ago
  88. 13ee795 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  89. 9b9ff46 Add a FIXME comment. by Dan Gohman · 15 years ago
  90. 26d837d Fix the bitcode reader to clear out function-specific state by Dan Gohman · 15 years ago
  91. 950ad65 Fix a bug found by inspection. by Dan Gohman · 15 years ago
  92. 4a68f9b Add a comment. by Dan Gohman · 15 years ago
  93. 578ee40 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  94. 16a5d98 Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 15 years ago
  95. d0fcc9a Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 15 years ago
  96. 7c09ddf Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 15 years ago
  97. 2637cc1 Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
  98. 093cb79 Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
  99. 43aa8f0 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  100. 1e0213a Add support for empty metadata nodes: !{}. by Dan Gohman · 15 years ago