1. 99dd11f [PM] Split LoopUnrollPass and make partial unroller a function pass by Teresa Johnson · 8 years ago
  2. 2600a67 Don't pass the code model to MC by Rafael Espindola · 8 years ago
  3. 43b62b6 [InstCombine] Remove explicit code for folding (xor(zext(cmp)), 1) and (xor(sext(cmp)), -1) to ext(!cmp). by Craig Topper · 8 years ago
  4. 80b5f59 [InstCombine] Support sext in foldLogicCastConstant by Craig Topper · 8 years ago
  5. 61dba57 DebugInfo: Test & handle (differently) non-zero DW_AT_ranges_base by David Blaikie · 8 years ago
  6. 07635d3 [Power9] Exploit vector absolute difference instructions on Power 9 by Stefan Pintilie · 8 years ago
  7. 82f73ee [NewGVN] Now that load coercion is enable, we pass this test. by Davide Italiano · 8 years ago
  8. 7fee9f8 [AArch64] Add Exynos M2 feature test (NFC) by Evandro Menezes · 8 years ago
  9. 95e74fa [Dominators] Teach LoopDeletion to use the new incremental API by Jakub Kuderski · 8 years ago
  10. f49a981 [StackColoring] Update AliasAnalysis information in stack coloring pass (part 2) by Hiroshi Inoue · 8 years ago
  11. 3e9e87e Revert "Xray docs with description of Flight Data Recorder binary format." by Keith Wyss · 8 years ago
  12. fac03ed [AsmParser][GAS-compatibility] Ignore an empty 'p2align' directive by Coby Tayree · 8 years ago
  13. dbf7ec5 [InstCombine] Add missing test case for (xor (sext (cmp)), -1) -> (sext (!cmp)). by Craig Topper · 8 years ago
  14. e97c583 Xray docs with description of Flight Data Recorder binary format. by Keith Wyss · 8 years ago
  15. c4d94ab Assert that the offset of a DBG_VALUE is always 0. (NFC) by Adrian Prantl · 8 years ago
  16. 5db8114 Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs" by Reid Kleckner · 8 years ago
  17. 981b541 AMDGPU: Restore using MRI to find highest used regs by Matt Arsenault · 8 years ago
  18. 810c1b6 Remove the unused Offset field from MachineLocation (NFC) by Adrian Prantl · 8 years ago
  19. 29e9cdb [DAG] Improve candidate pruning in store merge failure case. NFCI by Nirav Dave · 8 years ago
  20. 7499936 [AArch64] Improve the test of conditional branch fusion by Evandro Menezes · 8 years ago
  21. 8c82257 Remove unused includes of MachineLocation.h (NFC) by Adrian Prantl · 8 years ago
  22. c334e7d Remove unreachable code. (NFC) by Adrian Prantl · 8 years ago
  23. 1ce4e23 [AArch64] Simplify AES*Tied pseudo expansion (NFC). by Florian Hahn · 8 years ago
  24. 7ab6937 [InlineCost] Remove redundant call. NFC. by Chad Rosier · 8 years ago
  25. 1c11c83 Assert that the offset in MachineLocation::set() is always 0. (NFC) by Adrian Prantl · 8 years ago
  26. e279499 [InlineCost] Simplify more 'and' and 'or' operations. by Chad Rosier · 8 years ago
  27. 340067c [SLPVectorizer] Generalize interface of functions, NFC. by Alexey Bataev · 8 years ago
  28. e764b9b [SLPVectorizer] Test update, NFC. by Alexey Bataev · 8 years ago
  29. b51029d [SLP] Fix for PR31880: shuffle and vectorize repeated scalar ops on extracted elements by Alexey Bataev · 8 years ago
  30. bb326e2 [MIR] Print target-specific constant pools by Diana Picus · 8 years ago
  31. e36182d [globalisel][tablegen] Do not merge memoperands from instructions that weren't in the match. by Daniel Sanders · 8 years ago
  32. fb0e1f5 [InstCombine] Add test cases for 'or' and 'xor' to match the vector 'and' of 'sext' of 'cmp' test. by Craig Topper · 8 years ago
  33. 4b60609 [NewGVN] Fold single-use variables. NFCI. by Davide Italiano · 8 years ago
  34. 0c5b2b5 [NewGVN] Remove a (now stale) comment. NFCI. by Davide Italiano · 8 years ago
  35. b929c3e Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release compiler. by Dehao Chen · 8 years ago
  36. f7a9c73 [SimplifyCFG] Fix typo in comment. NFC by Craig Topper · 8 years ago
  37. 759393b [PM] Fix a bug where through CGSCC iteration we can get by Chandler Carruth · 8 years ago
  38. 6023e68 AMDGPU: Fix clobbering CSR VGPRs when spilling SGPR to it by Matt Arsenault · 8 years ago
  39. 5474c6d AMDGPU: Fix emitting encoded calls by Matt Arsenault · 8 years ago
  40. 23e59dd AMDGPU: Analyze callee resource usage in AsmPrinter by Matt Arsenault · 8 years ago
  41. cbd2841 Update the new PM pipeline to make ICP aware if it is SamplePGO build. by Dehao Chen · 8 years ago
  42. dbd873d [AMDGPU] Fix asan error after last commit by Stanislav Mekhanoshin · 8 years ago
  43. f5ed40b [DAG] Refactor store merge subexpressions. NFC. by Nirav Dave · 8 years ago
  44. 01ddaaf AMDGPU: Don't place arguments in emergency stack slot by Matt Arsenault · 8 years ago
  45. 6e8db40 DAG: Undo and->or combine with FrameIndexes by Matt Arsenault · 8 years ago
  46. 3a6f6d9 X86: Do not use llc -march in tests. by Matthias Braun · 8 years ago
  47. cc3f143 Update LiveDebugValues to generate DIExpressions for spill offsets by Adrian Prantl · 8 years ago
  48. 5f53af3 Revert "Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy"" by Petr Hosek · 8 years ago
  49. 9b08f32 Update MIR testcase to reflect change in r309751. by Adrian Prantl · 8 years ago
  50. d6fd4b0 Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy" by Petr Hosek · 8 years ago
  51. 3499304 [AMDGPU] Turn s_and_saveexec_b64 into s_and_b64 if result is unused by Stanislav Mekhanoshin · 8 years ago
  52. 88d9e5d Remove unused accessor (NFC) by Adrian Prantl · 8 years ago
  53. 5b53ac9 [AMDGPU] Collapse adjacent SI_END_CF by Stanislav Mekhanoshin · 8 years ago
  54. 6aacb6c Assert that the offset of a MachineLocation is always 0. by Adrian Prantl · 8 years ago
  55. 2d38e17 [SCEV/IndVars] Always compute loop exiting values if the backedge count is 0 by Sanjoy Das · 8 years ago
  56. 68109d5 Use helper function instead of manually constructing DBG_VALUEs (NFC) by Adrian Prantl · 8 years ago
  57. fe7581c ARM: Do not use llc -march in tests. by Matthias Braun · 8 years ago
  58. b0a0439 PowerPC: Do not use llc -march in tests. by Matthias Braun · 8 years ago
  59. 2cd77a8 Remove PrologEpilogInserter's usage of DBG_VALUE's offset field by Adrian Prantl · 8 years ago
  60. fbbab58f [AArch64] Fix a typo in isExtFreeImpl() by Haicheng Wu · 8 years ago
  61. e72b881 [llvm-cov] Allow specifying distinct architectures for each loaded binary by Vedant Kumar · 8 years ago
  62. e082532 [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  63. 39bec21 [AArch64] Rewrite stack frame handling for win64 vararg functions by Martin Storsjo · 8 years ago
  64. f9a65f9 AMDGPU: Fix handling of div_scale with undef inputs by Matt Arsenault · 8 years ago
  65. 68a4961 [DAG] Factor out common expressions. NFC. by Nirav Dave · 8 years ago
  66. 0d8a777 [Value Tracking] Default argument to true and rename accordingly. NFC. by Chad Rosier · 8 years ago
  67. ff9e211 AMDGPU: Add test for r308774 by Matt Arsenault · 8 years ago
  68. 4395094 AMDGPU: Initial implementation of calls by Matt Arsenault · 8 years ago
  69. a68b470 [DebugInfo] Don't turn dbg.declare into DBG_VALUE for static allocas by Reid Kleckner · 8 years ago
  70. c5f425b [Value Tracking] Refactor and/or logic into helper. NFC. by Chad Rosier · 8 years ago
  71. 3db8a65 [AMDGPU] Put a function used only inside assert() under NDEBUG. by Davide Italiano · 8 years ago
  72. 9cbd52d [lanai] Add getIntImmCost in LanaiTargetTransformInfo. by Jacques Pienaar · 8 years ago
  73. b9614f5 Pull out VectorNumElements value. NFC. by Nirav Dave · 8 years ago
  74. 7e482e3 [X86][SSE3] Add scheduler tests for MONITOR/MWAIT by Simon Pilgrim · 8 years ago
  75. 8790231 Revert "[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector." by Nirav Dave · 8 years ago
  76. 9e6b2e7 [libFuzzer] temporarty remove pc-tables and disable test/fuzzer-printcovpcs.test until this can be fixed on Windows by Kostya Serebryany · 8 years ago
  77. 8ae6d28 [X86][SSE] Added missing vector logic intrinsic schedules by Simon Pilgrim · 8 years ago
  78. 5250bac [CGP] use narrower types in memcmp expansion when possible by Sanjay Patel · 8 years ago
  79. a8735a3 [DAG] Convert extload check to equivalent type check. NFC. by Nirav Dave · 8 years ago
  80. 790133a [X86] Use BEXTR/BEXTRI for 64-bit 'and' with a large mask by Craig Topper · 8 years ago
  81. 42dea12 [X86][SSE] Added missing PACKSS/PACKUS intrinsic schedules by Simon Pilgrim · 8 years ago
  82. 4e3a697 [X86] Split bmi.ll into a bmi test and a bmi2 test. by Craig Topper · 8 years ago
  83. bba95e6 [X86][SSSE3] Added missing PHADDS/PHSUBS/PSIGN intrinsic schedules by Simon Pilgrim · 8 years ago
  84. ac7c13e [DAG] Move extload check in store merge. NFC. by Nirav Dave · 8 years ago
  85. f6fecfa [X86] Fix a crash in FEntryInserter Pass. by Manoj Gupta · 8 years ago
  86. 2a519cb [AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bit element stores even when BWI instructions are supported. Always use VMOVDQA32/VMOVDQU32. by Craig Topper · 8 years ago
  87. e105901 [X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for load folding scheduling. by Simon Pilgrim · 8 years ago
  88. bf59b4f [X86] Added missing cpu to fix generic scheduling model tests by Simon Pilgrim · 8 years ago
  89. e2cbc76 [InstCombine] Remove explicit check for impossible condition. Replace with assert by Craig Topper · 8 years ago
  90. b97dd2d [globalisel][tablegen] Removed unnecessary typedef pointed out in post-commit review for r308599. NFC by Daniel Sanders · 8 years ago
  91. dbe5253 DebugInfo: Update flag description that'd been copypasted from another by David Blaikie · 8 years ago
  92. 05485d7 [PostDom] document the current handling of infinite loops and unreachables by Tobias Grosser · 8 years ago
  93. 645faa5 [DebugInfo] Use shrink_to_fit to simplify code. NFCI. by Benjamin Kramer · 8 years ago
  94. bb29818 [DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector. by Nirav Dave · 8 years ago
  95. 16b949e [Mips] Fix for BBIT octeon instruction by Strahinja Petrovic · 8 years ago
  96. c6a42e9 [Hexagon] Convert HVX vector constants of i1 to i8 by Krzysztof Parzyszek · 8 years ago
  97. 1b7afc8 [X86] Regenerate big structure return test and check on x86_64 as well. by Simon Pilgrim · 8 years ago
  98. c0ce68e AMDGPU/GlobalISel: Add support for amdgpu_vs calling convention by Tom Stellard · 8 years ago
  99. ca05253 [PostDom] Fix typo in comment [NFC] by Tobias Grosser · 8 years ago
  100. 78f6716 [NFC] Remove obsolete profiling data from eq_ne test by Max Kazantsev · 8 years ago