1. f29f15e CodeGen: Make computeRegisterLiveness search forward first by Matt Arsenault · 7 years ago
  2. 23c93c1 CodeGen: Make computeRegisterLiveness consider successors by Matt Arsenault · 7 years ago
  3. 03c16fb [DWARF] Missing location debug information with -O2. by Carlos Alberto Enciso · 7 years ago
  4. 15b4327 [X86] Improved sched model for X86 CMPXCHG* instructions. by Andrew V. Tischenko · 7 years ago
  5. ed9c863 [InstCombine] Add test cases for D51398 by Craig Topper · 7 years ago
  6. 038d083 [X86] Make Feature64Bit useful by Craig Topper · 7 years ago
  7. 4f8c160 [X86] Update test command line to not use 64-bit mode on a 32-bit only athlon cpu. by Craig Topper · 7 years ago
  8. 5ea005b [X86] Remove powerpc cpu name and features from uwtables.ll by Craig Topper · 7 years ago
  9. 0dc6b31 DAG: Don't use ABI copies in some contexts by Matt Arsenault · 7 years ago
  10. 3a86455 [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis by Max Kazantsev · 7 years ago
  11. 187d918 Re-enable "[NFC] Unify guards detection" by Max Kazantsev · 7 years ago
  12. 9969df3 [XRay][llvm] Load XRay Profiles by Dean Michael Berris · 7 years ago
  13. bdeb8b8 [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcasts by Sam Clegg · 7 years ago
  14. 6f7036e [GlobalMerge] Fix GlobalMerge on bss external global variables. by Huihui Zhang · 7 years ago
  15. a166c35 [SimplifyCFG] Rename a variable for readibility of a future change [NFC] by Philip Reames · 7 years ago
  16. 3972070 [SimplifyCFG] Fix a cost modeling oversight in branch commoning by Philip Reames · 7 years ago
  17. 6568fb5 [MS Demangler] Fix several crashes and demangling bugs. by Zachary Turner · 7 years ago
  18. 47dc019 [NFC] Make getPreferredAlignment honor section markings. by Eli Friedman · 7 years ago
  19. 649d287 [SimplifyCFG] Common debug handling [NFC] by Philip Reames · 7 years ago
  20. 72a8d84 [llvm-strip] Fix -p|--preserve-dates to not truncate output when used in-place. by Jordan Rupprecht · 7 years ago
  21. 04e389a [MemorySSA] Silence warning. by Alina Sbirlea · 7 years ago
  22. 460e601 Reverse subregister saved loops in register usage info collector; NFC by Matthias Braun · 7 years ago
  23. ff8943d Revert r340947 "[InstCombine] Expand the simplification of pow() into exp2()" by Reid Kleckner · 7 years ago
  24. 0bac46f [MemorySSA] Fix checkClobberSanity to skip Start only for Defs and Uses. by Alina Sbirlea · 7 years ago
  25. d78238e Add a todo and tests to Address a review commnt from D50925 [NFC] by Philip Reames · 7 years ago
  26. a9f18e9 [LICM] Hoist stores of invariant values to invariant addresses out of loops by Philip Reames · 7 years ago
  27. 8ce430e AMDGPU: Handle 32-bit address wraparounds for SMRD opcodes by Marek Olsak · 7 years ago
  28. abc5ee6 [SimpleLoopUnswitch] After unswitch delete dead blocks in parent loops by Fedor Sergeev · 7 years ago
  29. e368b7a Revert "[libFuzzer] Port to Windows" by Matt Morehouse · 7 years ago
  30. 8ce71c5 [InstCombine] canonicalize fneg with llvm.sin by Sanjay Patel · 7 years ago
  31. 19135ae [MemorySSA] Add expesive check for validating clobber accesses. by Alina Sbirlea · 7 years ago
  32. 578a07e [InstCombine] add tests for llvm.sin(-x); NFC by Sanjay Patel · 7 years ago
  33. 1f742a3 [libFuzzer] Port to Windows by Matt Morehouse · 7 years ago
  34. 19ea694 [InstCombine] Expand the simplification of pow() with nested exp{,2}() by Evandro Menezes · 7 years ago
  35. 02b82d7 [InstCombine] Expand the simplification of pow() into exp2() by Evandro Menezes · 7 years ago
  36. 4dfd5db [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generated by the SummaryView. by Andrea Di Biagio · 7 years ago
  37. 2d5557c [llvm-mca] Don't disable the SummaryView if flag `-all-stats` is false. by Andrea Di Biagio · 7 years ago
  38. a63a709 [MinGW] [X86] Add stubs for references to data variables that might end up imported from a dll by Martin Storsjo · 7 years ago
  39. b8bd0d4 [InstCombine] Replace two calls to getNumUses() with !hasNUsesOrMore by Craig Topper · 7 years ago
  40. cbc9a8c Update Visual Studio Integration version number. by Zachary Turner · 7 years ago
  41. 056d9c0 [AMDGPU] Match udot4 pattern. by Farhana Aleen · 7 years ago
  42. ed91909 [DebugCounters] Fix DebugCounterTest when running all SupportTests by Alexandre Ganea · 7 years ago
  43. bdf9a8a [InstCombine] add test for vector demanded elements + shrinking; NFC by Sanjay Patel · 7 years ago
  44. 7a2be54 [mips] Fix microMIPS unconditional branch offset handling by Simon Atanasyan · 7 years ago
  45. 4963a3e [mips] Involves microMIPS's jump in the analyzable branch set by Simon Atanasyan · 7 years ago
  46. a1a7c48 [InstCombine] move declarations closer to uses; NFC by Sanjay Patel · 7 years ago
  47. 426e5c1 [mips] Prevent shrink-wrap for BuildPairF64, ExtractElementF64 when they use $sp by Vladimir Stefanovic · 7 years ago
  48. e817129 [InstCombine] remove unnecessary shuffle undef folding by Sanjay Patel · 7 years ago
  49. e01f3f0 Revert r340922 "[GVNHoist] Re-enable GVNHoist by default" by Alexandros Lamprineas · 7 years ago
  50. fc12472 Revert r340921 "[NFC] Unify guards detection" by Hans Wennborg · 7 years ago
  51. 65850ba [GVNHoist] Re-enable GVNHoist by default by Alexandros Lamprineas · 7 years ago
  52. 68de447 [NFC] Unify guards detection by Max Kazantsev · 7 years ago
  53. 3b08dd1 [mips] Add missing instructions by Aleksandar Beserminji · 7 years ago
  54. 6065bc0 [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds by Simon Pilgrim · 7 years ago
  55. e64aa7c [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks) by Simon Pilgrim · 7 years ago
  56. 91bff92 [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks) by Simon Pilgrim · 7 years ago
  57. fe980e2 [NFC] Factor out guard utility methods into a separate file by Max Kazantsev · 7 years ago
  58. 1986113 [X86][AVX] Prefer VPBLENDW+VPBLENDD to VPBLENDVB for v16i16 blend shuffles by Simon Pilgrim · 7 years ago
  59. 4055243 [MC] fix a clang-tidy warning, NFC by Krasimir Georgiev · 7 years ago
  60. 4b9c2a9 Remove debug code accidently committed in rL340837. NFCI. by Simon Pilgrim · 7 years ago
  61. 2a751e1 Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections." by George Rimar · 7 years ago
  62. 0d21b88 [benchmark] NFC: Turn benchmark ON on all non-Windows buildbots by Kirill Bobyrev · 7 years ago
  63. 3c4edb8 [llvm-mc] - Allow to set custom flags for debug sections. by George Rimar · 7 years ago
  64. 1209b72 AMDGPU: Fix getInstSizeInBytes by Nicolai Haehnle · 7 years ago
  65. 10a4287 LoopSink: Don't sink into blocks without an insertion point (PR38462) by Hans Wennborg · 7 years ago
  66. 65dce11 [SelectionDAG] Remove masked_gather/scatter from TargetSelectionDAG.td. by Craig Topper · 7 years ago
  67. 8767aa6 [SelectionDAG] Add some comments to ISDOpcodes.h about the operands of MLOAD, MSTORE, MGATHER, MSCATTER. NFC by Craig Topper · 7 years ago
  68. ef6d904 Add support for various C++14 demanglings. by Zachary Turner · 7 years ago
  69. 2e2b1e2 [MS Demangler] Add output flags to all function calls. by Zachary Turner · 7 years ago
  70. 96e608a NFC. fixing time-passes test failure on Windows. by Fedor Sergeev · 7 years ago
  71. 9d8c6d3 [GISel]: Add legalization support for Widening UADDO/USUBO by Aditya Nandakumar · 7 years ago
  72. ee609f0 [X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-widening-legalization by Craig Topper · 7 years ago
  73. acf390b Start reserving x18 by default on Android targets. by Peter Collingbourne · 7 years ago
  74. 3b3d483 [llvm-mca] Remove unused formal. NFC. by Matt Davis · 7 years ago
  75. 7fdf8ca [llvm-mca] Move the initialization of Pipeline. NFC. by Matt Davis · 7 years ago
  76. aea5274 [codeview] Clean up machinery for deferring .cv_loc emission by Reid Kleckner · 7 years ago
  77. b9ba94c [QTOOL-37352] Consider isLegalAddressingImm in Constant Hoisting by Zhaoshi Zheng · 7 years ago
  78. 0f4e358 [ORC] Add a testcase for r338975. by Lang Hames · 7 years ago
  79. d895f5d [codeview] Emit labels for .cv_loc immediately by Reid Kleckner · 7 years ago
  80. a0e0d1c [X86] Remove GCCBuiltin from kadd intrinsics. by Craig Topper · 7 years ago
  81. 702730f [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. by Lang Hames · 7 years ago
  82. 9f6be22 [NFC][PassTiming] factor out generic PassTimingInfo by Fedor Sergeev · 7 years ago
  83. 7729976 [SimpleLoopUnswitch] Form dedicated exits after trivial unswitches. by Alina Sbirlea · 7 years ago
  84. 592e4c7 [ORC] Add an addObjectFile method to LLJIT. by Lang Hames · 7 years ago
  85. 2855075 [X86] Add intrinsics for KADD instructions by Craig Topper · 7 years ago
  86. 18fbbd8 [AMDGPU] Fix -Wunused-variable when -DLLVM_ENABLE_ASSERTIONS=off by Fangrui Song · 7 years ago
  87. 0ac1dae Revert "[libFuzzer] Port to Windows" by Matt Morehouse · 7 years ago
  88. 29213a7 AMDGPU: Don't delete instructions if S_ENDPGM has implicit uses by Matt Arsenault · 7 years ago
  89. f8d7148 [GISel]: Add missing opcodes for overflow intrinsics by Aditya Nandakumar · 7 years ago
  90. 31d4eb8 [WebAssembly][NFC] Document stackifier tablegen backend by Thomas Lively · 7 years ago
  91. 3249792 [llvm-mca] use llvm::any_of instead of std::any_of. NFC by Andrea Di Biagio · 7 years ago
  92. 0e21fb6 AMDGPU: Force shrinking of add/sub even if the carry is used by Matt Arsenault · 7 years ago
  93. 39e9b90 [WebAssembly][NFC] Fix formatting from rL340781 by Thomas Lively · 7 years ago
  94. 0fbff7f [libFuzzer] Port to Windows by Matt Morehouse · 7 years ago
  95. ac00e8c AMDGPU: Shrink insts to fold immediates by Matt Arsenault · 7 years ago
  96. 4d76606 [WebAssembly][NFC] Fix up SIMD bitwise tests by Thomas Lively · 7 years ago
  97. c9d8c58 [WebAssembly] v128.not by Thomas Lively · 7 years ago
  98. 7b8d06c AMDGPU: Move canShrink into TII by Matt Arsenault · 7 years ago
  99. 7eda191 [DAGCombine] Rework MERGE_VALUES to inline in single pass. NFCI. by Nirav Dave · 7 years ago
  100. f0b6863 [DAG] Avoid recomputing Divergence checks. NFCI. by Nirav Dave · 7 years ago