1. 009d833 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
  2. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  3. 6bcf2ba Allow creating llvm::Function in non-zero address spaces by Alexander Richardson · 7 years ago
  4. 28f69c7 [AsmParser] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  5. 63ee0e7 [ThinLTO] Parse module summary index from assembly by Teresa Johnson · 7 years ago
  6. 08d5b4e [ThinLTO] Print module summary index to assembly by Teresa Johnson · 7 years ago
  7. c11ae18 Make the LLParser accept call instructions of variables in the program AS by Alexander Richardson · 8 years ago
  8. c00d81e LLParser: add an argument for overriding data layout and do not check alloca addr space by Yaxun Liu · 8 years ago
  9. 629c411 [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag by Sanjay Patel · 8 years ago
  10. c70d28b Represent runtime preemption in the IR. by Sean Fertile · 8 years ago
  11. a8b2ddb Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
  12. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  13. c2cb560 [IR] Add AttributeSet to hide AttributeSetNode* again, NFC by Reid Kleckner · 8 years ago
  14. eb9dd5b Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 8 years ago
  15. 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 8 years ago
  16. 211b1f3 Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 8 years ago
  17. 324c99d [IR] Make AttributeSetNode public, avoid temporary AttributeList copies by Reid Kleckner · 8 years ago
  18. cd847a8 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 8 years ago
  19. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  20. d93620b IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
  21. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  22. cceae7f Add support for metadata attachments for global variables. by Peter Collingbourne · 9 years ago
  23. 2615c9e Refactor duplicated code. NFC. by Rafael Espindola · 9 years ago
  24. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  25. 278199f Add the allocsize attribute to LLVM. by George Burgess IV · 9 years ago
  26. a3d5b0b [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar by Dmitry Polukhin · 9 years ago
  27. 83c517c Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 9 years ago
  28. 20beeea Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 9 years ago
  29. 832a679 [ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly by Teresa Johnson · 9 years ago
  30. dafed5d [AsmParser] Expose an API to parse a string starting with a type. by Quentin Colombet · 10 years ago
  31. 81e72b4 [AsmParser] Add a function to parse a standalone type. by Quentin Colombet · 10 years ago
  32. bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
  33. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  34. f0f224d [IR] Add support for empty tokens by David Majnemer · 10 years ago
  35. b513a9f [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
  36. 44876c5 Fix assertion failure in LLParser::ConvertValIDToValue by Karl Schimpf · 10 years ago
  37. 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  38. 8220bcc [WinEH] Require token linkage in EH pad/ret signatures by Joseph Tremoulet · 10 years ago
  39. 1de2acd AsmParser: Save and restore the parsing state for types using SlotMapping. by Alex Lorenz · 10 years ago
  40. 6937441 Try to fix the build for C++ standard libraries missing std::map::emplace by David Blaikie · 10 years ago
  41. 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
  42. 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
  43. 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
  44. 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
  45. 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  46. 41ba2b4 [opaque pointers] Avoid the use of pointee types when parsing inline asm in IR by David Blaikie · 10 years ago
  47. d225595 AsmParser: Add a function to parse a standalone constant value. by Alex Lorenz · 10 years ago
  48. db82d2f Revert the new EH instructions by David Majnemer · 10 years ago
  49. ae2ffc8 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  50. 8955f7d AsmParser: Extend the API to make the global value and metadata node slot mappings publicly accessible. by Alex Lorenz · 10 years ago
  51. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  52. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  53. 3d4cd75 IR: Add assembly/bitcode support for function metadata attachments by Duncan P. N. Exon Smith · 10 years ago
  54. 27d702c LLParser: Simplify ParseInstructionMetadata(), NFC by Duncan P. N. Exon Smith · 10 years ago
  55. 19717ea LLParser: Split out ParseMetadataAttachment(), NFC by Duncan P. N. Exon Smith · 10 years ago
  56. 31ea6d1 [IR] Introduce a dereferenceable_or_null(N) attribute. by Sanjoy Das · 10 years ago
  57. 2ae03e1 Revert "unique_ptrify ValID::ConstantStructElts" by Reid Kleckner · 11 years ago
  58. f22e370 Workaround MSVC not providing implicit move members by David Blaikie · 11 years ago
  59. 0afee85 unique_ptrify ValID::ConstantStructElts by David Blaikie · 11 years ago
  60. 7f1e056 Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default" by David Blaikie · 11 years ago
  61. bb8da4c Remove the explicit SDNodeIterator::operator= in favor of the implicit default by David Blaikie · 11 years ago
  62. 19fc5ed AsmWriter/Bitcode: MDSubprogram by Duncan P. N. Exon Smith · 11 years ago
  63. 19b5105 AsmParser: Switch some vectors to maps by David Majnemer · 11 years ago
  64. ed458fa AsmParser: Add stubs for specialized MDNodes, NFC by Duncan P. N. Exon Smith · 11 years ago
  65. 077c031 AsmParser: Move MDField details to source file, NFC by Duncan P. N. Exon Smith · 11 years ago
  66. 39b10c2 AsmParser: Simplify MDUnsignedField by Duncan P. N. Exon Smith · 11 years ago
  67. 9748607 AsmParser: Recognize DW_TAG_* constants by Duncan P. N. Exon Smith · 11 years ago
  68. 4e4aa70 IR: Assembly and bitcode for GenericDebugNode by Duncan P. N. Exon Smith · 11 years ago
  69. a747728 AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC by Duncan P. N. Exon Smith · 11 years ago
  70. 66ca92e AsmParser: Split up ParseMDFieldsImpl(), NFC by Duncan P. N. Exon Smith · 11 years ago
  71. 13890af AsmParser: Fix error location for missing fields by Duncan P. N. Exon Smith · 11 years ago
  72. 7d82313 IR: Return unique_ptr from MDNode::getTemporary() by Duncan P. N. Exon Smith · 11 years ago
  73. 946fdcc IR: Remove MDNodeFwdDecl by Duncan P. N. Exon Smith · 11 years ago
  74. 6a48483 AsmParser/Bitcode: Add support for MDLocation by Duncan P. N. Exon Smith · 11 years ago
  75. f825dae AsmParser: Factor duplicated code into ParseMDNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
  76. 58ef9d1 AsmParser: ParseMDNode() => ParseMDTuple(), NFC by Duncan P. N. Exon Smith · 11 years ago
  77. a8d9a02 AsmParser: Remove unused version of ParseMDNodeID() by Duncan P. N. Exon Smith · 11 years ago
  78. ab617d5 AsmParser: Use normal references for metadata attachments, NFC by Duncan P. N. Exon Smith · 11 years ago
  79. 090a19b IR: Add 'distinct' MDNodes to bitcode and assembly by Duncan P. N. Exon Smith · 11 years ago
  80. 83a362c Change the .ll syntax for comdats and add a syntactic sugar. by Rafael Espindola · 11 years ago
  81. be7ea19 IR: Make metadata typeless in assembly by Duncan P. N. Exon Smith · 11 years ago
  82. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  83. 17a9cff Make CallingConv::ID an alias of "unsigned". by Alexey Samsonov · 11 years ago
  84. 8349864 Declare that musttail calls in variadic functions forward the ellipsis by Reid Kleckner · 11 years ago
  85. 0a448fb IR: Implement uselistorder assembly directives by Duncan P. N. Exon Smith · 11 years ago
  86. 1716990 LLParser: Handle BlockAddresses on-the-fly by Duncan P. N. Exon Smith · 11 years ago
  87. 43d22b8 These classes only need a StringRef, not a MemoryBuffer. by Rafael Espindola · 11 years ago
  88. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  89. 464fe02 Use "weak alias" instead of "alias weak" by Rafael Espindola · 11 years ago
  90. b0407ba Add a dereferenceable attribute by Hal Finkel · 11 years ago
  91. dad0a64 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
  92. 42a4c9f Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
  93. 59f7eba [pr19844] Add thread local mode to aliases. by Rafael Espindola · 11 years ago
  94. 5772b77 Add 'musttail' marker to call instructions by Reid Kleckner · 11 years ago
  95. ada0857 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  96. e94a518 IR: add a second ordering operand to cmpxhg for failure by Tim Northover · 12 years ago
  97. 4220e9c [Modules] Move ValueHandle into the IR library where Value itself lives. by Chandler Carruth · 12 years ago
  98. 436c42e Add an inalloca flag to allocas by Reid Kleckner · 12 years ago
  99. 7157bb7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
  100. 9d2e0df Revert "Decouple dllexport/dllimport from linkage" by Nico Rieck · 12 years ago