| Age | Commit message (Expand) | Author |
| 2025-11-20 | [SLP]Check if the non-schedulable phi parent node has unique operands | Alexey Bataev |
| 2025-11-19 | [SLP]Fix insertion point for setting for the nodes | Alexey Bataev |
| 2025-11-16 | [SLP]Do not consider split nodes, when checking parent PHI-based nodes | Alexey Bataev |
| 2025-11-14 | [SLP]Enable Sub as a base instruction in copyables | Alexey Bataev |
| 2025-11-11 | [SLP]Be careful when trying match/vectorize copyable nodes with external uses... | Alexey Bataev |
| 2025-11-06 | [SLP]Gather copyable node, if its parent is copyable, but this node is still ... | Alexey Bataev |
| 2025-11-03 | [SLP]Do not create copyable node, if parent node is non-schedulable and has a... | Alexey Bataev |
| 2025-10-31 | [SLP]Fix the minbitwidth analysis for slternate opcodes | Alexey Bataev |
| 2025-10-31 | [SLP][NFC]Add a test with the incorrect minbitwidth in alternate nodes, NFC | Alexey Bataev |
| 2025-10-31 | Revert "[SLP][NFC]Add a test with the incorrect minbitwidth in alternate node... | Aiden Grossman |
| 2025-10-31 | [SLP][NFC]Add a test with the incorrect minbitwidth in alternate nodes, NFC | Alexey Bataev |
| 2025-10-29 | [SLP] Do not match the gather node with copyable parent, containing insert in... | Alexey Bataev |
| 2025-10-28 | [SLP]Check only instructions with unique parent instruction user | Alexey Bataev |
| 2025-10-26 | [SLP]Consider non-inst operands, when checking insts, used outside only | Alexey Bataev |
| 2025-10-24 | [test][Transforms] Remove unsafe-fp-math uses part 3 (NFC) (#164787) | paperchalice |
| 2025-10-21 | [SLP] Check all copyable children for non-schedulable parent nodes | Alexey Bataev |
| 2025-10-20 | Revert "[SLP] Check all copyable children for non-schedulable parent nodes" | Alexey Bataev |
| 2025-10-20 | [SLP] Check all copyable children for non-schedulable parent nodes | Alexey Bataev |
| 2025-10-20 | [IR] Replace alignment argument with attribute on masked intrinsics (#163802) | Nikita Popov |
| 2025-10-19 | [SLP]Correctly calculate number of copyable operands | Alexey Bataev |
| 2025-10-17 | [SLP]Fix insert point for copyable node with the last inst, used only outside... | Alexey Bataev |
| 2025-10-13 | [SLP]Enable support for logical ops in copyables (#162945) | Alexey Bataev |
| 2025-10-12 | [SLP]INsert postponed vector value after all uses, if the parent node is PHI | Alexey Bataev |
| 2025-10-10 | [SLP]Do not allow undefs being combined with divs | Alexey Bataev |
| 2025-10-08 | [SLP]Enable SDiv/UDiv support as main op in copyables (#161892) | Alexey Bataev |
| 2025-10-06 | [SLP]Enable Shl as a base opcode in copyables (#156766) | Alexey Bataev |
| 2025-10-03 | [SLP][NFC]Add udiv/srem test cases, NFC | Alexey Bataev |
| 2025-09-29 | [SLP]Fix mixing xor instructions in the same opcode analysis | Alexey Bataev |
| 2025-09-29 | [SLP][NFC]Add a test with the incorrect combination of Xor/Mul vector instruc... | Alexey Bataev |
| 2025-09-25 | [SLP]Correctly set the insert point for insertlements with copyable arguments | Alexey Bataev |
| 2025-09-18 | [SLP]Clear the operands deps of non-schedulable nodes, if previously all oper... | Alexey Bataev |
| 2025-09-15 | [SLP]Add a check if the user itself is commutable | Alexey Bataev |
| 2025-09-12 | [llvm] Regenerate test checks including TBAA semantics (NFC) | Antonio Frighetto |
| 2025-09-10 | [SLP]Recalculate deps if the original instruction scheduled after being copyable | Alexey Bataev |
| 2025-09-08 | [SLP]Do not consider SExt/ZExt profitable for demotion, if the user is a bitc... | Alexey Bataev |
| 2025-09-07 | [SLP]Correctly schedule standalone schedule data, which is part of tree entry | Alexey Bataev |
| 2025-09-07 | Revert "[SLP]Correctly schedule standalone schedule data, which is part of tr... | Alexey Bataev |
| 2025-09-07 | [SLP]Correctly schedule standalone schedule data, which is part of tree entry | Alexey Bataev |
| 2025-09-05 | [X86][AVX10] Remove EVEX512 and AVX10-256 implementations (#157034) | Phoebe Wang |
| 2025-09-04 | [SLP]Do not try to schedule bundle with non-schedulable parent with commutabl... | Alexey Bataev |
| 2025-09-02 | [SLP]Improved/fixed FMAD support in reductions | Alexey Bataev |
| 2025-09-02 | Revert "[SLP]Improved/fixed FMAD support in reductions" | Alexey Bataev |
| 2025-09-01 | [SLP]Improved/fixed FMAD support in reductions | Alexey Bataev |
| 2025-09-01 | [SLP]Better support for copyable values in stores | Alexey Bataev |
| 2025-08-31 | [SLP]Do not to try to revectorize previously vectorized phis in loops | Alexey Bataev |
| 2025-08-30 | [SLP]Do not schedule terminate copyable from main op basic block | Alexey Bataev |
| 2025-08-30 | [SLP] Try to recalculate deps only for nodes with previously valid deps | Alexey Bataev |
| 2025-08-15 | [SLP]Do not include copyable data to the same user twice | Alexey Bataev |
| 2025-08-15 | Revert "[SLP]Do not include copyable data to the same user twice" | Alexey Bataev |
| 2025-08-15 | [SLP]Do not include copyable data to the same user twice | Alexey Bataev |