1. 8a35df3 [InstCombine] return when SimplifyAssociativeOrCommutative makes a change by Sanjay Patel · 7 years ago
  2. d79789a CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
  3. 674f0a1 Simplify recursive launder.invariant.group and strip by Piotr Padlewski · 7 years ago
  4. fda9d38 [llvm-mca] Constify SourceMgr::hasNext. NFC. by Matt Davis · 7 years ago
  5. 5c43c4c [llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage. by Matt Davis · 7 years ago
  6. b9bc173 [X86] Regenerate checks in sse-scalar-fp-arith.ll. by Craig Topper · 7 years ago
  7. 07757b9 [InstCombine] Simplify isKnownNegation by Fangrui Song · 7 years ago
  8. 9bd050e [X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions. by Craig Topper · 7 years ago
  9. 20f01a8 Revert r336950 and r336951 "[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions." and "foo" by Craig Topper · 7 years ago
  10. 1a14ab0 Remove redundant *_or_null checks; NFC by George Burgess IV · 7 years ago
  11. 30251f2 [X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions. by Craig Topper · 7 years ago
  12. 197f95f foo by Craig Topper · 7 years ago
  13. 5491930 Revert "[SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED)" by Martin Storsjo · 7 years ago
  14. 0a4671b [gold-plugin] Disable section ordering for relocatable links by Bill Wendling · 7 years ago
  15. 3418676 [SanitizerCoverage] Add associated metadata to 8-bit counters. by Matt Morehouse · 7 years ago
  16. a120e0c [PowerPC] [NFC] Update __float128 tests by Stefan Pintilie · 7 years ago
  17. 7cf5f05 [X86][FastISel] Support EVEX version of sqrt. by Craig Topper · 7 years ago
  18. 3392967 [X86] Add show-mc-encoding to some fast-isel intrinsic tests so we can observe a failure to select EVEX instructions. by Craig Topper · 7 years ago
  19. 4835c04 AMDGPU: Fix assert in truncate combine with vectors by Matt Arsenault · 7 years ago
  20. 87100fd Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC" by Matthias Braun · 7 years ago
  21. 50f2228 CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
  22. c11a95f [DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF by Wolfgang Pieb · 7 years ago
  23. e3a9275 [X86] Connect the flags user from PCMPISTR instructions to the correct node from the instruction. by Craig Topper · 7 years ago
  24. 6e9115a [X86][FastISel] Choose EVEX instructions when possible when lowering x86_sse_cvttss2si and similar intrinsics. by Craig Topper · 7 years ago
  25. 0f2affe Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build bot by Galina Kistanova · 7 years ago
  26. df4581e Add --strip-all option back to llvm-strip. by Stephen Hines · 7 years ago
  27. d595b3c [NFC][X86][AArch64] Add tests for the 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  28. e427001 [llvm-mca] Simplify eventing by adding an onEvent templated method. by Matt Davis · 7 years ago
  29. 8840e88 Follow up of r336913: forgot to add the new test files. by Sjoerd Meijer · 7 years ago
  30. e425a8e [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset instructions by Sjoerd Meijer · 7 years ago
  31. fd0e24d [InstCombine] icmp-logical.ll: restore the original intention of the test. by Roman Lebedev · 7 years ago
  32. 83a86dd [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y) by Roman Lebedev · 7 years ago
  33. f6e6165 [ThinLTO] Escape module paths when printing by Andrew Ng · 7 years ago
  34. 0ae89b8 [DebugInfo][X86] Add start-after flags to MIR tests by Francis Visoiu Mistrih · 7 years ago
  35. cf57e1b [XRay] Fix machine verifier issues in X86 by Francis Visoiu Mistrih · 7 years ago
  36. 3346827 [X86][SSE] Utilize ZeroableElements for canWidenShuffleElements by Simon Pilgrim · 7 years ago
  37. 36dba4a [InstCombine]add testcases for folding more SPFofSPF pattern by Chen Zheng · 7 years ago
  38. 2d2bdce [X86][AVX] Use Zeroable mask to improve shuffle mask widening by Simon Pilgrim · 7 years ago
  39. ecc2469 [UnJ] Use SmallPtrSets for block collections. NFC by David Green · 7 years ago
  40. 8bda54e Fix -Wdocumentation warnings. NFCI. by Simon Pilgrim · 7 years ago
  41. 2a6ae65 [X86] Add UDIV by uniform/non-uniform constant tests by Simon Pilgrim · 7 years ago
  42. f35639b [mips] Mark standard encoded instructions as not being in MIPS16e by Simon Atanasyan · 7 years ago
  43. 82b4601 [X86] Remove i128 type from FR128 regclass. by Craig Topper · 7 years ago
  44. ee39f0b [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume() by Sam McCall · 7 years ago
  45. ae80745 Fix few typos in comments (write access test commit) by Stefan Granitz · 7 years ago
  46. 04d4b7f [Dominators] Add isUpdateLazy() method to the DomTreeUpdater by Chijun Sima · 7 years ago
  47. ad360c8 [X86] Remove patterns and ISD nodes for the old scalar FMA intrinsic lowering. by Craig Topper · 7 years ago
  48. 7d5acd8 [InstSimplify] simplify add instruction if two operands are negative by Chen Zheng · 7 years ago
  49. f831f82 [AsmParser] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  50. d972c63 Temporarily revert "Recommit r328307: [IPSCCP] Use constant range information for comparisons of parameters." as it's causing miscompiles. by Eric Christopher · 7 years ago
  51. 60aba7d [x86] Fix another trivial bug in x86 flags copy lowering that has been by Chandler Carruth · 7 years ago
  52. 68cefd3 [X86] Add patterns to use VMOVSS/SD zero masking for scalar f32/f64 select with zero. by Craig Topper · 7 years ago
  53. 6c31f1e [x86] Fix EFLAGS copy lowering to correctly handle walking past uses in by Chandler Carruth · 7 years ago
  54. 18d8ba4 [X86] Remove and autoupgrade the scalar fma intrinsics with masking. by Craig Topper · 7 years ago
  55. 9e49a81 Add -allow-deprecated-dag-overlap to one of the experimental webassembly target tests. by Eric Christopher · 7 years ago
  56. 15753b0 IR: Skip -print-*-all after -print-* by Duncan P. N. Exon Smith · 7 years ago
  57. 87c3b54 [CodeGen] Emit more precise AssertZext/AssertSext nodes. by Eli Friedman · 7 years ago
  58. 99a2c22 [LoopIdiomRecognize] Don't convert a do while loop to ctlz. by Craig Topper · 7 years ago
  59. a6e3488 [LoopIdiomRecognize] Add a test case showing a loop we turn into ctlz that we shouldn't. by Craig Topper · 7 years ago
  60. 469c8ee AMDGPU/SI: Initialize InstrInfo before TargetLoweringInfo in GCNSubtarget by Tom Stellard · 7 years ago
  61. 9c94a76 [MemorySSA] Add APIs to move memory accesses between blocks, following CFG changes. by Alina Sbirlea · 7 years ago
  62. 1935f94 Temporarily reverting. by Bill Wendling · 7 years ago
  63. 2517f16 [NFC][InstCombine] Tests for x & (-1 >> y) != x -> x u> (-1 >> y) fold by Roman Lebedev · 7 years ago
  64. d2f9dac AMDGPU: Remove duplicate call to initializeSubtargetDependencies() by Tom Stellard · 7 years ago
  65. 1d6fd07 AMDGPU: Refactor Subtarget classes by Tom Stellard · 7 years ago
  66. 3c69e86 finish: [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests by Joel E. Denny · 7 years ago
  67. 0195c0b [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  68. ce57a4f [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests by Joel E. Denny · 7 years ago
  69. ea13527 Revert "[docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins too, represent this in docs" by Teresa Johnson · 7 years ago
  70. 35e8f7f gold: Add ability to toggle function/data sections by Bill Wendling · 7 years ago
  71. adfcff4 [DebugInfo] Fix getPreviousSibling after r336823 by Fangrui Song · 7 years ago
  72. 2dd26c9 [InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y) by Roman Lebedev · 7 years ago
  73. 0e8a665 Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  74. 9f8f3ca Quick fix for some Windows bots by Paul Robinson · 7 years ago
  75. c642c1b [FileCheck] Don't permit overlapping CHECK-DAG by Joel E. Denny · 7 years ago
  76. 31b21da Revert "[llvm-objdump] Add -demangle (-C) option" by Paul Semel · 7 years ago
  77. f8a7a16 [X86] Remove patterns for inserting a load into a zero vector. by Craig Topper · 7 years ago
  78. 7a7cfd8 [TargetTransformInfo] Add pow2 analysis for scalar constants by Simon Pilgrim · 7 years ago
  79. 04804b2 AMDGPU/NFC: Use already available explicit kernarg by Konstantin Zhuravlyov · 7 years ago
  80. f849788 [DebugInfo] Make children iterator bidirectional by Jonas Devlieghere · 7 years ago
  81. 67a7a09 [InstSimplify] add/move tests for add folds; NFC by Sanjay Patel · 7 years ago
  82. d5cfc83 Fix llvm-objdump demangle test (added triple option) by Paul Semel · 7 years ago
  83. 9972f98 [X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm instructions. by Andrea Di Biagio · 7 years ago
  84. 3a44ccd [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  85. 33f4d61 [SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED) by Simon Pilgrim · 7 years ago
  86. 96954e8 [SLPVectorizer] Ensure alternate/passthrough doesn't vectorize sdiv with undef elts by Simon Pilgrim · 7 years ago
  87. 86d8ba1 [SLPVectorizer] Add some additional alternate cast tests by Simon Pilgrim · 7 years ago
  88. 191ae9e Revert rL336804: [SLPVectorizer] Add initial alternate opcode support for cast instructions. by Simon Pilgrim · 7 years ago
  89. abad63d Recommit r334887: [SmallSet] Add SmallSetIterator. by Florian Hahn · 7 years ago
  90. 71b0da1 [SLPVectorizer] Add initial alternate opcode support for cast instructions. by Simon Pilgrim · 7 years ago
  91. 873b4b6 [CodeGen] Ignore debug uses in MachineCopyPropagation by Krzysztof Parzyszek · 7 years ago
  92. aa62630 [mips] Update the P5600 scheduler model not to use instruction itineraries. by Simon Atanasyan · 7 years ago
  93. 336c1ae [NFC][InstCombine] Converts isLegalNarrowLoad into isLegalNarrowLdSt by Diogo N. Sampaio · 7 years ago
  94. 483861b [llvm-mca] Use a different character to flag instructions with side-effects in the Instruction Info View. NFC by Andrea Di Biagio · 7 years ago
  95. 6c02a48 [NFC][InstCombine] Tests for x & (-1 >> y) == x -> x u<= (-1 >> y) fold by Roman Lebedev · 7 years ago
  96. f72585c [ARM] ParallelDSP: multiple reduction stmts in loop by Sjoerd Meijer · 7 years ago
  97. f0c06bd Use debug-prefix-map for AT_NAME by Jonas Devlieghere · 7 years ago
  98. be9aa7f Recommit r336653: [VPlan] Add VPlanTestBase.h with helper by Florian Hahn · 7 years ago
  99. dccc8cc [AArch64][SVE] Asm: Support for COMPACT instruction. by Sander de Smalen · 7 years ago
  100. 5ee4539 Fix check-prefix vs check-prefixes typo in updated test by Simon Pilgrim · 7 years ago