]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/riscv/riscv-vector-builtins.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / config / riscv / riscv-vector-builtins.cc
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-23  Ju-Zhe ZhongRISC-V: Support vle.v/vse.v intrinsics
2022-10-31  Ju-Zhe ZhongRISC-V: Change constexpr back to CONSTEXPR
2022-10-26  Ju-Zhe ZhongRISC-V: ADJUST_NUNITS according to -march.
2022-10-24  Ju-Zhe ZhongRISC-V: Replace CONSTEXPR with constexpr
2022-10-21  Ju-Zhe ZhongRISC-V: Add RVV vsetvl/vsetvlmax intrinsics and tests.
2022-10-21  Ju-Zhe ZhongRISC-V: Add RVV intrinsic basic framework.
2022-10-17  Ju-Zhe ZhongRISC-V: Reorganize mangle_builtin_type.[NFC]
2022-10-12  Ju-Zhe ZhongRISC-V: Apply clang-format for riscv-vector-builtins...
2022-10-12  Ju-Zhe ZhongRISC-V: Refine register_builtin_types function. [NFC]
2022-10-12  Ju-Zhe ZhongRISC-V: Move function place to make it looks better...
2022-10-11  Ju-Zhe ZhongRISC-V: move struct vector_type_info from *.h to *...
2022-10-05  Ju-Zhe ZhongRISC-V: Introduce RVV header to enable builtin types
2022-09-28  Ju-Zhe ZhongRISC-V: Add ABI-defined RVV types.