aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/riscv/riscv-builtins.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-18RISC-V: Modify _Bfloat16 to __bf16Xiao Zeng1-3/+3
2024-05-06[RISC-V] Add support for _Bfloat16Xiao Zeng1-0/+16
2024-01-25RISC-V: Add support for XCVsimd extension in CV32E40PMary Bennett1-0/+1
2024-01-15RISC-V: Add C intrinsic for Scalar Bitmanip ExtensionLiao Shihua1-0/+22
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-15[PATCH v4 1/3] RISC-V: Add support for XCVelw extension in CV32E40PMary Bennett1-0/+2
2023-10-11[PATCH v4 2/2] RISC-V: Add support for XCValu extension in CV32E40PMary Bennett1-0/+3
2023-10-11[PATCH v4 1/2] RISC-V: Add support for XCVmac extension in CV32E40PMary Bennett1-0/+10
2023-09-16RISC-V: Make SHA-256, SM3 and SM4 builtins operate on uint32_tTsukasa OI1-4/+3
2023-09-16RISC-V: Make bit manipulation value / round number and shift amount types for...Tsukasa OI1-4/+3
2023-08-28RISC-V: __builtin_riscv_pause for all environmentTsukasa OI1-2/+2
2023-04-28RISC-V: Added support clmul[r,h] instructions for Zbc extension.Karen Sargsyan1-2/+4
2023-03-10RISC-V: Add fault first load C/C++ supportJu-Zhe Zhong1-0/+31
2023-03-06RISC-V: Implement ZKSH and ZKSED extensionsLiao Shihua1-0/+4
2023-03-06RISC-V: Implement ZKNH extensionLiao Shihua1-0/+2
2023-03-06RISC-V: Implement ZKND and ZKNE extensionsLiao Shihua1-0/+5
2023-03-06RISC-V: Implement ZBKB, ZBKC and ZBKX extensionsLiao Shihua1-0/+7
2023-03-06RISC-V: Add prototypes for RISC-V Crypto built-in functionsLiao Shihua1-0/+8
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-15RISC-V: Zihintpause: add __builtin_riscv_pausePhilipp Tomsich1-3/+3
2022-10-27RISC-V: Target support for z*inx extension.Jiawei1-2/+2
2022-10-21RISC-V: Add RVV intrinsic basic framework.Ju-Zhe Zhong1-12/+32
2022-10-05RISC-V: Introduce RVV header to enable builtin typesJu-Zhe Zhong1-1/+1
2022-09-29RISC-V: Add ABI-defined RVV types.Ju-Zhe Zhong1-0/+2
2022-08-16RISC-V: Support _Float16 type.Kito Cheng1-0/+24
2022-06-20RISC-V: Fix a bug that is the CMO builtins are missing parameteryulong1-0/+1
2022-05-24RISC-V: Cache Management Operation instructionsShiYulong1-0/+16
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+293