aboutsummaryrefslogtreecommitdiff
path: root/gcc/common/config/riscv
AgeCommit message (Expand)AuthorFilesLines
4 hoursRISC-V: Support -march=unsetKito Cheng1-0/+5
8 daysRISC-V: Remove use of structured binding to fix compiler warningChristoph Müllner1-1/+2
2025-06-25RISC-V: Add Profiles RVA/B23S64 support.Jiawei1-1/+17
2025-06-16RISC-V: Update Profiles string in RV23.Jiawei1-3/+3
2025-06-05RISC-V: Don't use structured binding in riscv-common.ccKito Cheng1-9/+18
2025-05-23RISC-V: Support CPUs in -march.Robin Dapp1-7/+12
2025-05-19RISC-V: Fix the warning of temporary object dangling references.Dongyan Chen1-2/+2
2025-05-14RISC-V: Fix uninit riscv_subset_list::m_allow_adding_dup issueKito Cheng1-1/+1
2025-05-13RISC-V: Drop riscv_ext_flag_table in favor of riscv_ext_info_t dataKito Cheng1-194/+27
2025-05-13RISC-V: Drop riscv_ext_version_table in favor of riscv_ext_info_t dataKito Cheng1-250/+22
2025-05-13RISC-V: Drop riscv_implied_info and riscv_combine_info in favor of riscv_ext_...Kito Cheng1-285/+66
2025-05-13RISC-V: Introduce riscv_ext_info_t to hold extension metadataKito Cheng1-14/+177
2025-05-13RISC-V: Adjust riscv_can_inline_pKito Cheng1-17/+0
2025-05-13RISC-V: Use riscv-ext.def to generate target options and variablesKito Cheng1-51/+51
2025-05-12RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions.Dongyan Chen1-0/+36
2025-05-12RISC-V: Support for zilsd and zclsd extensions.Dongyan Chen1-0/+16
2025-05-11RISC-V: Support RISC-V Profiles 23.Jiawei1-0/+16
2025-05-11RISC-V: Support RISC-V Profiles 20/22.Jiawei1-3/+82
2025-05-07[PATCH] RISC-V: Minimal support for zama16b extension.Dongyan Chen1-0/+2
2025-05-06[PATCH] RISC-V: Minimal support for sdtrig and ssstrict extensions.Dongyan Chen1-0/+3
2025-05-06[PATCH] RISC-V: Recognized svadu and svade extensionMingzhu Yan1-3/+7
2025-04-30RISC-V: Fix missing implied Zicsr from Zve32xJerry Zhang Jian1-0/+1
2025-04-24[PATCH] RISC-V: Imply C from Zca whenever possible [PR119122]Yuriy Kolerov1-0/+31
2025-03-01[PR target/118906] [PATCH v2] RISC-V: Fix a typo in zce to zcf implicationYuriy Kolerov1-1/+1
2025-01-17RISC-V: Add Zicfilp ISA extension.Monk Chiang1-0/+3
2025-01-17RISC-V: Add Zicfiss ISA extension.Monk Chiang1-0/+7
2025-01-02Update copyright years.Jakub Jelinek2-2/+2
2024-12-20RISC-V: List valid -mtune options only onceChristoph Müllner1-1/+13
2024-12-17RISC-V: Remove svvptc from riscv-ext-bitmask.defYangyu Chen1-1/+0
2024-11-25RISC-V: Minimal support for svvptc extension.Dongyan Chen2-0/+3
2024-11-20RISC-V: Add the mini support for SiFive extensions.yulong1-0/+6
2024-11-13RISC-V: Implement riscv_minimal_hwprobe_feature_bitsYangyu Chen2-0/+177
2024-10-29[RISC-V] RISC-V: Add implication for M extension.Tsung Chun Lin1-0/+2
2024-10-09Revert "RISC-V: Add implication for M extension."Jeff Law1-2/+0
2024-10-08RISC-V: Add implication for M extension.Tsung Chun Lin1-0/+2
2024-10-08RISC-V: Implement TARGET_CAN_INLINE_PYangyu Chen1-165/+207
2024-10-08RISC-V: Add an implicit dependency for ZawrsXiao Zeng1-0/+1
2024-09-06RISC-V: Fix out of index in riscv_select_multilib_by_abiYunQiang Su1-1/+1
2024-09-05RISC-V: Lookup reversely in riscv_select_multilib_by_abiYunQiang Su1-1/+1
2024-08-08RISC-V: Minimal support for Zimop extension.Jiawei1-0/+8
2024-07-30RISC-V: Add configure check for B extention supportEdwin Lu1-0/+8
2024-07-30RISC-V: Add basic support for the Zacas extensionGianluca Guida1-0/+3
2024-07-30RISC-V: Remove configure check for zabhaPatrick O'Neill1-9/+3
2024-07-15RISC-V: Allow adding enabled extension via target arch attributesChristoph Müllner1-6/+11
2024-07-15RISC-V: Rewrite target attribute handlingChristoph Müllner1-109/+4
2024-07-12RISC-V: Add SiFive extensions, xsfvcp and xsfceaseKito Cheng1-0/+8
2024-07-11RISC-V: c implies zca, and conditionally zcf & zcdFei Gao1-0/+12
2024-07-10RISC-V: Add support for B standard extensionEdwin Lu1-0/+7
2024-07-09RISC-V: Deduplicate arch subset list processingChristoph Müllner1-26/+6
2024-07-08[RISC-V] add implied extension repeatly until stableFei Gao1-3/+11