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