1. 13a8300 [ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction sets by Oliver Stannard · 7 years ago
  2. ad5b1d7 [AArch64][v8.5A] Add speculation barrier to AArch64 instruction set by Oliver Stannard · 7 years ago
  3. 930ab34 [Sparc] Remove the support for builtin setjmp/longjmp by Daniel Cederman · 7 years ago
  4. f4e5116 [AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions by Oliver Stannard · 7 years ago
  5. 79b8d8e [llvm-exegesis] Fix PR39096. by Clement Courbet · 7 years ago
  6. 3895db1 [Sparc] Add unimp alias by Daniel Cederman · 7 years ago
  7. 589b3f8 [Sparc] Add support for the partial write PSR instruction by Daniel Cederman · 7 years ago
  8. df5d1bc [X86][Btver2] TZCNT instructions take 2uops not 1 by Simon Pilgrim · 7 years ago
  9. 1ffbf26 [PowerPC] [NFC] Refactor code for printing register operands by Nemanja Ivanovic · 7 years ago
  10. 4e35650 [X86][Btver2] Add uops counter for exegesis reports by Simon Pilgrim · 7 years ago
  11. a26da93 Reapply changes reverted in r343114, lldb patch to follow shortly by Luke Cheeseman · 7 years ago
  12. c335565 [InstCombine] Add new tests in preparation for a combine of icmp (mul nsw/nuw X, C2), C by Nicola Zaghen · 7 years ago
  13. 8056d40 Revert r342942 "[MachineCopyPropagation] Reimplement CopyTracker in terms of register units" by Hans Wennborg · 7 years ago
  14. 56a8ba1 [llvm-exegesis][NFC] moving code around. by Guillaume Chatelet · 7 years ago
  15. 493618b [AArch64][v8.5A] Add PSTATE manipulation instructions XAFlag and AXFlag by Oliver Stannard · 7 years ago
  16. acd4380 [mips] Add support MIPS r6 Debian triples by Simon Atanasyan · 7 years ago
  17. 9fda99d [llvm-exegesis] Remove unused headers and fix naming issues by Fangrui Song · 7 years ago
  18. 4b09ab1 [ORC] Use ExecutionSession's pre-constructed main JITDylib in LLJIT. by Lang Hames · 7 years ago
  19. a0148b8 [docs] Remove reference to makellvm which was removed in rL329041 by Fangrui Song · 7 years ago
  20. 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  21. ed523f9 Re-reapply r343129 with more fixes. by Lang Hames · 7 years ago
  22. d177f9e Revert "Re-revert r343129." by Lang Hames · 7 years ago
  23. 2cb32ff [WebAssembly] Fix MRI.hasOneNonDBGUse assert in WebAssemblyRegStackify pass by Yury Delendik · 7 years ago
  24. 4e2557d Re-revert r343129. by Lang Hames · 7 years ago
  25. 1f88aa3 Reapply r343129 with fix. by Lang Hames · 7 years ago
  26. cc53e50 [InstCombine] add tests that show undef propagation failures from D52548; NFC by Sanjay Patel · 7 years ago
  27. bdab5ef Revert r343129 "[ORC] Change the field order of ThreadSafeModule to ensure the " by Lang Hames · 7 years ago
  28. 08733c9 [LoopInterchange] Preserve LCSSA. by Florian Hahn · 7 years ago
  29. 665fc45 [ORC] Change the field order of ThreadSafeModule to ensure the Module is by Lang Hames · 7 years ago
  30. 31b94bf [InstCombine] add tests for vector insert/extract; NFC by Sanjay Patel · 7 years ago
  31. 23ecc2e [X86] Update tzcnt fast-isel tests to match clang r343126. by Craig Topper · 7 years ago
  32. 2f5ec56 AMDGPU/SI: Change predicate to isCIOnly for 32-bit imm s_buffer_load* patterns by Tom Stellard · 7 years ago
  33. 3e753e7 [libLTO] Expose LLVMCreateDisasmCPUFeatures from libLTO by Steven Wu · 7 years ago
  34. 91c25db Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF. by Lang Hames · 7 years ago
  35. 04c9c81 [DAG] SelectionDAGLegalize::ExpandLegalINT_TO_FP - use getFPExtendOrRound helper. NFCI. by Simon Pilgrim · 7 years ago
  36. 71a85cf [AArch64] Extend single-operand FP insns to match Arm ARM (NFCI) by Oliver Stannard · 7 years ago
  37. e913927 lit: Make sure the builtin_commands directory is packaged by setup.py by Tom Stellard · 7 years ago
  38. 9f0b248 Revert r343112 as CallFrameString API change has broken lldb builds by Luke Cheeseman · 7 years ago
  39. 183bad7 [AArch64] Refactor instructions that write PSTATE (NFCI) by Oliver Stannard · 7 years ago
  40. 538d8c7 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  41. eb7711e [llvm-exgesis][NFC] Do not pollute buildbots with messages when by Clement Courbet · 7 years ago
  42. ae2e923 [AArch64][AsmParser] Show name of missing feature for system instructions by Oliver Stannard · 7 years ago
  43. 0d107a3 [llvm-exegesis] Get rid of debug_string. by Clement Courbet · 7 years ago
  44. fa73cae [CodeGen] Always print register ties in MI::dump() by Francis Visoiu Mistrih · 7 years ago
  45. 1eb922b [ARM/AArch64] Add target parser unit tests for Armv8.4-A by Oliver Stannard · 7 years ago
  46. b8bd68f [PassTiming] cleaning up legacy PassTimingInfo interface. NFCI. by Fedor Sergeev · 7 years ago
  47. 2149199 Revert r343089 "[AArch64] - Return address signing dwarf support" by Hans Wennborg · 7 years ago
  48. ecc449e [ARM/AArch64][v8.5A] Add Armv8.5-A target by Oliver Stannard · 7 years ago
  49. ee27783 [DAG] ExpandLegalINT_TO_FP - pull out repeated getValueType() call. NFCI. by Simon Pilgrim · 7 years ago
  50. 54312c3 [PowerPC] optimize conditional branch on CRSET/CRUNSET by Hiroshi Inoue · 7 years ago
  51. 3fccee2 Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT." by Hans Wennborg · 7 years ago
  52. 5635aa9 [llvm-exegesis][NFC] Move CodeTemplate to it's own file. by Guillaume Chatelet · 7 years ago
  53. 65bcc34 [X86][SSE] Refresh PR34947 test code to handle D52504 by Simon Pilgrim · 7 years ago
  54. 4977226 [X86][SSE] canReduceVMulWidth - use ComputeNumSignBits/SignBitIsZero directly by Simon Pilgrim · 7 years ago
  55. afbc961 [llvm-exegesis] Add support for measuring NumMicroOps. by Clement Courbet · 7 years ago
  56. 88c138a [X86][SSE] Use ISD::MULHS for constant vXi16 ISD::SRA lowering (PR38151) by Simon Pilgrim · 7 years ago
  57. 78e19a9 [ARM] Fix for PR39060 by Sam Parker · 7 years ago
  58. ae073c9 [CodeGen] Enable tail calls for functions with NonNull attributes. by David Green · 7 years ago
  59. 3502f75 Fixes removal of dead elements from PressureDiff (PR37252). by Yury Gribov · 7 years ago
  60. e99f0eb [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  61. cddb21c [CMake] Avoid REVERSE on unset variable by Sven van Haastregt · 7 years ago
  62. 0553ec2 Run VerifyDAGDiverence in debug only by Mikael Nilsson · 7 years ago
  63. 12076fc Revert r342870 "[ARM] bottom-top mul support ARMParallelDSP" by Hans Wennborg · 7 years ago
  64. 2167f91 [llvm-exegesis] Output the unscaled value as well as the scaled one. by Clement Courbet · 7 years ago
  65. c1ea03b Silence compiler warning about unused variable introduced in r343018 by Mikael Holmen · 7 years ago
  66. a372745 [ORC] Remove a superfluous semicolon, fixing warnings. NFC. by Martin Storsjo · 7 years ago
  67. 1fe1a86 [ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism by Lang Hames · 7 years ago
  68. 588325e [DebugInfo] Do not generate address info for removed debug labels. by Hsiangkai Wang · 7 years ago
  69. 62e9680 [ORC] Add a "lazy call-through" utility based on the same underlying trampoline by Lang Hames · 7 years ago
  70. cd626d1 [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059. by Lang Hames · 7 years ago
  71. 089f5d0 [ORC] Refactor trampoline pool management out of JITCompileCallbackManager. by Lang Hames · 7 years ago
  72. 4102367 [ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT. by Lang Hames · 7 years ago
  73. d3429e9 [ORC] Include-what-you-use fixes. by Lang Hames · 7 years ago
  74. 6e5c098 [ORC] Fix a missing include in r343055. by Lang Hames · 7 years ago
  75. d813c35 [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent by Lang Hames · 7 years ago
  76. 5088aa8 Remove LoopID metadata from the branch instruction by Vyacheslav Zakharin · 7 years ago
  77. c1271f6 Revert "Revert "[ConstHoist] Do not rebase single (or few) dependent constant"" by Zhaoshi Zheng · 7 years ago
  78. 969fcec [WebAssembly] SIMD conversions by Thomas Lively · 7 years ago
  79. f048c66 [DAGCombiner] Remove unnecessary check for visitSDIVLike/visitUDIVLike returning a UDIVREM or SDIVREM node. by Craig Topper · 7 years ago
  80. 4d70466 [AMDGPU] Fix ds combine with subregs by Stanislav Mekhanoshin · 7 years ago
  81. 72eb165 [X86] Allow movmskpd/ps ISD nodes to be created and selected with integer input types. by Craig Topper · 7 years ago
  82. 0f8f242 [X86] Add some more movmsk test cases. NFC by Craig Topper · 7 years ago
  83. 8f7a77b [ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and by Lang Hames · 7 years ago
  84. 3b27ccc [InstCombine] add fneg variation of shuffle-binop fold; NFC by Sanjay Patel · 7 years ago
  85. 837d475 AMDGPU: Add Selection patterns to support add of one bit. by Changpeng Fang · 7 years ago
  86. edafc38 [LV][LAA] Vectorize loop invariant values stored into loop invariant address by Anna Thomas · 7 years ago
  87. e6b3ca8 [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer by Craig Topper · 7 years ago
  88. 29c56ed [X86] combineUIntToFP - Fix UINT_TO_FP(vXi1) comment (PR39078) by Simon Pilgrim · 7 years ago
  89. bf745a6 Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were by Lang Hames · 7 years ago
  90. a3c2b35 Fix a missing includes and a use of the MSVC promise/future workaround that by Lang Hames · 7 years ago
  91. 0d4dfd2 [ThinLTO] Efficiency fix for writing type id records in per-module indexes by Teresa Johnson · 7 years ago
  92. a7f65b7 [MC] Return a std::string instead of taking it as an out parameter. Make two parser methods into static functions at file scope. NFC by Craig Topper · 7 years ago
  93. f384f74 Unify landing pad information adding routines (NFC) by Heejin Ahn · 7 years ago
  94. 32cb08f [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions. by Lang Hames · 7 years ago
  95. 2096ec5 Move MSVC workarounds for future<Error>/future<Expected<T>> out of ORC and into by Lang Hames · 7 years ago
  96. b0c4f7e [MC] Fix bad indentation and 80 column violations. Use StringRef::front instead of dereferencing StringRef::begin. NFC by Craig Topper · 7 years ago
  97. 02c47ab [x86] avoid 256-bit andnp that requires insert/extract with AVX1 (PR37449) by Sanjay Patel · 7 years ago
  98. bbd1a3d [WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify pass by Yury Delendik · 7 years ago
  99. bd7b44f Revert "[ConstHoist] Do not rebase single (or few) dependent constant" by Jessica Paquette · 7 years ago
  100. 5bcb2da [RegAllocGreedy] avoid using physreg candidates that cannot be correctly spilled by Daniil Fukalov · 7 years ago