aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-09-05[PATCH 1/2 v2] RISC-V: Additional large constant synthesis improvementsRaphael Moreira Zinsly4-1/+81
2024-09-06Match: Add int type fits check for form 2 of .SAT_SUB imm operandPan Li5-0/+104
2024-09-06Match: Add int type fits check for form 1 of .SAT_SUB imm operandPan Li5-0/+104
2024-09-04[PATCH] RISC-V: Make the setCC/REE tests robust to instruction selectionPalmer Dabbelt4-4/+4
2024-09-04[PATCH 1/3] RISC-V: Improve codegen for negative repeating large constantsRaphael Moreira Zinsly1-0/+28
2024-09-04[RISC-V] Fix scan test output after recent path-splitting changesJeff Law41-41/+41
2024-09-04RISC-V: Allow IMM operand for unsigned scalar .SAT_ADDPan Li6-6/+6
2024-09-03[PR target/115921] Improve reassociation for rv64Jeff Law1-0/+13
2024-09-03RISC-V: Support form 1 of integer scalar .SAT_ADDPan Li11-0/+315
2024-09-01[PATCH] RISC-V: Optimize the cost of the DFmode register move for RV32.Xianmiao Qu1-0/+13
2024-09-02RISC-V: Add testcases for unsigned scalar quad and oct .SAT_TRUNC form 3Pan Li6-0/+102
2024-09-02RISC-V: Add testcases for unsigned scalar quad and oct .SAT_TRUNC form 2Pan Li6-0/+102
2024-09-02RISC-V: Add testcases for form 4 of unsigned vector .SAT_ADD IMMPan Li9-0/+188
2024-09-02RISC-V: Add testcases for form 3 of unsigned vector .SAT_ADD IMMPan Li8-0/+168
2024-09-02RISC-V: Refactor gen zero_extend rtx for SAT_* when expand SImode in RV64Pan Li24-0/+72
2024-08-29RISC-V: Fix subreg of VLS modes larger than a vector [PR116086].Robin Dapp3-0/+100
2024-08-28Test: Move pr116278 run test to dg/torture [NFC]Pan Li2-4/+4
2024-08-28Vect: Reconcile the const_int operand type of unsigned .SAT_ADDPan Li16-0/+155
2024-08-28RISC-V: Add missing mode_idx for vrol and vrorKito Cheng1-0/+13
2024-08-28RISC-V: Add testcases for unsigned scalar .SAT_SUB IMM form 4Pan Li15-0/+421
2024-08-28RISC-V: Add testcases for unsigned scalar .SAT_SUB IMM form 3Pan Li15-0/+432
2024-08-27RISC-V: Support IMM for operand 1 of ussub patternPan Li15-0/+421
2024-08-26Match: Add int type fits check for .SAT_ADD imm operandPan Li57-8/+442
2024-08-26RISC-V: Support IMM for operand 0 of ussub patternPan Li15-0/+431
2024-08-26RISC-V: Add testcases for unsigned vector .SAT_TRUNC form 4Pan Li13-0/+236
2024-08-26RISC-V: Add testcases for unsigned scalar .SAT_TRUNC form 4Pan Li13-0/+218
2024-08-25RISC-V: Fix double mode under RV32 not utilize vfdemin.han32-67/+67
2024-08-25[PATCH] Re-add calling emit_clobber in lower-subreg.cc's resolve_simple_move.Xianmiao Qu1-0/+16
2024-08-25Disable late-combine in another RISC-V testJeff Law1-1/+1
2024-08-25[committed] Fix assembly scan for RISC-V VLS testsJeff Law7-7/+7
2024-08-25Turn off late-combine for a few risc-v specific testsJeff Law4-4/+4
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp1-0/+9
2024-08-23RISC-V: Expand vec abs without masking.Robin Dapp11-23/+39
2024-08-22RISC-V: Fix vector cfi notes for stack-clash protectionRaphael Moreira Zinsly1-1/+2
2024-08-22RISC-V: Add testcases for unsigned vector .SAT_TRUNC form 3Pan Li13-0/+236
2024-08-22RISC-V: Add testcases for unsigned vector .SAT_TRUNC form 2Pan Li13-0/+236
2024-08-21RISC-V: Fix one typo in .SAT_TRUNC test func name [NFC]Pan Li25-63/+63
2024-08-18RISC-V: Implement the quad and oct .SAT_TRUNC for scalarPan Li9-2/+155
2024-08-18RISC-V: Make sure high bits of usadd operands is clean for non-Xmode [PR116278]Pan Li12-10/+90
2024-08-18RISC-V: Add testcases for unsigned scalar .SAT_TRUNC form 3Pan Li7-0/+116
2024-08-18RISC-V: Add testcases for unsigned scalar .SAT_TRUNC form 2Pan Li7-0/+116
2024-08-17RISC-V: Fix ICE for vector single-width integer multiply-add intrinsicsJin Ma2-0/+52
2024-08-17[RISC-V][PR target/116282] Stabilize pattern conditionsJeff Law1-0/+16
2024-08-17RISC-V: Bugfix for RVV rounding intrinsic ICE in function checkerJin Ma1-0/+13
2024-08-17RISC-V: Bugfix incorrect operand for vwsll auto-vectPan Li2-0/+24
2024-08-17RISC-V: Add auto-vect pattern for vector rotate shiftFeng Wang3-0/+126
2024-08-17RISC-V: Fix factor in dwarf_poly_indeterminate_value [PR116305]曾治金1-0/+32
2024-08-15RISC-V: use fclass insns to implement isfinite,isnormal and isinf builtinsVineet Gupta1-0/+38
2024-08-14Restrict pr116202-run-1.c test to riscv_v targetMark Wielaard1-1/+1
2024-08-12RISC-V: Fix missing abi arg in testEdwin Lu1-1/+1