1. f0f224d [IR] Add support for empty tokens by David Majnemer · 10 years ago
  2. b513a9f [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
  3. 44876c5 Fix assertion failure in LLParser::ConvertValIDToValue by Karl Schimpf · 10 years ago
  4. 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  5. 8220bcc [WinEH] Require token linkage in EH pad/ret signatures by Joseph Tremoulet · 10 years ago
  6. 1de2acd AsmParser: Save and restore the parsing state for types using SlotMapping. by Alex Lorenz · 10 years ago
  7. 6937441 Try to fix the build for C++ standard libraries missing std::map::emplace by David Blaikie · 10 years ago
  8. adbda4b Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  9. e28b9cb Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11" by Reid Kleckner · 10 years ago
  10. 17376c4 Currently string attributes on function arguments/return values can be generated using LLVM API. However they are not supported in parser. So, the following scenario will fail: by Artur Pilipenko · 10 years ago
  11. 1b77023 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  12. 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  13. 41ba2b4 [opaque pointers] Avoid the use of pointee types when parsing inline asm in IR by David Blaikie · 10 years ago
  14. d225595 AsmParser: Add a function to parse a standalone constant value. by Alex Lorenz · 10 years ago
  15. db82d2f Revert the new EH instructions by David Majnemer · 10 years ago
  16. ae2ffc8 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  17. 8955f7d AsmParser: Extend the API to make the global value and metadata node slot mappings publicly accessible. by Alex Lorenz · 10 years ago
  18. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  19. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  20. 3d4cd75 IR: Add assembly/bitcode support for function metadata attachments by Duncan P. N. Exon Smith · 11 years ago
  21. 27d702c LLParser: Simplify ParseInstructionMetadata(), NFC by Duncan P. N. Exon Smith · 11 years ago
  22. 19717ea LLParser: Split out ParseMetadataAttachment(), NFC by Duncan P. N. Exon Smith · 11 years ago
  23. 31ea6d1 [IR] Introduce a dereferenceable_or_null(N) attribute. by Sanjoy Das · 11 years ago
  24. 2ae03e1 Revert "unique_ptrify ValID::ConstantStructElts" by Reid Kleckner · 11 years ago
  25. f22e370 Workaround MSVC not providing implicit move members by David Blaikie · 11 years ago
  26. 0afee85 unique_ptrify ValID::ConstantStructElts by David Blaikie · 11 years ago
  27. 7f1e056 Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default" by David Blaikie · 11 years ago
  28. bb8da4c Remove the explicit SDNodeIterator::operator= in favor of the implicit default by David Blaikie · 11 years ago
  29. 19fc5ed AsmWriter/Bitcode: MDSubprogram by Duncan P. N. Exon Smith · 11 years ago
  30. 19b5105 AsmParser: Switch some vectors to maps by David Majnemer · 11 years ago
  31. ed458fa AsmParser: Add stubs for specialized MDNodes, NFC by Duncan P. N. Exon Smith · 11 years ago
  32. 077c031 AsmParser: Move MDField details to source file, NFC by Duncan P. N. Exon Smith · 11 years ago
  33. 39b10c2 AsmParser: Simplify MDUnsignedField by Duncan P. N. Exon Smith · 11 years ago
  34. 9748607 AsmParser: Recognize DW_TAG_* constants by Duncan P. N. Exon Smith · 11 years ago
  35. 4e4aa70 IR: Assembly and bitcode for GenericDebugNode by Duncan P. N. Exon Smith · 11 years ago
  36. a747728 AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC by Duncan P. N. Exon Smith · 11 years ago
  37. 66ca92e AsmParser: Split up ParseMDFieldsImpl(), NFC by Duncan P. N. Exon Smith · 11 years ago
  38. 13890af AsmParser: Fix error location for missing fields by Duncan P. N. Exon Smith · 11 years ago
  39. 7d82313 IR: Return unique_ptr from MDNode::getTemporary() by Duncan P. N. Exon Smith · 11 years ago
  40. 946fdcc IR: Remove MDNodeFwdDecl by Duncan P. N. Exon Smith · 11 years ago
  41. 6a48483 AsmParser/Bitcode: Add support for MDLocation by Duncan P. N. Exon Smith · 11 years ago
  42. f825dae AsmParser: Factor duplicated code into ParseMDNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
  43. 58ef9d1 AsmParser: ParseMDNode() => ParseMDTuple(), NFC by Duncan P. N. Exon Smith · 11 years ago
  44. a8d9a02 AsmParser: Remove unused version of ParseMDNodeID() by Duncan P. N. Exon Smith · 11 years ago
  45. ab617d5 AsmParser: Use normal references for metadata attachments, NFC by Duncan P. N. Exon Smith · 11 years ago
  46. 090a19b IR: Add 'distinct' MDNodes to bitcode and assembly by Duncan P. N. Exon Smith · 11 years ago
  47. 83a362c Change the .ll syntax for comdats and add a syntactic sugar. by Rafael Espindola · 11 years ago
  48. be7ea19 IR: Make metadata typeless in assembly by Duncan P. N. Exon Smith · 11 years ago
  49. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  50. 17a9cff Make CallingConv::ID an alias of "unsigned". by Alexey Samsonov · 11 years ago
  51. 8349864 Declare that musttail calls in variadic functions forward the ellipsis by Reid Kleckner · 11 years ago
  52. 0a448fb IR: Implement uselistorder assembly directives by Duncan P. N. Exon Smith · 11 years ago
  53. 1716990 LLParser: Handle BlockAddresses on-the-fly by Duncan P. N. Exon Smith · 11 years ago
  54. 43d22b8 These classes only need a StringRef, not a MemoryBuffer. by Rafael Espindola · 11 years ago
  55. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  56. 464fe02 Use "weak alias" instead of "alias weak" by Rafael Espindola · 11 years ago
  57. b0407ba Add a dereferenceable attribute by Hal Finkel · 11 years ago
  58. dad0a64 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
  59. 42a4c9f Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
  60. 59f7eba [pr19844] Add thread local mode to aliases. by Rafael Espindola · 11 years ago
  61. 5772b77 Add 'musttail' marker to call instructions by Reid Kleckner · 12 years ago
  62. ada0857 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  63. e94a518 IR: add a second ordering operand to cmpxhg for failure by Tim Northover · 12 years ago
  64. 4220e9c [Modules] Move ValueHandle into the IR library where Value itself lives. by Chandler Carruth · 12 years ago
  65. 436c42e Add an inalloca flag to allocas by Reid Kleckner · 12 years ago
  66. 7157bb7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
  67. 9d2e0df Revert "Decouple dllexport/dllimport from linkage" by Nico Rieck · 12 years ago
  68. e43aaf7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
  69. 209b17c AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format. by Manman Ren · 12 years ago
  70. 079b96e Revert "Give internal classes hidden visibility." by Benjamin Kramer · 12 years ago
  71. 6a44af362 Give internal classes hidden visibility. by Benjamin Kramer · 12 years ago
  72. 41748d7 Added support for the Builtin attribute. by Michael Gottesman · 12 years ago
  73. 09bd1f7 Implement the NoBuiltin attribute. by Bill Wendling · 13 years ago
  74. b32b041 Parse the attribute group reference on a function. by Bill Wendling · 13 years ago
  75. 8b0321d Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs by Bill Wendling · 13 years ago
  76. 63b8819 Initial submission for the attribute group feature. by Bill Wendling · 13 years ago
  77. fe0021a Make sure that the Attribute object represents one attribute only. by Bill Wendling · 13 years ago
  78. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  79. 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  80. 65f1435 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 13 years ago
  81. 34c2eb2 Split up the ParseOptionalAttrs method into three different methods for each by Bill Wendling · 13 years ago
  82. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  83. 706d3d6 Add back support for reading and parsing 'deplibs'. by Bill Wendling · 13 years ago
  84. ee5984d Remove the dependent libraries feature. by Bill Wendling · 13 years ago
  85. 9205317 Fast-math flags for LLVM IR parsing and printing by Michael Ilseman · 13 years ago
  86. 26ee2b8 Remove trailing whitespace by Michael Ilseman · 13 years ago
  87. 50d2784 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 13 years ago
  88. c6daefa Use the Attributes::Builder to build the attributes in the parser. by Bill Wendling · 13 years ago
  89. cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  90. a5054ad Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  91. bc63929 remove asmparsing and documentation support for "volatile load", which was only produced by LLVM 2.9 and earlier. LLVM 3.0 and later prefers "load volatile". by Chris Lattner · 14 years ago
  92. 02e737b Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 14 years ago
  93. fae1475 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
  94. 59b6688 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
  95. f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  96. ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  97. c9a551e LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
  98. 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  99. fee02c6 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  100. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago