1. d09d739 [X86] Remove dead code from retpoline thunk generation by Reid Kleckner · 8 years ago
  2. b851d97 [gold] Fix error report in thinlto_emit_linked_objects.ll test by Vitaly Buka · 8 years ago
  3. 14eb0f4 Fix off-by-one in set_thread_name which causes truncation to fail on Linux by Sam McCall · 8 years ago
  4. 747839c [globalisel][legalizerinfo] Follow up on post-commit review comments after r323681 by Daniel Sanders · 8 years ago
  5. 0dcc17c [InstCombine] put tests of mul with neg operand(s) together; NFC by Sanjay Patel · 8 years ago
  6. 3dd5724 [GVN] Salvage debug info from dead insts by Vedant Kumar · 8 years ago
  7. 96c9981 [InstCombine] (lshr X, 31) * Y --> (ashr X, 31) & Y by Sanjay Patel · 8 years ago
  8. 2a3f34a [InstCombine] add vector tests, fix comments; NFC by Sanjay Patel · 8 years ago
  9. 197917a [X86] Use EDI for retpoline when no scratch regs are left by Reid Kleckner · 8 years ago
  10. b0e4791 [InstCombine] (bool X) * Y --> X ? Y : 0 by Sanjay Patel · 8 years ago
  11. 57d82ee [LLD] Implement /guard:[no]longjmp by Reid Kleckner · 8 years ago
  12. 2477556 [GISel]: Add Pattern Matcher for G_FMUL. by Aditya Nandakumar · 8 years ago
  13. bdeb539 [GISel]: Make Pattern matcher for FADD commutative by Aditya Nandakumar · 8 years ago
  14. e4b5c6a [AMDGPU] Cleanup in memory legalizer tests. NFC. by Stanislav Mekhanoshin · 8 years ago
  15. 7c57f9e Document the shortcomings of DwarfExpression::addMachineReg(). by Adrian Prantl · 8 years ago
  16. 743dbe8 [InstCombine] fix test comment and add vector test; NFC by Sanjay Patel · 8 years ago
  17. 30138e8 [InstCombine, InstSimplify] (re)move tests, regenerate checks; NFC by Sanjay Patel · 8 years ago
  18. 877eaaa [Debugify] Avoid verifier failure on non-definition subprograms by Vedant Kumar · 8 years ago
  19. c9c6914 [DeadStoreElimination] Salvage debug info from dead insts by Vedant Kumar · 8 years ago
  20. e156d07 Revert r324903 "[AArch64] Refactor identification of SIMD immediates" by Hans Wennborg · 8 years ago
  21. 3fa22fa [CodeGen] Print bundled instructions using the MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
  22. 2930e5c [AMDGPU] Change constant addr space to 4 by Yaxun Liu · 8 years ago
  23. 7947e72 [DAGCombiner] Add one use check to fold (not (and x, y)) -> (or (not x), (not y)) by Craig Topper · 8 years ago
  24. a7204c7 [X86] Add combine to shrink 64-bit ands when one input is an any_extend and the other input guarantees upper 32 bits are 0. by Craig Topper · 8 years ago
  25. 0140a14 [Hexagon] Simplify some code, NFC by Krzysztof Parzyszek · 8 years ago
  26. 1ba90b3 [Hexagon] Remove unnecessary check by Krzysztof Parzyszek · 8 years ago
  27. 4b977b2 [ARM] Allow half types in ConstantPool by Sjoerd Meijer · 8 years ago
  28. 81540ce [DAG] fix type of undef returned by getNode() by Sanjay Patel · 8 years ago
  29. 1f703fd Revert r325001: [CallSiteSplitting] Support splitting of blocks with instrs before call. by Florian Hahn · 8 years ago
  30. 70f3668 [IR] Fix creating mutable versions of TBAA access tags by Ivan A. Kosarev · 8 years ago
  31. aadb70d [CallSiteSplitting] Clear ValueToValue maps. by Florian Hahn · 8 years ago
  32. ac28bc2 [CallSiteSplitting] Dereference pointer earlier. by Florian Hahn · 8 years ago
  33. 913da00 [InstCombine] Simplify getLogBase2 case for scalar/splats. NFCI. by Simon Pilgrim · 8 years ago
  34. de85a83 [CallSiteSplitting] Fix new-pm test, as TargetIRAnalysis is run earlier now by Florian Hahn · 8 years ago
  35. f4f1f07 [CallSiteSplitting] Support splitting of blocks with instrs before call. by Florian Hahn · 8 years ago
  36. 1a38f48 [ARM] Don't print "Requires NEON" error message for M-profile by Andre Vieira · 8 years ago
  37. c8ff25f [X86] Rename function main->foo in CodeGen/X86/pr35316.ll. NFC by Alexander Ivchenko · 8 years ago
  38. bac740f [Thumb] Handle addressing mode AddrMode5FP16 by Sjoerd Meijer · 8 years ago
  39. 4436334 [LoopInterchange] Check number of latch successors before accessing them. by Florian Hahn · 8 years ago
  40. c6a263b [X86] Add a test case showing blcic matching being broken by an and mask applied to the input. NFC by Craig Topper · 8 years ago
  41. e925ce0 [X86] Add a blsr test case with a shift from PR35792. NFC by Craig Topper · 8 years ago
  42. ebf3d94 [X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the immediate are 0 and the regular EVEX->VEX checks pass. by Craig Topper · 8 years ago
  43. 7bdbf6e [X86] Autogenerate complete checks. NFC by Craig Topper · 8 years ago
  44. d6e0db8 [Utils] Salvage debug info from all no-op casts by Vedant Kumar · 8 years ago
  45. 232b1a8 Revert "Rewrite the cached map used for locating the most precise DIE among inlined subroutines for a given address." by David Blaikie · 8 years ago
  46. 5dd5ab3 [X86] Use getTypeAction in most places that were checking ExperimentalVectorWideningLegalization. by Craig Topper · 8 years ago
  47. e533c79 [X86] Remove duplicate CHECK-LABEL line the update script didn't delete when I converted the test. by Craig Topper · 8 years ago
  48. 957c7c7 Revert "Document the shortcomings of DwarfExpression::addMachineReg()." by Adrian Prantl · 8 years ago
  49. 2bbd734 [Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions by Vedant Kumar · 8 years ago
  50. ca78c75 [Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions by Vedant Kumar · 8 years ago
  51. 9c9e1cd [Utils] Salvage the debug info of DCE'ed 'sub' instructions by Vedant Kumar · 8 years ago
  52. 1ca2894 [Utils] Salvage the debug info of DCE'ed 'xor' instructions by Vedant Kumar · 8 years ago
  53. 099f3f8 Document the shortcomings of DwarfExpression::addMachineReg(). by Adrian Prantl · 8 years ago
  54. 9fec6c0 GlobalISel: IRTranslate llvm.fmuladd.* intrinsic by Volkan Keles · 8 years ago
  55. 860eb48 [InstSimplify] allow exp/log simplifications with only 'reassoc' FMF by Sanjay Patel · 8 years ago
  56. 8e4ce73 [WebAssembly] Update ADT/TripleTest.cpp now that default file format has changed by Sam Clegg · 8 years ago
  57. d3663e6 [X86] Auto generate complete checks. NFC by Craig Topper · 8 years ago
  58. 6fee311 [InstSimplify] change tests to 'fast' to reflect current folds by Sanjay Patel · 8 years ago
  59. 31b1598 [Dominators] Always recalculate postdominators when update yields different roots by Jakub Kuderski · 8 years ago
  60. a609eb0 [InstSimplify] consolidate tests for log-exp inverse folds by Sanjay Patel · 8 years ago
  61. f28222f [InstCombine] Simplify MemTransferInst's source and dest alignments separately by Daniel Neilson · 8 years ago
  62. 0d1fcac Revert "[LSR] Avoid UB overflow when examining reuse opportunities" by Adam Nemet · 8 years ago
  63. ddc563a [WebAssembly] MC: Remove redundant struct types by Sam Clegg · 8 years ago
  64. 5b0a1fc [SafeStack] Use updated CreateMemCpy API to set more accurate source and destination alignments. by Daniel Neilson · 8 years ago
  65. 05ca387 [X86] Reverse the operand order of the autoupgrade of the kunpack builtins. by Craig Topper · 8 years ago
  66. 7916c9e [WebAssembly] MC: Remove redundant `private` specifiers by Sam Clegg · 8 years ago
  67. e4043bc [x86] add select test to show there's no single right answer (PR28968); NFC by Sanjay Patel · 8 years ago
  68. 3bbbdc3 Simplify switch statement (NFC) by Adrian Prantl · 8 years ago
  69. 4321cf6 [LSR] Avoid UB overflow when examining reuse opportunities by Gerolf Hoflehner · 8 years ago
  70. 0d25ba1 [WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELF by Jacob Gravelle · 8 years ago
  71. 9d75b0c [DAG] make binops with undef operands consistent with IR by Sanjay Patel · 8 years ago
  72. e985e4a [X86] Simplify X86DAGToDAGISel::matchBEXTRFromAnd by creating an X86ISD::BEXTR node and calling Select. Add isel patterns to recognize this node. by Craig Topper · 8 years ago
  73. c0afb89 [X86] Remove unused multiclass argument. NFC by Craig Topper · 8 years ago
  74. 0d2725c [GlobalMerge] Allow merging of dllexported variables by Martin Storsjo · 8 years ago
  75. 792927c Fix the syntax highlighting of strings in dwarfdump. by Adrian Prantl · 8 years ago
  76. ff17b09 Factor out common condition into an easier to understand helper function (NFC). by Adrian Prantl · 8 years ago
  77. 6e9d6c2 Move the debuginfo-dce-or test into debuginfo-variables.ll, NFC by Vedant Kumar · 8 years ago
  78. fc5c4dc Revert "[ThinLTO] Add GraphTraits for FunctionSummaries" by Volodymyr Sapsai · 8 years ago
  79. c91f4ccc Revert "Follow on to rL324854 (Added tests)" as part of r324854 revert. by Volodymyr Sapsai · 8 years ago
  80. 4863252 [DebugInfo] Unify ChecksumKind and Checksum value in DIFile by Scott Linder · 8 years ago
  81. 4ac9cb0 [InstCombine] X / (X * Y) --> 1.0 / Y by Sanjay Patel · 8 years ago
  82. a2e33f3 [InstCombine] add tests for missing fdiv fold; NFC by Sanjay Patel · 8 years ago
  83. cfeb4c6 [InstCombine] regenerate checks; NFC by Sanjay Patel · 8 years ago
  84. dd467c1 [InstCombine] various clean-ups for div transforms; NFC by Sanjay Patel · 8 years ago
  85. c94f974 [LICM] update BlockColors after splitting predecessors by Jun Bum Lim · 8 years ago
  86. 539d529 [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - llvm portion by Abderrazek Zaafrani · 8 years ago
  87. 2e8d5c6 [X86] Add missing scheduling class tag for i64 absolute address moves by Simon Pilgrim · 8 years ago
  88. 4c334a7 [AArch64] Improve v8.1-A code-gen for atomic load-and by Oliver Stannard · 8 years ago
  89. ca78a8c [X86][AVX512] Add missing scheduling class tag for KMOVB/KMOVW/KMOVD/KMOVQ moves/loads/stores. by Simon Pilgrim · 8 years ago
  90. 0137ee6 [AArch64] Refactor identification of SIMD immediates by Evandro Menezes · 8 years ago
  91. 07c6e35 [X86][AVX512] Add missing scheduling class tag for VMOVQ/VMOVHLPS/VMOVLHPS/VMOVHPD/VMOVHPS/VMOVLPD/VMOVLPS by Simon Pilgrim · 8 years ago
  92. 0c69bf4 Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  93. 3c2ea0e [X86] Tag CET-IBT instruction scheduler classes by Simon Pilgrim · 8 years ago
  94. f967021 [X86][MMX] Add missing scheduling class tag for EMMS/FEMMS by Simon Pilgrim · 8 years ago
  95. 263d0a1 [NFC] Fix comment of class InstrStage by Krzysztof Parzyszek · 8 years ago
  96. c7432f5 [SLP] Take user instructions cost into consideration in insertelement vectorization. by Alexey Bataev · 8 years ago
  97. c01a554 [AArch64] Improve v8.1-A code-gen for atomic load-subtract by Oliver Stannard · 8 years ago
  98. 0a090c8 [InstCombine] various clean-ups for commonIDivTransforms; NFC by Sanjay Patel · 8 years ago
  99. 1449837 Test commit: reformat comment by Nicholas Wilson · 8 years ago
  100. ed3f085 Revert r324835 "[X86] Reduce Store Forward Block issues in HW" by Hans Wennborg · 8 years ago