aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/riscv/riscv-avlprop.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-26RISC-V: avlprop: Do not propagate VL from slidedown.Robin Dapp1-1/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-08-06RISC-V: Fix comment typosPatrick O'Neill1-4/+4
2024-07-25rtl-ssa: Define INCLUDE_ARRAYRichard Sandiford1-0/+1
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek1-1/+1
2024-03-01RISC-V: Introduce gcc option mrvv-vector-bits for RVVPan Li1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-12RISC-V: Disable RVV VCOMPRESS avl propagationPan Li1-10/+25
2023-12-07RISC-V: Fix AVL propagation ICE for vleff/vlsegffJuzhe-Zhong1-6/+30
2023-11-26RISC-V: Disable AVL propagation of slidedown instructionsJuzhe-Zhong1-6/+20
2023-11-26RISC-V: Fix typoJuzhe-Zhong1-2/+2
2023-11-23RISC-V: Disable AVL propagation of vrgather instructionJuzhe-Zhong1-1/+12
2023-11-07RISC-V: Enhance AVL propagation for complicate reduction auto-vectorizationJuzhe-Zhong1-2/+15
2023-11-03RISC-V: Fix redundant vsetvl in fixed-vlmax vectorized codes[PR112326]Juzhe-Zhong1-26/+69
2023-11-02RISC-V: Fix bug of AVL propagation PASSJuzhe-Zhong1-0/+7
2023-10-29RISC-V: Fix one range-loop-construct warning of avlpropPan Li1-1/+1
2023-10-27RISC-V: Add AVL propagation PASS for RVV auto-vectorizationJuzhe-Zhong1-0/+419