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