1. 53c6e8e [X86] Add cascade lake arch in X86 target. by Craig Topper · 7 years ago
  2. 57a7a8a Documentation: add \file markup as needed. by James Dennett · 7 years ago
  3. 07b822e [Demangle] remove itaniumFindTypesInMangledName by Pavel Labath · 7 years ago
  4. 6da4a0e [llvm-mca] pass -dispatch-stats flag to a couple of tests. NFC by Andrea Di Biagio · 7 years ago
  5. 13e71ac [x86] regenerate checks; NFC by Sanjay Patel · 7 years ago
  6. c8872d1 [AMDGPU] Disable DAG combine at -O0 by Stanislav Mekhanoshin · 7 years ago
  7. 65cb634 InstCombine: add comment explaining malloc deletion. NFC. by Tim Northover · 7 years ago
  8. 1ed9b33 Add missing REQUIRES: asserts by Max Kazantsev · 7 years ago
  9. 6235bbf [X86] Add test cases for vector shifts of v2i32/v2i16/v4i16/v2i8/v4i8/v8i8 with promotion legalization and widening legalization. NFC by Craig Topper · 7 years ago
  10. 32a3b31 [X86] Use getUnpackl/getUnpackh instead of directly creating UNPCKL/UNPCKH nodes. by Craig Topper · 7 years ago
  11. 0521646 [LoopSimplifyCFG] Turn on term folding after underlying bug fixed by Max Kazantsev · 7 years ago
  12. e53078a [LoopSimplifyCFG] Fix corner case with duplicating successors by Max Kazantsev · 7 years ago
  13. cd010d2 [gn build] Merge r347530 to gn. by Nico Weber · 7 years ago
  14. 8448be0 Move a file I forgot to move in r347636. by Nico Weber · 7 years ago
  15. cefe270 [gn build] Create abi-breaking.h, config.h, llvm-config.h, and add a build file for llvm/lib/Support. by Nico Weber · 7 years ago
  16. fd2bfc7 [X86] Prevent DAG combine from folding a bitcast from vXi1 to iX with a store on pre-AVX512 targets. by Craig Topper · 7 years ago
  17. 4eb1db5 [X86] Add a bunch of test cases for storing a scalar bitcasted from a vXi1 type. by Craig Topper · 7 years ago
  18. 6b7c84e Revert "[clang][slh] add attribute for speculative load hardening" by Zola Bridges · 7 years ago
  19. 2aeaa6e [stack-safety] Update comment by Vitaly Buka · 7 years ago
  20. fd4afd6 [stack-safety] Fix and uncomment assert by Vitaly Buka · 7 years ago
  21. 61eaf01 [stack-safety] Fix build on gcc 5.4 by Vitaly Buka · 7 years ago
  22. 725ed2f [InstCombine] add tests for rotate/bswap equality; NFC by Sanjay Patel · 7 years ago
  23. 504db06 [clang][slh] add attribute for speculative load hardening by Zola Bridges · 7 years ago
  24. 3f6a8f9 Fix debug build break by JF Bastien · 7 years ago
  25. 421d590 Notify the linker when a TU compiled with split-stack has a function without a prologue. by Sterling Augustine · 7 years ago
  26. 5b5d8e4 Remove trailing empty line by Vitaly Buka · 7 years ago
  27. d305cea [stack-safety] Analysis documentation by Vitaly Buka · 7 years ago
  28. d5aa33e [stack-safety] Inter-Procedural Analysis implementation by Vitaly Buka · 7 years ago
  29. 54b4ae7 [stack-safety] Empty local passes for Stack Safety Global Analysis by Vitaly Buka · 7 years ago
  30. 953932e AArch64ISelLowering: Remove a return-of-assignment to allow NRVO by David Blaikie · 7 years ago
  31. 6f171fb Add new passes to X86 pipeline tests by Mircea Trofin · 7 years ago
  32. 1d132e3 [X86] Add dependency from X86 to ProfileData after rL347596 by Fangrui Song · 7 years ago
  33. 4ac1416 [ICP] Remove incompatible attributes at indirect-call promoted callsites. by Xin Tong · 7 years ago
  34. c3924f6 [InstCombine] add helper function to reduce code duplication; NFC by Sanjay Patel · 7 years ago
  35. 9d4b9a3 [stack-safety] Local analysis implementation by Vitaly Buka · 7 years ago
  36. c29e36f [stack-safety] Empty local passes for Stack Safety Local Analysis by Vitaly Buka · 7 years ago
  37. a7aff25 [cfi] Help sanstats to find binary if they are not at the original location by Vitaly Buka · 7 years ago
  38. 17f866f [cfi] Make sanstats print address of the check by Vitaly Buka · 7 years ago
  39. 7784961 [AArch64] Refactor the scheduling predicates (3/3) (NFC) by Evandro Menezes · 7 years ago
  40. e62b9ce [AArch64] Refactor the scheduling predicates (2/3) (NFC) by Evandro Menezes · 7 years ago
  41. 5f6c1fd [AArch64] Refactor the scheduling predicates (1/3) (NFC) by Evandro Menezes · 7 years ago
  42. 241ac1b Support for inserting profile-directed cache prefetches by Mircea Trofin · 7 years ago
  43. 9926acb AMDGPU: Record SGPR spills when restoring too by Matt Arsenault · 7 years ago
  44. 689482b [LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use SplitVecOp_TruncateHelper for FP_TO_SINT/UINT. by Craig Topper · 7 years ago
  45. e7e4f1f [ThinLTO] Consolidate cache key computation between new/old LTO APIs by Teresa Johnson · 7 years ago
  46. 406f960 [SelectionDAG] Teach BaseIndexOffset::match to unwrap the base after looking through an add/or by Craig Topper · 7 years ago
  47. 57aee1b [X86] Add test case for D54818 by Craig Topper · 7 years ago
  48. f81a97a Revert "[clang][slh] add attribute for speculative load hardening" by Zola Bridges · 7 years ago
  49. 2d8056c [clang][slh] add attribute for speculative load hardening by Zola Bridges · 7 years ago
  50. 4b607e9 [CodeGen] Support custom format of stack maps by Than McIntosh · 7 years ago
  51. c088edc Delete dead code introduced in r347354. by Erich Keane · 7 years ago
  52. ad7ad9d AMDGPU: Cleanup / relax tests for future changes by Matt Arsenault · 7 years ago
  53. 4441240 AMDGPU: Don't optimize exec masks at -O0 by Matt Arsenault · 7 years ago
  54. b0463ea AMDGPU: Only add implicit super-reg def for first subreg by Matt Arsenault · 7 years ago
  55. b4a52bd [CodeGen] Take SPAdj into account for STATEPOINT liveness args by Than McIntosh · 7 years ago
  56. 6de08e4 Remove an unnecessary file; NFC. by Aaron Ballman · 7 years ago
  57. 753cb24 [DemandedBits] Add support for funnel shifts by Nikita Popov · 7 years ago
  58. 12ece57 [x86] promote all multiply i8 by constant to i32 by Sanjay Patel · 7 years ago
  59. 2de9fad [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF by Diana Picus · 7 years ago
  60. 845ecdf Fix typo in comment. NFC by Diana Picus · 7 years ago
  61. c9c05bd [ARM] Prevent parallel macs for unsigned values by Sam Parker · 7 years ago
  62. b7a5c20 Revert "[TTI] Reduction costs only need to include a single extract element cost" by Fedor Sergeev · 7 years ago
  63. 2fd827f Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction" by Kang Zhang · 7 years ago
  64. 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
  65. a638433 [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction by Kang Zhang · 7 years ago
  66. 802db56 [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms by Argyrios Kyrtzidis · 7 years ago
  67. 8080935 [MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC) by Florian Hahn · 7 years ago
  68. d604b8c [x86] limit transform for select-of-fp-constants by Sanjay Patel · 7 years ago
  69. ea02795 [x86] add tests for select-of-fp-constants; NFC by Sanjay Patel · 7 years ago
  70. a00149b [IPSCCP] Use input operand instead of OriginalOp for ssa_copy. by Florian Hahn · 7 years ago
  71. 3ca2553 [SelectionDAG] move constant or splat functions to common location by Sanjay Patel · 7 years ago
  72. 8b53eb1 [llvm-mca] Add support for instructions with a variadic number of operands. by Andrea Di Biagio · 7 years ago
  73. 53a580e add Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXT by Kang Zhang · 7 years ago
  74. 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
  75. 6463880 [InstCombine] Determine demanded and known bits for funnel shifts by Nikita Popov · 7 years ago
  76. 71e4421 [llvm-mca] InstrBuilder: warnings for call/ret instructions are only reported once. by Andrea Di Biagio · 7 years ago
  77. 9951b07 Revert unapproved commit by Joel Jones · 7 years ago
  78. 8ae5719 [AArch64] Enable libm vectorized functions via SLEEF by Joel Jones · 7 years ago
  79. e4c7f02 [ARM] Add dependency from ARMAsmParser to ARMAsmPrinter after r347494 by Fangrui Song · 7 years ago
  80. 3c0addf [InstCombine] Simplify funnel shift with zero/undef operand to shift by Nikita Popov · 7 years ago
  81. 7280a87 [TableGen] Emit more variant transitions by Evandro Menezes · 7 years ago
  82. 464205d [llvm-mca] Refactor some of the logic in InstrBuilder, and add a verifyOperands method. by Andrea Di Biagio · 7 years ago
  83. 703a4c2 [DAG] consolidate shift simplifications by Sanjay Patel · 7 years ago
  84. ba53249 [x86] make test immune to oversized shift simplification by Sanjay Patel · 7 years ago
  85. c8ecb42 Revert r347490 as it breaks address sanitizer builds by Luke Cheeseman · 7 years ago
  86. a21de3b [ARM][AsmParser] Improve debug printing of parsed asm operands by Oliver Stannard · 7 years ago
  87. 848dcbd [llvm-mca][View] Improved Retire Control Unit Statistics. by Andrea Di Biagio · 7 years ago
  88. 5ae36ee Attempt to fix buildbot after r347489 by Eugene Leviant · 7 years ago
  89. 7ef46a7 Revert r343341 by Luke Cheeseman · 7 years ago
  90. ae9f773 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
  91. d275ca3 [NFC] Add test that demonstrates buggy behavior on term folding of LoopSimplifyCFG by Max Kazantsev · 7 years ago
  92. 5fc6283 [ARM][NFC] codegen tests cleanup: remove dangling check prefixes by Sjoerd Meijer · 7 years ago
  93. f56b13f Disable LoopSimplifyCFG terminator folding by default by Max Kazantsev · 7 years ago
  94. f2ac09b [LoopSimplifyCFG] Don't delete LCSSA Phis by Max Kazantsev · 7 years ago
  95. a796d62 [NFC] Add verification flags to tests by Max Kazantsev · 7 years ago
  96. 5a2d064 [LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelper if we're heading towards scalarizing the type. by Craig Topper · 7 years ago
  97. 4f5ef13 [Object] Also treat STB_GNU_UNIQUE symbols as exported to other DSO by Fangrui Song · 7 years ago
  98. 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
  99. c93c84c [DAGCombiner] form 'not' ops ahead of shifts (PR39657) by Sanjay Patel · 7 years ago
  100. 21587cd Reland test/MC/Mips/reloc-directive-label-offset.s by Vladimir Stefanovic · 7 years ago