1. c9b1b5c Add a CHECK line for r337072. by Tim Shen · 7 years ago
  2. e29dbca [Hexagon] Avoid introducing calls into coalesced range of HVX vector pairs by Krzysztof Parzyszek · 7 years ago
  3. c31e75d [LSR] If no Use is interesting, early return. by Tim Shen · 7 years ago
  4. 7cd0250 [X86][SLH] Remove PDEP and PEXT from isDataInvariantLoad by Craig Topper · 7 years ago
  5. 2c5f207 [X86][SLH] Add VEX and EVEX conversion instructions to isDataInvariantLoad by Craig Topper · 7 years ago
  6. 0f602cf [X86][SLH] Regroup the instructions in isDataInvariantLoad a little. NFC by Craig Topper · 7 years ago
  7. 1c00edf [docs] Update usage directive for llvm-cov report -show-functions by Vedant Kumar · 7 years ago
  8. 2d1b15b Fix comments which mixed up 'before' and 'after', NFC by Vedant Kumar · 7 years ago
  9. 0f11eb4 Clarify wording of a doxygen comment, NFC by Vedant Kumar · 7 years ago
  10. af68baa [ThinLTO] Require x86 target for new test by Teresa Johnson · 7 years ago
  11. eede34f [X86] Use the correct types in some recently added isel patterns. by Craig Topper · 7 years ago
  12. 37f081b AMDGPU/GlobalISel: Implement select() for 32-bit @llvm.minnun and @llvm.maxnum by Tom Stellard · 7 years ago
  13. f173f47 [X86][FastISel] Support uitofp with avx512. by Craig Topper · 7 years ago
  14. 5119a48 [LTO] Fix linking with an alias defined using another alias. by Eli Friedman · 7 years ago
  15. 6716a6f [X86] Correct comment of TEST elimination in BSF/TZCNT by Fangrui Song · 7 years ago
  16. 3393e5b [ThinLTO] Ensure we always select the same function copy to import by Teresa Johnson · 7 years ago
  17. 504eed4 AMDGPU/GlobalISel: Implement select() for @llvm.amdgcn.exp by Tom Stellard · 7 years ago
  18. e6cdf32 [X86][FastISel] Add EVEX support to sitofp handling. by Craig Topper · 7 years ago
  19. 20e85b8 [X86] Try fixing r336768 by Fangrui Song · 7 years ago
  20. 7d36425 [NFC][InstCombine] Tests for 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  21. b4c1bb4 Revert "[CMake] Pass Clang defaults to runtimes builds" by Petr Hosek · 7 years ago
  22. 7dc602e [LowerTypeTests] Limit when icall jumptable entries are emitted by Vlad Tsyrklevich · 7 years ago
  23. 6ab694d [dwarfdump] Add pretty printer for accelerator table based on Atom. by Jonas Devlieghere · 7 years ago
  24. b6e0532 [llvm-mca][BtVer2] Add tests for dependency breaking instructions. by Andrea Di Biagio · 7 years ago
  25. c62320c [TableGen] Suppress type validation when parsing pattern fragments by Ulrich Weigand · 7 years ago
  26. 9c21e67 AMDGPU: Properly handle shader inputs with split arguments by Matt Arsenault · 7 years ago
  27. e61b677 AMDGPU: Fix handling of alignment padding in DAG argument lowering by Matt Arsenault · 7 years ago
  28. f185b90 [Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter.cpp. NFC by Marcello Maggioni · 7 years ago
  29. b7219f9 Revert "CallGraphSCCPass: iterate over all functions." by Evgeniy Stepanov · 7 years ago
  30. a97ad69 [NFC][X86][AArch64] Negative tests for 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  31. 5772681 [cfi-verify] Only run AArch64 tests when it is a supported target by Joel Galenson · 7 years ago
  32. 0b0731c [dwarfdump] Pretty print DW_AT_APPLE_runtime_class by Jonas Devlieghere · 7 years ago
  33. f907c50 [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset instructions (cont'd) by Sjoerd Meijer · 7 years ago
  34. 674b148 [PowerPC] Materialize more constants with CR-field set in late peephole by Nemanja Ivanovic · 7 years ago
  35. 8352988 [cfi-verify] Support AArch64. by Joel Galenson · 7 years ago
  36. 2eb5b22 [json, test] Fix the json.td test - the path to python could contain spaces by Stella Stamenova · 7 years ago
  37. 7c86c06 [mips] Add microMIPS case to the tests and regenerate assertions using update_llc_test_checks.py. NFC by Simon Atanasyan · 7 years ago
  38. 6ff281c [llvm-mca] Improve a few debug prints. NFC by Andrea Di Biagio · 7 years ago
  39. edc45eb Add parens to silence Wparentheses warning, introduced by 336990 by Erich Keane · 7 years ago
  40. 8689f34 [NFC] Silence Wparentheses warning in DomTreeUpdater, introduced by 336968 by Erich Keane · 7 years ago
  41. 3a90426 [TableGen] Support multi-alternative pattern fragments by Ulrich Weigand · 7 years ago
  42. 6069d4b DivergenceAnalysis: added debug output by Tim Renouf · 7 years ago
  43. bd8c8d7 [SLH] Introduce a new pass to do Speculative Load Hardening to mitigate by Chandler Carruth · 7 years ago
  44. 1e086c7 [SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED-2) by Simon Pilgrim · 7 years ago
  45. 0bc0c53 [UpdateTestChecks] Teach the x86 asm parser to skip over the function by Chandler Carruth · 7 years ago
  46. c3bd8cc [x86] Fix a capitalization that I failed to save in my editor before by Chandler Carruth · 7 years ago
  47. 5f81eab [x86] Teach the EFLAGS copy lowering to handle much more complex control by Chandler Carruth · 7 years ago
  48. ed770b6 [llvm-mca] Simplify the Pipeline constructor. NFC by Andrea Di Biagio · 7 years ago
  49. 27babdf [llvm-mca] Removed unused arguments from methods in class Pipeline. NFC by Andrea Di Biagio · 7 years ago
  50. ce729e2 [AArch64][SVE] Asm: Vector Unpack Low/High instructions. by Sander de Smalen · 7 years ago
  51. 1726fda [AArch64] Updated bigendian buildvector tests by Simon Pilgrim · 7 years ago
  52. 19f4c1e [ARM] Regenerated arg endian test by Simon Pilgrim · 7 years ago
  53. 3723787 [AArch64][SVE] Asm: Support for insert element (INSR) instructions. by Sander de Smalen · 7 years ago
  54. b76c453 [LiveDebugValues] Tracking copying value between registers by Petar Jovanovic · 7 years ago
  55. 1b59f04 [X86] Prefer MOVSS/SD over BLEND under optsize in isel. by Craig Topper · 7 years ago
  56. 9317746 [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode by Dean Michael Berris · 7 years ago
  57. 8383d4d [X86] Remove isel patterns that turns packed add/sub/mul/div+movss/sd into scalar intrinsic instructions. by Craig Topper · 7 years ago
  58. bc2f48c [DomTreeUpdater] Ignore updates when both DT and PDT are nullptrs by Chijun Sima · 7 years ago
  59. 9074a87 [FileCheck] Implement -v and -vv for tracing matches by Joel E. Denny · 7 years ago
  60. 8a35df3 [InstCombine] return when SimplifyAssociativeOrCommutative makes a change by Sanjay Patel · 7 years ago
  61. d79789a CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
  62. 674f0a1 Simplify recursive launder.invariant.group and strip by Piotr Padlewski · 7 years ago
  63. fda9d38 [llvm-mca] Constify SourceMgr::hasNext. NFC. by Matt Davis · 7 years ago
  64. 5c43c4c [llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage. by Matt Davis · 7 years ago
  65. b9bc173 [X86] Regenerate checks in sse-scalar-fp-arith.ll. by Craig Topper · 7 years ago
  66. 07757b9 [InstCombine] Simplify isKnownNegation by Fangrui Song · 7 years ago
  67. 9bd050e [X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions. by Craig Topper · 7 years ago
  68. 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
  69. 1a14ab0 Remove redundant *_or_null checks; NFC by George Burgess IV · 7 years ago
  70. 30251f2 [X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions. by Craig Topper · 7 years ago
  71. 197f95f foo by Craig Topper · 7 years ago
  72. 5491930 Revert "[SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED)" by Martin Storsjo · 7 years ago
  73. 0a4671b [gold-plugin] Disable section ordering for relocatable links by Bill Wendling · 7 years ago
  74. 3418676 [SanitizerCoverage] Add associated metadata to 8-bit counters. by Matt Morehouse · 7 years ago
  75. a120e0c [PowerPC] [NFC] Update __float128 tests by Stefan Pintilie · 7 years ago
  76. 7cf5f05 [X86][FastISel] Support EVEX version of sqrt. by Craig Topper · 7 years ago
  77. 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
  78. 4835c04 AMDGPU: Fix assert in truncate combine with vectors by Matt Arsenault · 7 years ago
  79. 87100fd Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC" by Matthias Braun · 7 years ago
  80. 50f2228 CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
  81. c11a95f [DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF by Wolfgang Pieb · 7 years ago
  82. e3a9275 [X86] Connect the flags user from PCMPISTR instructions to the correct node from the instruction. by Craig Topper · 7 years ago
  83. 6e9115a [X86][FastISel] Choose EVEX instructions when possible when lowering x86_sse_cvttss2si and similar intrinsics. by Craig Topper · 7 years ago
  84. 0f2affe Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build bot by Galina Kistanova · 7 years ago
  85. df4581e Add --strip-all option back to llvm-strip. by Stephen Hines · 7 years ago
  86. d595b3c [NFC][X86][AArch64] Add tests for the 'check for [no] signed truncation' pattern by Roman Lebedev · 7 years ago
  87. e427001 [llvm-mca] Simplify eventing by adding an onEvent templated method. by Matt Davis · 7 years ago
  88. 8840e88 Follow up of r336913: forgot to add the new test files. by Sjoerd Meijer · 7 years ago
  89. e425a8e [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset instructions by Sjoerd Meijer · 7 years ago
  90. fd0e24d [InstCombine] icmp-logical.ll: restore the original intention of the test. by Roman Lebedev · 7 years ago
  91. 83a86dd [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y) by Roman Lebedev · 7 years ago
  92. f6e6165 [ThinLTO] Escape module paths when printing by Andrew Ng · 7 years ago
  93. 0ae89b8 [DebugInfo][X86] Add start-after flags to MIR tests by Francis Visoiu Mistrih · 7 years ago
  94. cf57e1b [XRay] Fix machine verifier issues in X86 by Francis Visoiu Mistrih · 7 years ago
  95. 3346827 [X86][SSE] Utilize ZeroableElements for canWidenShuffleElements by Simon Pilgrim · 7 years ago
  96. 36dba4a [InstCombine]add testcases for folding more SPFofSPF pattern by Chen Zheng · 7 years ago
  97. 2d2bdce [X86][AVX] Use Zeroable mask to improve shuffle mask widening by Simon Pilgrim · 7 years ago
  98. ecc2469 [UnJ] Use SmallPtrSets for block collections. NFC by David Green · 7 years ago
  99. 8bda54e Fix -Wdocumentation warnings. NFCI. by Simon Pilgrim · 7 years ago
  100. 2a6ae65 [X86] Add UDIV by uniform/non-uniform constant tests by Simon Pilgrim · 7 years ago