1. 5f6c1fd [AArch64] Refactor the scheduling predicates (1/3) (NFC) by Evandro Menezes · 7 years ago
  2. 241ac1b Support for inserting profile-directed cache prefetches by Mircea Trofin · 7 years ago
  3. 9926acb AMDGPU: Record SGPR spills when restoring too by Matt Arsenault · 7 years ago
  4. 689482b [LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use SplitVecOp_TruncateHelper for FP_TO_SINT/UINT. by Craig Topper · 7 years ago
  5. e7e4f1f [ThinLTO] Consolidate cache key computation between new/old LTO APIs by Teresa Johnson · 7 years ago
  6. 406f960 [SelectionDAG] Teach BaseIndexOffset::match to unwrap the base after looking through an add/or by Craig Topper · 7 years ago
  7. 57aee1b [X86] Add test case for D54818 by Craig Topper · 7 years ago
  8. f81a97a Revert "[clang][slh] add attribute for speculative load hardening" by Zola Bridges · 7 years ago
  9. 2d8056c [clang][slh] add attribute for speculative load hardening by Zola Bridges · 7 years ago
  10. 4b607e9 [CodeGen] Support custom format of stack maps by Than McIntosh · 7 years ago
  11. c088edc Delete dead code introduced in r347354. by Erich Keane · 7 years ago
  12. ad7ad9d AMDGPU: Cleanup / relax tests for future changes by Matt Arsenault · 7 years ago
  13. 4441240 AMDGPU: Don't optimize exec masks at -O0 by Matt Arsenault · 7 years ago
  14. b0463ea AMDGPU: Only add implicit super-reg def for first subreg by Matt Arsenault · 7 years ago
  15. b4a52bd [CodeGen] Take SPAdj into account for STATEPOINT liveness args by Than McIntosh · 7 years ago
  16. 6de08e4 Remove an unnecessary file; NFC. by Aaron Ballman · 7 years ago
  17. 753cb24 [DemandedBits] Add support for funnel shifts by Nikita Popov · 7 years ago
  18. 12ece57 [x86] promote all multiply i8 by constant to i32 by Sanjay Patel · 7 years ago
  19. 2de9fad [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF by Diana Picus · 7 years ago
  20. 845ecdf Fix typo in comment. NFC by Diana Picus · 7 years ago
  21. c9c05bd [ARM] Prevent parallel macs for unsigned values by Sam Parker · 7 years ago
  22. b7a5c20 Revert "[TTI] Reduction costs only need to include a single extract element cost" by Fedor Sergeev · 7 years ago
  23. 2fd827f Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction" by Kang Zhang · 7 years ago
  24. 33a0421 [X86] Add test cases to show bad type legalization of fptosi/fptosui v16f32->v16i8 and v8f64->v8i16 on pre-AVX512 targets. by Craig Topper · 7 years ago
  25. a638433 [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction by Kang Zhang · 7 years ago
  26. 802db56 [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms by Argyrios Kyrtzidis · 7 years ago
  27. 8080935 [MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC) by Florian Hahn · 7 years ago
  28. d604b8c [x86] limit transform for select-of-fp-constants by Sanjay Patel · 7 years ago
  29. ea02795 [x86] add tests for select-of-fp-constants; NFC by Sanjay Patel · 7 years ago
  30. a00149b [IPSCCP] Use input operand instead of OriginalOp for ssa_copy. by Florian Hahn · 7 years ago
  31. 3ca2553 [SelectionDAG] move constant or splat functions to common location by Sanjay Patel · 7 years ago
  32. 8b53eb1 [llvm-mca] Add support for instructions with a variadic number of operands. by Andrea Di Biagio · 7 years ago
  33. 53a580e add Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXT by Kang Zhang · 7 years ago
  34. 05c492a [X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same macro in compiler-rt to fix a negative shift amount warning. by Craig Topper · 7 years ago
  35. 6463880 [InstCombine] Determine demanded and known bits for funnel shifts by Nikita Popov · 7 years ago
  36. 71e4421 [llvm-mca] InstrBuilder: warnings for call/ret instructions are only reported once. by Andrea Di Biagio · 7 years ago
  37. 9951b07 Revert unapproved commit by Joel Jones · 7 years ago
  38. 8ae5719 [AArch64] Enable libm vectorized functions via SLEEF by Joel Jones · 7 years ago
  39. e4c7f02 [ARM] Add dependency from ARMAsmParser to ARMAsmPrinter after r347494 by Fangrui Song · 7 years ago
  40. 3c0addf [InstCombine] Simplify funnel shift with zero/undef operand to shift by Nikita Popov · 7 years ago
  41. 7280a87 [TableGen] Emit more variant transitions by Evandro Menezes · 7 years ago
  42. 464205d [llvm-mca] Refactor some of the logic in InstrBuilder, and add a verifyOperands method. by Andrea Di Biagio · 7 years ago
  43. 703a4c2 [DAG] consolidate shift simplifications by Sanjay Patel · 7 years ago
  44. ba53249 [x86] make test immune to oversized shift simplification by Sanjay Patel · 7 years ago
  45. c8ecb42 Revert r347490 as it breaks address sanitizer builds by Luke Cheeseman · 7 years ago
  46. a21de3b [ARM][AsmParser] Improve debug printing of parsed asm operands by Oliver Stannard · 7 years ago
  47. 848dcbd [llvm-mca][View] Improved Retire Control Unit Statistics. by Andrea Di Biagio · 7 years ago
  48. 5ae36ee Attempt to fix buildbot after r347489 by Eugene Leviant · 7 years ago
  49. 7ef46a7 Revert r343341 by Luke Cheeseman · 7 years ago
  50. ae9f773 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
  51. d275ca3 [NFC] Add test that demonstrates buggy behavior on term folding of LoopSimplifyCFG by Max Kazantsev · 7 years ago
  52. 5fc6283 [ARM][NFC] codegen tests cleanup: remove dangling check prefixes by Sjoerd Meijer · 7 years ago
  53. f56b13f Disable LoopSimplifyCFG terminator folding by default by Max Kazantsev · 7 years ago
  54. f2ac09b [LoopSimplifyCFG] Don't delete LCSSA Phis by Max Kazantsev · 7 years ago
  55. a796d62 [NFC] Add verification flags to tests by Max Kazantsev · 7 years ago
  56. 5a2d064 [LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelper if we're heading towards scalarizing the type. by Craig Topper · 7 years ago
  57. 4f5ef13 [Object] Also treat STB_GNU_UNIQUE symbols as exported to other DSO by Fangrui Song · 7 years ago
  58. 091e955 [LegalizeVectorTypes] Have SplitVecOp_TruncateHelper fall back to SplitVecOp_UnaryOp if splitting the output type would be a legal type. by Craig Topper · 7 years ago
  59. c93c84c [DAGCombiner] form 'not' ops ahead of shifts (PR39657) by Sanjay Patel · 7 years ago
  60. 21587cd Reland test/MC/Mips/reloc-directive-label-offset.s by Vladimir Stefanovic · 7 years ago
  61. 5c31015 [llvm-mca] LSUnit: use a SmallSet to model load/store queues. NFCI by Andrea Di Biagio · 7 years ago
  62. fb147de [llvm-mca] Use a SmallVector instead of std::vector to track register reads/writes. NFCI by Andrea Di Biagio · 7 years ago
  63. ab518ce [llvm-mca] Fix an invalid memory read introduced by r346487. by Andrea Di Biagio · 7 years ago
  64. b479b73 [NFC] Assert that all blocks staying in loop are live by Max Kazantsev · 7 years ago
  65. ee189cb [NFC] Ensure deterministic order of dead exit blocks by Max Kazantsev · 7 years ago
  66. a0574af [AArch64] Fix SelectionDAG infinite loop for v1i64 SCALAR_TO_VECTOR by John Brawn · 7 years ago
  67. 67af317 [NFC] Simplify code by using standard exit blocks collection by Max Kazantsev · 7 years ago
  68. 9fa222d [TI removal] Leverage the fact that TerminatorInst is gone to create by Chandler Carruth · 7 years ago
  69. a307da2 Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit_target." by Haojian Wu · 7 years ago
  70. f625951 [ARM GlobalISel] Add test for BFC. NFCI by Diana Picus · 7 years ago
  71. 9289f74 [SystemZTTIImpl] Give correct cost values for vector bswap intrinsics. by Jonas Paulsson · 7 years ago
  72. b14daba [llvm-size] Use empty() and range-based for loop. NFC by Fangrui Song · 7 years ago
  73. 4a9292f [llvm-mca] Add test case (NFC) by Evandro Menezes · 7 years ago
  74. 78838bf [x86] use FileCheck to verify output; NFC by Sanjay Patel · 7 years ago
  75. 4b31b2e [llvm-mca] Add test case (NFC) by Evandro Menezes · 7 years ago
  76. 7f47266 Add a ubsan blacklist entry for libstdc++ 8.0.1. by Peter Collingbourne · 7 years ago
  77. 477a08d [llvm-mca] Add test case (NFC) by Evandro Menezes · 7 years ago
  78. dbe1f00 Removing test/MC/Mips/reloc-directive-label-offset.s temporarily by Vladimir Stefanovic · 7 years ago
  79. 552c552 [PM] correcting return value for new-pass-manager version of Scalarizer by Fedor Sergeev · 7 years ago
  80. a71fc88 [mingw] Use unmangled name after the $ in the section name by Reid Kleckner · 7 years ago
  81. ade4219 [PowerPC][NFC] Split PPCMCCodeEmitter into header and cpp file. by Stefan Pintilie · 7 years ago
  82. 39abb33 [DAGCombiner] refactor select-of-FP-constants transform by Sanjay Patel · 7 years ago
  83. 7b24d43 [PowerPC][NFC] Minor Code Cleaup for PPCMCCodeEmitter. by Stefan Pintilie · 7 years ago
  84. d715843 [LLVM] Allow modulemap installation by Eric Fiselier · 7 years ago
  85. 1b3ba79 [InstCombine] Add tests for funnel shift with zero operand; NFC by Nikita Popov · 7 years ago
  86. 36e7510 [DAGCombiner] reduce code duplication; NFC by Sanjay Patel · 7 years ago
  87. 16ca3e1 [MergeFuncs] Generate alias instead of thunk if possible by Nikita Popov · 7 years ago
  88. 940eac6 [x86] add tests for select-of-FP-constants; NFC by Sanjay Patel · 7 years ago
  89. 7effc71 [x86] fix predicate for avoiding vblendv by Sanjay Patel · 7 years ago
  90. 966966c [x86] add test for FP select with constant; NFC by Sanjay Patel · 7 years ago
  91. 21ee033 [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR by Vladimir Stefanovic · 7 years ago
  92. a7270f9 [MC] Support labels as offsets in .reloc directive by Vladimir Stefanovic · 7 years ago
  93. 08e9085 [x86] add checks for asm to test; NFC by Sanjay Patel · 7 years ago
  94. d0658be [TargetLowering] SimplifyDemandedBits - only reduce known bits for integer constants by Simon Pilgrim · 7 years ago
  95. cdf701a [PM] Port Scalarizer to the new pass manager. by Mikael Holmen · 7 years ago
  96. 82ed232 [nios2] Add missing Nios2CodeGen -> Nios2AsmPrinter linkage by Michal Gorny · 7 years ago
  97. 50a4cce [X86][AVX] Remove BROADCAST if we only need the 0'th element by Simon Pilgrim · 7 years ago
  98. 3912ef6 Test commit: Delete trailing space in comment by Nikita Popov · 7 years ago
  99. 498b7f9 [NFC] More complex tests for LoopSimplifyCFG by Max Kazantsev · 7 years ago
  100. dceb6f4 [NFC] Add some sophisticated tests on LoopSimplifyCFG by Max Kazantsev · 7 years ago