1. b11391b ThinLTO : Import always_inline functions irrespective of the threshold by Teresa Johnson · 6 years ago
  2. 58acbce [IR] Add Freeze instruction by aqjune · 6 years ago
  3. d157a9b Add Windows Control Flow Guard checks (/guard:cf). by Andrew Paverd · 6 years ago
  4. f9b67b8 [X86] Add new calling convention that guarantees tail call optimization by Reid Kleckner · 6 years ago
  5. c5e7f56 ARM MTE stack sanitizer. by Evgeniy Stepanov · 6 years ago
  6. 0626367 [Attributor] Deduce "nosync" function attribute. by Stefan Stipanovic · 6 years ago
  7. b4b21d8 Add, and infer, a nofree function attribute by Brian Homerding · 6 years ago
  8. 957c40d Scalable Vector IR Type with further LTO fixes by Graham Hunter · 6 years ago
  9. a700436 [ThinLTO] Add summary entries for index-based WPD by Teresa Johnson · 6 years ago
  10. 3b77583 [Attr] Add "willreturn" function attribute by Johannes Doerfert · 6 years ago
  11. 408fc08 Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix" by Hans Wennborg · 6 years ago
  12. 43854e3 [SVE][IR] Scalable Vector IR Type with pr42210 fix by Graham Hunter · 6 years ago
  13. 80fee25 Revert r361953 "[SVE][IR] Scalable Vector IR Type" by Nico Weber · 6 years ago
  14. f4fc01f [SVE][IR] Scalable Vector IR Type by Graham Hunter · 6 years ago
  15. 31fda09 Add IR support, ELF section and user documentation for partitioning feature. by Peter Collingbourne · 6 years ago
  16. 37b8012 [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible by Teresa Johnson · 6 years ago
  17. c0e6b8a IR: Support parsing numeric block ids, and emit them in textual output. by James Y Knight · 7 years ago
  18. caf1316 IR: Add immarg attribute by Matt Arsenault · 7 years ago
  19. 784929d Implementation of asm-goto support in LLVM by Craig Topper · 7 years ago
  20. b62e9dc Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls" by Julian Lettner · 7 years ago
  21. cea84ab [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls by Julian Lettner · 7 years ago
  22. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  23. 8d86f1b Revert "[ThinLTO] Add summary entries for index-based WPD" by Teresa Johnson · 7 years ago
  24. 4fcf3b1 [ThinLTO] Add summary entries for index-based WPD by Teresa Johnson · 7 years ago
  25. adcdc1b [DebugInfo] IR/Bitcode changes for DISubprogram flags. by Paul Robinson · 7 years ago
  26. 009d833 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
  27. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  28. cb39746 [ThinLTO] Split NotEligibleToImport into legality and inlinability flags by Teresa Johnson · 7 years ago
  29. 4dbc512 [AArch64] Add parsing of aarch64_vector_pcs attribute. by Sander de Smalen · 7 years ago
  30. 664aa86 [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative by Chandler Carruth · 7 years ago
  31. 66cf14d DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
  32. d4dd721 [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. by Alexey Bataev · 7 years ago
  33. 28f69c7 [AsmParser] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  34. 63ee0e7 [ThinLTO] Parse module summary index from assembly by Teresa Johnson · 7 years ago
  35. 08d5b4e [ThinLTO] Print module summary index to assembly by Teresa Johnson · 7 years ago
  36. d17f61e Add the ShadowCallStack attribute by Vlad Tsyrklevich · 8 years ago
  37. 236cdaf [SimplifyCFG] Create attribute for fuzzing-specific optimizations. by Matt Morehouse · 8 years ago
  38. fdd72fd [X86] Added support for nocf_check attribute for indirect Branch Tracking by Oren Ben Simhon · 8 years ago
  39. c667c1f Hardware-assisted AddressSanitizer (llvm part). by Evgeniy Stepanov · 8 years ago
  40. 629c411 [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag by Sanjay Patel · 8 years ago
  41. c70d28b Represent runtime preemption in the IR. by Sean Fertile · 8 years ago
  42. ef1ae8f [AMDGPU] calling conventions for AMDPAL OS type by Tim Renouf · 8 years ago
  43. 53a5fbb Add strictfp attribute to prevent unwanted optimizations of libm calls by Andrew Kaylor · 8 years ago
  44. 2f24e93 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well by Martin Storsjo · 8 years ago
  45. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  46. a302a736 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 9 years ago
  47. b19b57e Add speculatable function attribute by Matt Arsenault · 9 years ago
  48. cd847a8 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 9 years ago
  49. 7faeecc [DebugInfo] Added support for Checksum debug info feature. by Amjad Aboud · 9 years ago
  50. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  51. f33f91a [AsmParser] Avoid recursing when lexing ';'. NFC. by Ahmed Bougacha · 9 years ago
  52. d93620b IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
  53. 92ccbf2 [X86] Basic additions to support RegCall Calling Convention. by Oren Ben Simhon · 9 years ago
  54. 61a72d8 [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings by Eugene Zelenko · 9 years ago
  55. 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  56. f72c663 LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF4000000000000". by NAKAMURA Takumi · 9 years ago
  57. 2b8c774 Reformat. by NAKAMURA Takumi · 9 years ago
  58. 84c9f99 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago
  59. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  60. de3d8b5 [DebugInfo] Add calling convention support for DWARF and CodeView by Reid Kleckner · 9 years ago
  61. a86df9b [ASMParser] Parse FP constants in non-C locales by Meador Inge · 9 years ago
  62. 1f7732a AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1. by Nikolay Haustov · 9 years ago
  63. 278199f Add the allocsize attribute to LLVM. by George Burgess IV · 10 years ago
  64. a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 10 years ago
  65. df3a20c AMDGPU: Add a shader calling convention by Nicolai Haehnle · 10 years ago
  66. f8bdd88 Swift Calling Convention: add swiftcc. by Manman Ren · 10 years ago
  67. 9bfd0d0 Swift Calling Convention: add swifterror attribute. by Manman Ren · 10 years ago
  68. b939a25 Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. by Adrian Prantl · 10 years ago
  69. 83c517c Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 10 years ago
  70. 20beeea Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 10 years ago
  71. 832a679 [ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly by Teresa Johnson · 10 years ago
  72. f46262e Swift Calling Convention: add swiftself attribute. by Manman Ren · 10 years ago
  73. 4fd0d4a [AVR] Add calling convention parser tokens by Dylan McKay · 10 years ago
  74. 60b5e1b Implemented Support of IA interrupt and exception handlers: by Amjad Aboud · 10 years ago
  75. fb3f490 Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes by Vaivaswatha Nagaraj · 10 years ago
  76. bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
  77. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  78. a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
  79. 19c7bbe [CXX TLS calling convention] Add CXX TLS calling convention. by Manman Ren · 10 years ago
  80. f0f224d [IR] Add support for empty tokens by David Majnemer · 10 years ago
  81. 5cfcce12 Add 'notail' marker for call instructions. by Akira Hatanaka · 10 years ago
  82. e6f87ca Add a new attribute: norecurse by James Molloy · 10 years ago
  83. cce239c HHVM calling conventions. by Maksim Panchenko · 10 years ago
  84. 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  85. 4da0e12 Fix bug in method LLLexer::FP80HexToIntPair by Karl Schimpf · 10 years ago
  86. b611e3f [IR] Add token types by David Majnemer · 10 years ago
  87. 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  88. 39d662f Add argmemonly attribute. by Igor Laevsky · 10 years ago
  89. db82d2f Revert the new EH instructions by David Majnemer · 10 years ago
  90. ae2ffc8 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  91. 6f8a6be ADT: Add a string APSInt constructor. by Alex Lorenz · 10 years ago
  92. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  93. a0cb17c Fix doxygen comments. NFC by Filipe Cabecinhas · 10 years ago
  94. 85fa7d5 Add initial support for the convergent attribute. by Owen Anderson · 10 years ago
  95. 31ea6d1 [IR] Introduce a dereferenceable_or_null(N) attribute. by Sanjoy Das · 11 years ago
  96. 70ab3d2 AsmParser/Writer: Handle symbolic constants in DI 'flags:' by Duncan P. N. Exon Smith · 11 years ago
  97. 5f989ab AsmParser: Use StringRef for keyword comparisons, NFC by Duncan P. N. Exon Smith · 11 years ago
  98. 96d21d6 AsmParser: Use do{}while(false) in macros, NFC by Duncan P. N. Exon Smith · 11 years ago
  99. 0c5c012 AsmWriter/Bitcode: MDExpression by Duncan P. N. Exon Smith · 11 years ago
  100. 890533e AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality' by Duncan P. N. Exon Smith · 11 years ago