1. 680aba7 [X86][NFC] Fix harmless typos in BDW/ZnVer1 sched models. by Clement Courbet · 7 years ago
  2. 1c7fca9 [BranchFolding] Fix live-in's when hoisting code by Karl-Johan Karlsson · 7 years ago
  3. 5c3e641 [SystemZ] Build Load And Test from scratch in convertToLoadAndTest. by Jonas Paulsson · 7 years ago
  4. d13f628 SpeculativeExecution Pass: Set PreserveCFG to avoid unnecessary analyses invalidation. by Michael Zolotukhin · 7 years ago
  5. a42c01a Add definition for ELF dynamic tag DT_SYMTAB_SHNDX. by Peter Collingbourne · 7 years ago
  6. 032b305 llvm-readobj: fix printing number of relocations in Android packed format. by Peter Collingbourne · 7 years ago
  7. ded60aa [AMDGPU] Improve reciprocal handling by Stanislav Mekhanoshin · 7 years ago
  8. e07c260 [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC) by Teresa Johnson · 7 years ago
  9. 6a08b78 [InstCombine] fold another shifty abs pattern to cmp+sel (PR36036) by Sanjay Patel · 7 years ago
  10. 957e46d [CMake] Pass additional CMake tools to external projects by Petr Hosek · 7 years ago
  11. 4063bab [InstCombine] add tests for another abs() pattern (PR36036); NFC by Sanjay Patel · 7 years ago
  12. 2d78ae2 AMDGPU: Custom lower v2f16 fneg/fabs with illegal f16 by Matt Arsenault · 7 years ago
  13. ad593b0 [llvm-strip] Expose --discard-all option by Alexander Shaposhnikov · 7 years ago
  14. 85b7bc9 [InstCombine] PR37603: low bit mask canonicalization by Roman Lebedev · 7 years ago
  15. 5c1cd1a [InstCombine][NFC] PR37603: low bit mask canonicalization tests by Roman Lebedev · 7 years ago
  16. 33766d2 [X86] Emit BZHI when mask is ~(-1 << nbits)) by Roman Lebedev · 7 years ago
  17. 300d3c1 [NFC][X86][AArch64] Reorganize/cleanup BZHI test patterns by Roman Lebedev · 7 years ago
  18. ddfcacb [Hexagon] Implement vector-pair zero as V6_vsubw_dv by Krzysztof Parzyszek · 7 years ago
  19. 7cdce81 [X86] Properly disassemble gather/scatter instructions where xmm4/ymm4/zmm4 are used as the index. by Craig Topper · 7 years ago
  20. 1e29647 [X86] Rename vy512mem->vy512xmem and vz256xmem->vz256mem. by Craig Topper · 7 years ago
  21. 04c4197 [X86][BtVer2] Add support for all vector instructions that should match the dependency-breaking 'zero-idiom' by Simon Pilgrim · 7 years ago
  22. a959524 [Debugify] Move debug value intrinsics closer to their operand defs by Vedant Kumar · 7 years ago
  23. f0c081c [Debugify] Add a quiet mode to suppress warnings by Vedant Kumar · 7 years ago
  24. df07044 [AArch64, ARM] Add support for Samsung Exynos M4 by Evandro Menezes · 7 years ago
  25. d84132e Fix the test case that places intermediate in source directory. by Han Shen · 7 years ago
  26. 1de1655 guard fsqrt with fmf sub flags by Michael Berg · 7 years ago
  27. a3a327f [ThinLTO] Make ValueInfo operator!= consistent with operator== (NFC) by Teresa Johnson · 7 years ago
  28. feaa0dc [llvm-mca][x86] Fix all resources-x86_64.s tests to use different registers in reg-reg cases by Simon Pilgrim · 7 years ago
  29. 5d3e5a3 [Hexagon] Split CTPOP of vector pairs by Krzysztof Parzyszek · 7 years ago
  30. 9c2b377 [ConstProp] move tests for fp <--> int; NFC by Sanjay Patel · 7 years ago
  31. adb3fd7 Change TII isCopyInstr way of returning arguments(NFC) by Petar Jovanovic · 7 years ago
  32. a0a79b9 [X86][BtVer2] Add tests for all vector instructions that should match the dependency-breaking 'zero-idiom' by Simon Pilgrim · 7 years ago
  33. c4f3d9f Relax shtest-run-at-line.py by Hans Wennborg · 7 years ago
  34. b439319 [GlobalMerge] Set the alignment on merged global structs by David Green · 7 years ago
  35. 216b290 Avoid UnicodeEncodeError on non-ascii reviewer names by Kristof Beyls · 7 years ago
  36. 7c9e5c3 [mips] Add testcase for i64, i128 addition for the DSP ASE by Simon Dardis · 7 years ago
  37. 603a19f InstCombine: ignore debug instructions during fence combine by Tim Northover · 7 years ago
  38. f2cc2b9 Update the project name in README.txt by Greg Bedwell · 7 years ago
  39. e038e05 Fix MSVC '*/' found outside of comment warning. NFCI. by Simon Pilgrim · 7 years ago
  40. 16b3cbe Fix compilation of WebAssembly and RISCV after r334078 by Ilya Biryukov · 7 years ago
  41. f22b386 [mips] Partially revert r334031 by Simon Dardis · 7 years ago
  42. 54845e4 [X86][BMI][TBM] Only demand bottom 16-bits of the BEXTR control op (PR34042) by Simon Pilgrim · 7 years ago
  43. d2c6383 [cmake] fix a typo in llvm_config macro by Pavel Labath · 7 years ago
  44. f37d193 [llvm-exegesis] move Mode from Key to BenchmarResult. by Clement Courbet · 7 years ago
  45. e2b2a91 [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup by Peter Smith · 7 years ago
  46. ed92eef Added documentation for Masked Vector Expanding Load and Compressing Store Intrinsics by Elena Demikhovsky · 7 years ago
  47. e2b017e [MIPS GlobalISel] Add lowerCall by Petar Jovanovic · 7 years ago
  48. ac290fc [Support] Use zx_cache_flush on Fuchsia to flush instruction cache by Petr Hosek · 7 years ago
  49. 26b7b19 [Analyzer] Fix the Z3 lit test config by Vlad Tsyrklevich · 7 years ago
  50. 863443f [CodeGen] assume max/default throughput for unspecified instructions by Sanjay Patel · 7 years ago
  51. e667d97 [Mips] Remove uneeded variants of ADDC/ADDE lowering by Amaury Sechet · 7 years ago
  52. 30557dd [CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instructions by Guozhi Wei · 7 years ago
  53. ceb8b5d [FileSystem] Remove OpenFlags param from several functions. by Zachary Turner · 7 years ago
  54. 19dfb4b AMDGPU: Preserve metadata when widening loads by Matt Arsenault · 7 years ago
  55. 0c5ab47 AMDGPU: Use more custom insert/extract_vector_elt lowering by Matt Arsenault · 7 years ago
  56. 9e7803c [Hexagon] Add pattern to generate 64-bit neg instruction by Krzysztof Parzyszek · 7 years ago
  57. 7488dbc [Hexagon] Add more patterns for generating abs/absp instructions by Krzysztof Parzyszek · 7 years ago
  58. e23e5cc guard fneg with fmf sub flags by Michael Berg · 7 years ago
  59. 39e47ef NFC: adding baseline fneg case for fmf by Michael Berg · 7 years ago
  60. 8499c1a [mips] Fix the predicates for arithmetic operations by Simon Dardis · 7 years ago
  61. 8ca27f2 [UpdateTestChecks] Error if --llvm-mca-binary gets an empty string by Greg Bedwell · 7 years ago
  62. 04b507e [llvm-mca] Correctly update the CyclesLeft of a register read in the presence of partial register updates. by Andrea Di Biagio · 7 years ago
  63. 61da58d Remove a self-referencing #include by Fangrui Song · 7 years ago
  64. f68ced9 [X86][SSE] Use multiplication scale factors for v8i16 SHL on pre-AVX2 targets. by Simon Pilgrim · 7 years ago
  65. 956861e [MC][X86] Allow assembler variable assignment to register name. by Nirav Dave · 7 years ago
  66. e5fc674 DAG: Stop dropping invariant/dereferencable by Matt Arsenault · 7 years ago
  67. ebe751f [InstCombine] Correct the cmp operand type used when canonicalizing abs/nabs by John Brawn · 7 years ago
  68. d117450 [X86] NFC Fix typo introduced in r328016 HSI->HDI by Gabor Buella · 7 years ago
  69. 19eacef [Hexagon] Minor cleanups in isel lowering by Krzysztof Parzyszek · 7 years ago
  70. 8b13d9f [PowerPC] reduce rotate in BitPermutationSelector by Hiroshi Inoue · 7 years ago
  71. a518a5e [X86][SSE] Fix line endings for shuffle-vs-trunc tests. NFCI. by Simon Pilgrim · 7 years ago
  72. bed7750 [llvm-exegesis] Add instructions to BenchmarkResult Key. by Clement Courbet · 7 years ago
  73. 3f2a065 [X86][SSE] Add target shuffle support to X86TargetLowering::computeKnownBitsForTargetNode by Simon Pilgrim · 7 years ago
  74. b00bb39 [X86] NFC Refactor some code in InstPrinters by Gabor Buella · 7 years ago
  75. 13e7624 [MC][ARM] Add range checking for Thumb2 resolved fixups. by Peter Smith · 7 years ago
  76. c08e3f7 [X86][SSE] Add basic PACKUS support to X86TargetLowering::computeKnownBitsForTargetNode by Simon Pilgrim · 7 years ago
  77. 7fd3761 [MC][ARM] Correct Thumb BL instruction range by Peter Smith · 7 years ago
  78. 3c5de91 [X86][CET] Shadow stack fix for setjmp/longjmp by Alexander Ivchenko · 7 years ago
  79. 912ef7a [X86] Make all instructions that operate on MMX types, but were added after the initial MMX support via one of the SSE features flags make them require the MMX feature as well. by Craig Topper · 7 years ago
  80. 4c53b27 [RegAllocGreedy] Use simpler map class for EvicteeInfo. NFCI. by Nirav Dave · 7 years ago
  81. 9e729a3 [opt] Introduce -strip-named-metadata by Vedant Kumar · 7 years ago
  82. 0e9833d [Debugify] Don't insert debug values after terminating deopts by Vedant Kumar · 7 years ago
  83. 61b411c Apply clang-format on a file, NFC by Vedant Kumar · 7 years ago
  84. c299885 Use MF instead of Fn for MachineFunction references. NFC by Francis Visoiu Mistrih · 7 years ago
  85. e70aaf7 [ShrinkWrap] Add optimization remarks to the shrink-wrapping pass by Francis Visoiu Mistrih · 7 years ago
  86. b86b903 [MIRParser] Add parser support for 'true' and 'false' i1s. by Amara Emerson · 7 years ago
  87. 9d75364 Fix -Wcovered-switch-default warning and clang-format it by Reid Kleckner · 7 years ago
  88. 475e530 Move Compiler.h from Demangle back to Support by David Blaikie · 7 years ago
  89. 3bc0409 Simplified WebAssemblyAsmBackend by removing explicit ELF variant. by Derek Schuff · 7 years ago
  90. 3479c80 [InstCombine] refine UB-handling in shuffle-binop transform by Sanjay Patel · 7 years ago
  91. 9c45f89 Remove various use of undef in the X86 test suite as patern involving undef can collapse them. NFC by Amaury Sechet · 7 years ago
  92. 9b4ac07 Revert "Regenerate expected test results for test/CodeGen/X86/pr23103.ll . NFC" by Amaury Sechet · 7 years ago
  93. 8c3bbfc [Debugify] Preserve analyses in -check-debugify by Vedant Kumar · 7 years ago
  94. 1fb574d Add missing header by David Blaikie · 7 years ago
  95. 8325fb2 Move Analysis/Utils/Local.h back to Transforms by David Blaikie · 7 years ago
  96. 71e6616 Revert "Remove various use of undef in the X86 test suite as patern involving undef can collapse them. NFC" by Amaury Sechet · 7 years ago
  97. 65c5ddb [MachineOutliner] NFC - Move intermediate data structures to MachineOutliner.h by Jessica Paquette · 7 years ago
  98. fbccfa3 [X86][ELF][CET] Adding the .note.gnu.property ELF section in X86 by Alexander Ivchenko · 7 years ago
  99. f0e85c1 Remove various use of undef in the X86 test suite as patern involving undef can collapse them. NFC by Amaury Sechet · 7 years ago
  100. cf25dfc Regenerate expected test results for test/CodeGen/X86/pr23103.ll . NFC by Amaury Sechet · 7 years ago