aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-04-25RISC-V: Add xfail test case for highpart register overlap of vwcvtPan Li3-0/+223
2024-04-24Revert "RISC-V: Support highpart register overlap for vwcvt"Pan Li6-226/+3
2024-04-24RISC-V: Add xfail test case for highpart overlap of vext.vfPan Li4-1/+224
2024-04-24Revert "RISC-V: Support highpart overlap for vext.vf"Pan Li4-224/+1
2024-04-22RISC-V: Add xfail test case for highpart overlap floating-point widen insnPan Li9-0/+839
2024-04-22Revert "RISC-V: Support highpart overlap for floating-point widen instructions"Pan Li9-841/+0
2024-04-22RISC-V: Add xfail test case for indexed load overlap with SRC EEW < DEST EEWPan Li7-1/+394
2024-04-22Revert "RISC-V: Support highpart overlap for indexed load with SRC EEW < DEST...Pan Li6-393/+0
2024-04-22RISC-V: Add xfail test case for highest-number regno ternary overlapPan Li2-0/+185
2024-04-22Revert "RISC-V: Support highest-number regno overlap for widen ternary"Pan Li2-185/+0
2024-04-22RISC-V: Add xfail test case for widening register overlap of vf4/vf8Pan Li3-0/+170
2024-04-22Revert "RISC-V: Support widening register overlap for vf4/vf8"Pan Li3-170/+0
2024-04-22RISC-V: Add xfail test case for highpart register overlap of vx/vf widenPan Li6-0/+616
2024-04-21Revert "RISC-V: Support highpart register overlap for widen vx/vf instructions"Pan Li6-616/+0
2024-04-21RISC-V: Add xfail test case for incorrect overlap on v0Pan Li1-0/+101
2024-04-20Revert "RISC-V: Fix overlap group incorrect overlap on v0"Pan Li1-101/+0
2024-04-20RISC-V: Add xfail test case for wv insn highest overlapPan Li3-0/+314
2024-04-20Revert "RISC-V: Support highest overlap for wv instructions"Pan Li3-314/+0
2024-04-20RISC-V: Add xfail test case for wv insn register overlapPan Li1-0/+30
2024-04-20Revert "RISC-V: Support one more overlap for wv instructions"Pan Li1-30/+0
2024-04-16optimize Zicond conditional select cases.Fei Gao1-0/+16
2024-04-15RISC-V: Add VLS to mask vec_extract [PR114668].Robin Dapp1-0/+35
2024-04-12RISC-V: Bugfix ICE non-vector in TARGET_FUNCTION_VALUE_REGNO_PPan Li4-0/+44
2024-04-11RISC-V: Remove -Wno-psabi for test build option [NFC]Pan Li60-60/+60
2024-04-11RISC-V: Bugfix ICE for the vector return arg in mode switchPan Li1-0/+14
2024-04-08RISC-V: Implement TLS Descriptors.Tatsuyuki Ishi2-0/+17
2024-04-08RISC-V: Refine the error msg for RVV intrinisc required extPan Li12-2/+111
2024-04-08RISC-V: Allow RVV intrinsic for more function targetPan Li61-418/+1604
2024-03-31RISC-V: Fix misspelled term builtin in error messagePan Li2-2/+2
2024-03-28RISC-V: testsuite: ensure vtype is call clobberedVineet Gupta1-0/+47
2024-03-25RISC-V: Allow RVV intrinsic when function target("arch=+v")Pan Li9-4/+102
2024-03-22RISC-V: Require a extension for ztso testcases with atomic insnsPatrick O'Neill17-0/+17
2024-03-22RISC-V: Introduce gcc attribute riscv_rvv_vector_bits for RVVPan Li19-0/+610
2024-03-22RISC-V: Don't add fractional LMUL types to V_VLS for XTheadVectorChristoph Müllner1-0/+56
2024-03-22RISC-V: Bugfix function target attribute pollutionPan Li1-0/+113
2024-03-22RISC-V: Bugfix ICE for __attribute__((target("arch=+v"))Pan Li2-0/+85
2024-03-20RISC-V: Introduce option -mrvv-max-lmul for RVV autovecdemin.han475-529/+529
2024-03-19RISC-V: Update test expectancies with recent scheduler changeEdwin Lu21-69/+73
2024-03-18[PATCH v5 1/1] RISC-V: Add support for XCVbi extension in CV32E40PMary Bennett4-0/+130
2024-03-18[PATCH] RISC-V: Add XiangShan Nanhu microarchitecture.Chen Jiawei1-0/+34
2024-03-10VECT: Fix ICE for vectorizable LD/ST when both len and store are enabledPan Li1-0/+15
2024-03-09[committed] [PR target/111362] Fix compare-debug issue with mode switchingjlaw2-0/+12
2024-03-07vect: Do not peel epilogue for partial vectors.Robin Dapp1-0/+19
2024-03-06RISC-V: Use vmv1r.v instead of vmv.v.v for fma output reloads [PR114200].Robin Dapp2-0/+38
2024-03-06[PR target/113001] Fix incorrect operand swapping in conditional moveJeff Law2-0/+37
2024-03-01[14 regression] Fix insn types in risc-v portJeff Law7-7/+7
2024-03-01RISC-V: Add riscv_vector_cc function attributexuli2-0/+41
2024-03-01RISC-V: Introduce gcc option mrvv-vector-bits for RVVPan Li1332-1358/+1424
2024-02-29RISC-V: Fix __atomic_compare_exchange with 32 bit value on RV64Kito Cheng1-0/+12
2024-02-23RISC-V: Fix vec_init for simple sequences [PR114028].Robin Dapp1-0/+25