1. adcdc1b [DebugInfo] IR/Bitcode changes for DISubprogram flags. by Paul Robinson · 7 years ago
  2. 009d833 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
  3. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  4. cb39746 [ThinLTO] Split NotEligibleToImport into legality and inlinability flags by Teresa Johnson · 7 years ago
  5. 4dbc512 [AArch64] Add parsing of aarch64_vector_pcs attribute. by Sander de Smalen · 7 years ago
  6. 664aa86 [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative by Chandler Carruth · 7 years ago
  7. 66cf14d DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
  8. d4dd721 [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. by Alexey Bataev · 7 years ago
  9. 28f69c7 [AsmParser] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  10. 63ee0e7 [ThinLTO] Parse module summary index from assembly by Teresa Johnson · 7 years ago
  11. 08d5b4e [ThinLTO] Print module summary index to assembly by Teresa Johnson · 7 years ago
  12. d17f61e Add the ShadowCallStack attribute by Vlad Tsyrklevich · 7 years ago
  13. 236cdaf [SimplifyCFG] Create attribute for fuzzing-specific optimizations. by Matt Morehouse · 8 years ago
  14. fdd72fd [X86] Added support for nocf_check attribute for indirect Branch Tracking by Oren Ben Simhon · 8 years ago
  15. c667c1f Hardware-assisted AddressSanitizer (llvm part). by Evgeniy Stepanov · 8 years ago
  16. 629c411 [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag by Sanjay Patel · 8 years ago
  17. c70d28b Represent runtime preemption in the IR. by Sean Fertile · 8 years ago
  18. ef1ae8f [AMDGPU] calling conventions for AMDPAL OS type by Tim Renouf · 8 years ago
  19. 53a5fbb Add strictfp attribute to prevent unwanted optimizations of libm calls by Andrew Kaylor · 8 years ago
  20. 2f24e93 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well by Martin Storsjo · 8 years ago
  21. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  22. a302a736 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 8 years ago
  23. b19b57e Add speculatable function attribute by Matt Arsenault · 8 years ago
  24. cd847a8 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 8 years ago
  25. 7faeecc [DebugInfo] Added support for Checksum debug info feature. by Amjad Aboud · 9 years ago
  26. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  27. f33f91a [AsmParser] Avoid recursing when lexing ';'. NFC. by Ahmed Bougacha · 9 years ago
  28. d93620b IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
  29. 92ccbf2 [X86] Basic additions to support RegCall Calling Convention. by Oren Ben Simhon · 9 years ago
  30. 61a72d8 [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings by Eugene Zelenko · 9 years ago
  31. 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  32. f72c663 LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF4000000000000". by NAKAMURA Takumi · 9 years ago
  33. 2b8c774 Reformat. by NAKAMURA Takumi · 9 years ago
  34. 84c9f99 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago
  35. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  36. de3d8b5 [DebugInfo] Add calling convention support for DWARF and CodeView by Reid Kleckner · 9 years ago
  37. a86df9b [ASMParser] Parse FP constants in non-C locales by Meador Inge · 9 years ago
  38. 1f7732a AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1. by Nikolay Haustov · 9 years ago
  39. 278199f Add the allocsize attribute to LLVM. by George Burgess IV · 9 years ago
  40. a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 9 years ago
  41. df3a20c AMDGPU: Add a shader calling convention by Nicolai Haehnle · 9 years ago
  42. f8bdd88 Swift Calling Convention: add swiftcc. by Manman Ren · 9 years ago
  43. 9bfd0d0 Swift Calling Convention: add swifterror attribute. by Manman Ren · 9 years ago
  44. b939a25 Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. by Adrian Prantl · 9 years ago
  45. 83c517c Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 9 years ago
  46. 20beeea Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 9 years ago
  47. 832a679 [ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly by Teresa Johnson · 9 years ago
  48. f46262e Swift Calling Convention: add swiftself attribute. by Manman Ren · 9 years ago
  49. 4fd0d4a [AVR] Add calling convention parser tokens by Dylan McKay · 10 years ago
  50. 60b5e1b Implemented Support of IA interrupt and exception handlers: by Amjad Aboud · 10 years ago
  51. fb3f490 Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes by Vaivaswatha Nagaraj · 10 years ago
  52. bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
  53. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  54. a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
  55. 19c7bbe [CXX TLS calling convention] Add CXX TLS calling convention. by Manman Ren · 10 years ago
  56. f0f224d [IR] Add support for empty tokens by David Majnemer · 10 years ago
  57. 5cfcce12 Add 'notail' marker for call instructions. by Akira Hatanaka · 10 years ago
  58. e6f87ca Add a new attribute: norecurse by James Molloy · 10 years ago
  59. cce239c HHVM calling conventions. by Maksim Panchenko · 10 years ago
  60. 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  61. 4da0e12 Fix bug in method LLLexer::FP80HexToIntPair by Karl Schimpf · 10 years ago
  62. b611e3f [IR] Add token types by David Majnemer · 10 years ago
  63. 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  64. 39d662f Add argmemonly attribute. by Igor Laevsky · 10 years ago
  65. db82d2f Revert the new EH instructions by David Majnemer · 10 years ago
  66. ae2ffc8 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  67. 6f8a6be ADT: Add a string APSInt constructor. by Alex Lorenz · 10 years ago
  68. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  69. a0cb17c Fix doxygen comments. NFC by Filipe Cabecinhas · 10 years ago
  70. 85fa7d5 Add initial support for the convergent attribute. by Owen Anderson · 10 years ago
  71. 31ea6d1 [IR] Introduce a dereferenceable_or_null(N) attribute. by Sanjoy Das · 10 years ago
  72. 70ab3d2 AsmParser/Writer: Handle symbolic constants in DI 'flags:' by Duncan P. N. Exon Smith · 11 years ago
  73. 5f989ab AsmParser: Use StringRef for keyword comparisons, NFC by Duncan P. N. Exon Smith · 11 years ago
  74. 96d21d6 AsmParser: Use do{}while(false) in macros, NFC by Duncan P. N. Exon Smith · 11 years ago
  75. 0c5c012 AsmWriter/Bitcode: MDExpression by Duncan P. N. Exon Smith · 11 years ago
  76. 890533e AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality' by Duncan P. N. Exon Smith · 11 years ago
  77. aece2dc AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang' by Duncan P. N. Exon Smith · 11 years ago
  78. cd6636c AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding' by Duncan P. N. Exon Smith · 11 years ago
  79. 9748607 AsmParser: Recognize DW_TAG_* constants by Duncan P. N. Exon Smith · 11 years ago
  80. ba516a1 Remove unused tokens in the ll lexer. by Sean Silva · 11 years ago
  81. 090a19b IR: Add 'distinct' MDNodes to bitcode and assembly by Duncan P. N. Exon Smith · 11 years ago
  82. 6f3be2e AsmParser: Don't allow null bytes in BB labels by David Majnemer · 11 years ago
  83. 1d681aa AsmParser: Don't crash if a null byte is inside a quoted string by David Majnemer · 11 years ago
  84. aa5d707 AsmParser: Verifier that the contents of a hex integer are hex by David Majnemer · 11 years ago
  85. 2defbad AsmParser: Don't crash on short hex constants for fp128 types by David Majnemer · 11 years ago
  86. 51d2de7 Prologue support by Peter Collingbourne · 11 years ago
  87. 35fc363 Parse 'ghccc' in .ll files as the GHC convention (cc 10) by Reid Kleckner · 11 years ago
  88. 9ccce99 X86: Implement the vectorcall calling convention by Reid Kleckner · 11 years ago
  89. 0a448fb IR: Implement uselistorder assembly directives by Duncan P. N. Exon Smith · 11 years ago
  90. 43d22b8 These classes only need a StringRef, not a MemoryBuffer. by Rafael Espindola · 11 years ago
  91. 7342ca4 Delete unused method. by Rafael Espindola · 11 years ago
  92. df2c3e8 AsmParser: remove deprecated LLIR support by Saleem Abdulrasool · 11 years ago
  93. b0407ba Add a dereferenceable attribute by Hal Finkel · 11 years ago
  94. dad0a64 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
  95. 420a216 IR: add "cmpxchg weak" variant to support permitted failure. by Tim Northover · 11 years ago
  96. 44cb65f Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute. by Tom Roeder · 11 years ago
  97. d52b152 Add 'nonnull', a new parameter and return attribute which indicates that the pointer is not null. Instcombine will elide comparisons between these and null. Patch by Luqman Aden! by Nick Lewycky · 11 years ago
  98. c487d73 Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'" by Reid Kleckner · 11 years ago
  99. 5772b77 Add 'musttail' marker to call instructions by Reid Kleckner · 11 years ago
  100. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago