summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/RISCV
AgeCommit message (Expand)Author
2025-11-03[clang][RISCV] Add C intrinsics for XSfvfexp* and XSfvfexpa* (#165792)Min-Yih Hsu
2025-10-25[RISCV] Support XSfmm C intrinsics (#143070)Brandon Wu
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-10-18[RISCV][clang] Support Zvfbfa C intrinsics (#164094)Brandon Wu
2025-10-14[clang][RISCV] support BITINT with mixed-type (#156592)Piyou Chen
2025-09-19RISC-V: builtins support for MIPS RV64 P8700 execution control .UmeshKalappa
2025-09-18[RISCV] Add MVendorID, MArchID, and MImpID for sifive-p550. (#159465)Craig Topper
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-09-11[RISCV] Make "target-feature +i" explicit (#157835)Gergely Futo
2025-09-09[Clang][RISCV] Loosen the requirement of -fcf-protection=return to zimop (#15...Jesse Huang
2025-09-05[RISCV] Support ZVqdot Codegen and C intrinsics (#154915)Brandon Wu
2025-08-28[RISCV] Fix accidentally lower case REQUIRES directive in vfncvtbf16-out-of-r...Craig Topper
2025-08-28[RISCV] Verify vfwmaccbf16 and vfncvtbf16 FRM argument in SemaRISCV::CheckBui...Craig Topper
2025-08-20[clang][RISCV] Fix crash on VLS calling convention (#145489)Brandon Wu
2025-08-19[clang][test][DebugInfo] Move debug-info tests from CodeGen to DebugInfo dire...Michael Buch
2025-08-18[RISCV][llvm] Support fixed-length vector inline assembly constraints (#150724)Brandon Wu
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-21[RISCV] Add missing vcompress and vrgather intrinsic tests for zvfbfmin (#148...Jim Lin
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2025-07-16[RISCV] Implement Builtins for XAndesBFHCvt extension. (#148804)Jim Lin
2025-07-15[RISCV] Rename the vector crypto intrinsic test vcpopv.c to vcpop.c. NFC.Jim Lin
2025-07-14[RISCV] Split the intrinsic test for vector crypto to seperate directory. NFC.Jim Lin
2025-07-14[RISCV] Move intrinsic tests for Xsfvcp to sifive-intrinsics sub-directory. NFC.Jim Lin
2025-07-11[RISCV] Add missing indexed load/store intrinsic tests for zvfbfmin (#148097)Jim Lin
2025-07-10[RISCV] Use source element type for the zero constant in IR for vwcvt intrins...Craig Topper
2025-07-10[RISCV] +zve64x is sufficient for the zvfbfmin and zvfbfwma intrinsic tests. ...Jim Lin
2025-07-10[RISCV] Move the intrinsic tests for vfwmaccbf16 to zvfbfwma directory. NFC.Jim Lin
2025-07-10[RISCV] Move the intrinsic tests for vfwcvtbf16 and vfncvtbf16 to zvfbfmin di...Jim Lin
2025-07-10[RISCV] Implement intrinsics for XAndesVSIntLoad (#147767)Jim Lin
2025-07-09[RISCV] Split out the intrinsic tests for bfloat16 into a separate directory ...Jim Lin
2025-07-08[RISCV] Correct type lowering of struct of fixed-vector array in VLS (#147173)Brandon Wu
2025-07-08[Clang] include attribute scope in diagnostics (#144619)Oleksandr T.
2025-07-08[RISCV] Add missing intrinsicis vrgatherei16/vslideup/vslidedown support for ...Jim Lin
2025-07-08[RISCV] Run mem2reg for riscv-xcvalu-c-api.c and riscv-xcvalu.c. NFC.Jim Lin
2025-07-04[RISCV] Move vendor clang intrinsics tests to seperate directory. NFC. (#146862)Jim Lin
2025-07-04[RISCV] Remove implied extension Zvfhmin for XAndesVPackFPH (#146861)Jim Lin
2025-06-26[RISCV] Implement intrinsics for XAndesVBFHCVT (#145634)Jim Lin
2025-06-16[RISCV] Fix incorrect predicates for fp16 permutation intrinsics (#144063)Jim Lin
2025-06-10[llvm][RISCV] Handle required features of intrinsic correctly (#143062)Brandon Wu
2025-05-31[RISCV] Implement intrinsics for XAndesVDot (#141441)Jim Lin
2025-05-23[RISC-V] Allow intrinsics to be used with any pointer type. (#139634)Harald van Dijk
2025-05-20[RISCV] Implement intrinsics for XAndesVPackFPH (#140007)Jim Lin
2025-05-16[RISCV] Add `zihintpause` LLVM/Clang intrinsic (#139519)Kiva
2025-05-14[RISCV] Improve casting between i1 scalable vectors and i8 fixed vectors for ...Craig Topper
2025-05-08[RISCV] Fix generation of DWARF info for vector segmented types (#137941)Kirill Radkin
2025-05-06[RISCV] Rename XCValu intrinsic name *_slet(u) to *_sle(u)) (#138498)Jim Lin
2025-03-26[clang][RISCV] Fix RUN line and rename test name for pr129995 (#132676)Brandon Wu
2025-03-22[RISCV] Implement the implications of C extension (#132259)Jesse Huang
2025-03-14[RISCV][Sema] Add feature check for target attribute to VSETVL intrinsics (#1...Brandon Wu
2025-03-07[RISCV][clang] Fix wrong VLS CC detection (#130107)Kito Cheng