1. e407736 Revert patches to add case-range support for PR1255. by Bob Wilson · 12 years ago
  2. 377496b Add function attribute 'optnone'. by Andrea Di Biagio · 12 years ago
  3. 0a8e12f Make .bc en/decoding of AttrKind stable by Tobias Grosser · 12 years ago
  4. 2cd5ff8 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 12 years ago
  5. 0dc0891 Have the bitcode writer and reader handle the new attribute references. by Bill Wendling · 13 years ago
  6. 92ed700 Rename AttributeSets to AttributeGroups so that it's more meaningful. by Bill Wendling · 13 years ago
  7. d688bab [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 13 years ago
  8. b78e9e5 Fix unnecessary removal of const through cast machinery by David Blaikie · 13 years ago
  9. dc09555 Add code for emitting the attribute groups. by Bill Wendling · 13 years ago
  10. 27e7ef3 Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized. by Michael Gottesman · 13 years ago
  11. 56aeccc Initial cleanups of the param-attribute code in the bitcode reader/writer. by Bill Wendling · 13 years ago
  12. 57625a4 Remove some introspection functions. by Bill Wendling · 13 years ago
  13. 8649283 Use the new 'getSlotIndex' method to retrieve the attribute's slot index. by Bill Wendling · 13 years ago
  14. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  15. 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  16. 65f1435 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 13 years ago
  17. 6d2ffa1 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly by Michael Ilseman · 13 years ago
  18. e94d843 s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
  19. 979dfbb Minor tweaking to SmallVector static size. by Michael Ilseman · 13 years ago
  20. e26658d Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments by Michael Ilseman · 13 years ago
  21. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  22. ee5984d Remove the dependent libraries feature. by Bill Wendling · 13 years ago
  23. 9978d7e Fast-math flags for the bitcode by Michael Ilseman · 13 years ago
  24. 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
  25. 26ee2b8 Remove trailing whitespace by Michael Ilseman · 13 years ago
  26. 8c9e941 Fix some typos 165739, spotted by Duncan. by Jan Wen Voung · 13 years ago
  27. afaced0 Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 13 years ago
  28. e51b949 Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. by Bill Wendling · 13 years ago
  29. 18fcdcf [ms-inline asm] Add support for the nsdialect keyword in the Bitcode by Chad Rosier · 13 years ago
  30. 34bc34e Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 13 years ago
  31. cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  32. 8e00efe Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp. by Stepan Dyatkovskiy · 13 years ago
  33. 0e46d8a PR1255: case ranges. by Stepan Dyatkovskiy · 13 years ago
  34. 58107dd ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
  35. e17b69a PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 13 years ago
  36. e3e19cb PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
  37. 3dea421 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
  38. 0beab5e Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
  39. 5eafce5 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
  40. b6a4640 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
  41. 97b02fc llvm::SwitchInst by Stepan Dyatkovskiy · 14 years ago
  42. 5b648af Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  43. 42fcf81 BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 14 years ago
  44. 6e45c02 BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 14 years ago
  45. 5fa5ecf Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 14 years ago
  46. 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
  47. 7c49a0e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 14 years ago
  48. cf9e8f6 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
  49. 513aaa5 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  50. 17c981a Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
  51. 8ea967d by Chris Lattner · 14 years ago
  52. 5d91707 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 14 years ago
  53. 372dd1e Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
  54. a5054ad Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  55. f3e8502 Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
  56. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  57. 518cda4 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
  58. 9646c0d Fix 80-column. Simplify code. by Chad Rosier · 14 years ago
  59. a966c31 Fix comments. by Chad Rosier · 14 years ago
  60. 42ee152 Fix comments. by Chad Rosier · 14 years ago
  61. 16be674 Flesh out a bit more of the bitcode use-list ordering preservation code. by Chad Rosier · 14 years ago
  62. ca2567b Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
  63. 9589872 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
  64. fae1475 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
  65. 335d399 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
  66. 75ec09c Whitespace and formatting. No functional change intended. by Chad Rosier · 14 years ago
  67. 59b6688 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
  68. f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  69. ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  70. c9a551e LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
  71. 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  72. fee02c6 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  73. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  74. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  75. 372ad64 Make better use of the PHINode API. by Jay Foad · 14 years ago
  76. c4407080 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
  77. bb95d5e missed a file. by Chris Lattner · 14 years ago
  78. cffdcae Update BitcodeWriter to match recent Triple changes. rdar://9603399 by Evan Cheng · 14 years ago
  79. 6a11b64 Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 14 years ago
  80. 7ae2638 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 14 years ago
  81. 64c9284 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
  82. 35a9c3c Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  83. 3d5450d Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  84. 337a1b2 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
  85. 35315d0 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
  86. 45e6c19 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  87. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  88. 6f3a90b Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. by Chris Lattner · 15 years ago
  89. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  90. baa5d04 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  91. 6dbbab6 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 15 years ago
  92. 13ee795 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  93. 578ee40 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  94. 79102d9 avoid undefined behavior negating minint. by Chris Lattner · 15 years ago
  95. 2637cc1 Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
  96. 47dc8fd Add some debug output to help diagnose PR7689. by Dan Gohman · 15 years ago
  97. 093cb79 Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
  98. 43aa8f0 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  99. 03bcd6e Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  100. 3632171 Revert r107205 and r107207. by Bill Wendling · 15 years ago