]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/riscv/riscv-vector-costs.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / config / riscv / riscv-vector-costs.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2024-01-03  Juzhe-ZhongRISC-V: Make liveness be aware of rgroup number of...
2024-01-02  Juzhe-ZhongRISC-V: Declare STMT_VINFO_TYPE (...) as local variable
2024-01-02  Juzhe-ZhongRISC-V: Count pointer type SSA into RVV regs liveness...
2023-12-28  Juzhe-ZhongRISC-V: Make dynamic LMUL cost model more accurate...
2023-12-27  Juzhe-ZhongRISC-V: Make known NITERS loop be aware of dynamic...
2023-12-26  Juzhe-ZhongRISC-V: Some minior tweak on dynamic LMUL cost model
2023-12-25  Juzhe-ZhongRISC-V: Move RVV V_REGS liveness computation into analy...
2023-12-23  Juzhe-ZhongRISC-V: Make PHI initial value occupy live V_REG in...
2023-12-20  demin.hanRISC-V: Fix calculation of max live vregs
2023-12-14  Juzhe-ZhongRISC-V: Add RVV builtin vectorization cost model
2023-12-12  Juzhe-ZhongRISC-V: Apply vla vs. vls mode heuristic vector COST...
2023-12-12  Juzhe-ZhongRISC-V: Refactor Dynamic LMUL codes
2023-12-08  Juzhe-ZhongRISC-V: Remove redundant check of better_main_loop_than...
2023-11-09  Juzhe-ZhongRISC-V: Fix dynamic LMUL cost model ICE
2023-10-18  Juzhe-ZhongRISC-V: Enable more tests for dynamic LMUL and bug...
2023-10-17  Juzhe-ZhongRISC-V: Fix unexpected big LMUL choosing in dynamic...
2023-10-16  Juzhe-ZhongRISC-V: Use VLS modes if the NITERS is known and smalle...
2023-09-12  Juzhe-ZhongRISC-V: Support Dynamic LMUL Cost model
2023-08-31  Juzhe-ZhongRISC-V: Add Vector cost model framework for RVV