aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/riscv
AgeCommit message (Expand)AuthorFilesLines
11 days[PATCH] RISC-V: optimization on checking certain bits set ((x & mask) == val)Oliver Kozul1-0/+28
11 days[PATCH v2 2/2] RISC-V: Add Tenstorrent Ascalon 8 wide architectureAnton Blanchard2-0/+30
11 daysRISC-V: Add new constraint R for register even-odd pairsKito Cheng1-0/+4
11 daysRISC-V: Implment N modifier for printing the register number rather than the ...Kito Cheng1-0/+23
11 daysRISC-V: Rename internal operand modifier N to nKito Cheng3-5/+5
11 daysRISC-V: Add cr and cf constraintKito Cheng3-11/+29
11 daysRISC-V: Rename constraint c0* to k0*Kito Cheng4-233/+233
12 daysvect: Do not try to duplicate_and_interleave one-element mode.Robin Dapp1-9/+0
12 daysRISC-V: Fix compress shuffle pattern [PR117383].Robin Dapp2-3/+4
12 daysRISC-V: Increase cost for vec_construct [PR118019].Robin Dapp1-1/+7
2024-12-13RISC-V: Improve slide1up pattern.Robin Dapp3-15/+56
2024-12-13RISC-V: Add even/odd vec_perm_const pattern.Robin Dapp1-0/+66
2024-12-13RISC-V: Add interleave pattern.Robin Dapp1-0/+80
2024-12-13RISC-V: Add slide to perm_const strategies.Robin Dapp1-0/+99
2024-12-13RISC-V: Emit vector shift pattern for const_vector [PR117353].Robin Dapp1-3/+5
2024-12-13RISC-V: Make vector strided load alias all other memoriesPan Li1-0/+1
2024-12-09c++: Allow overloaded builtins to be used in SFINAE contextMatthew Malcomson1-2/+2
2024-12-07Revert "RISC-V: Add const to function_shape::get_name [NFC]"Kito Cheng3-73/+73
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm1-0/+3
2024-12-06RISC-V: Add --with-cmodel configure optionHau Hsu1-2/+0
2024-12-05RISC-V: Add const to function_shape::get_name [NFC]Kito Cheng3-73/+73
2024-12-04sched1: parameterize pressure scheduling spilling aggressiveness [PR/114729]Vineet Gupta1-0/+4
2024-12-04RISC-V: Add assert for insn operand out of range access [PR117878][NFC]Pan Li1-0/+6
2024-12-02RISC-V: Add intrinsics support for SiFive Xsfvfnrclipxfqf extensions.yulong15-39/+214
2024-12-02riscv: Avoid narrowing warningAndreas Schwab1-25/+39
2024-11-30Support for 64-bit location_t: Backend partsLewis Hyatt1-2/+1
2024-11-29[PATCH v7 03/12] RISC-V: Add CRC expander to generate faster CRC.Mariam Arutunian5-0/+233
2024-11-29RISC-V: Add intrinsics support for SiFive Xsfvqmaccqoq/dod extensions.yulong16-18/+740
2024-11-29__builtin_prefetch fixes [PR117608]Jakub Jelinek1-1/+2
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm1-1/+1
2024-11-26RISC-V: avlprop: Do not propagate VL from slidedown.Robin Dapp1-1/+2
2024-11-25Regeernate .opt.urls after nios2 removalAndrew Pinski1-1/+1
2024-11-25RISC-V: Ensure vtype for full-register moves [PR117544].Robin Dapp1-7/+84
2024-11-25RISC-V: Use dynamic shadow offsetKito Cheng1-4/+14
2024-11-25RISC-V: Minimal support for svvptc extension.Dongyan Chen1-0/+2
2024-11-24opt.url: Regenerate the .opt.urls filesAndrew Pinski1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski6-6/+0
2024-11-22[RISC-V][PR target/109279] Improve RISC-V constant synthesisJeff Law1-0/+28
2024-11-21[RISC-V][PR target/117690] Add missing shift in constant synthesisJeff Law1-4/+8
2024-11-21[RISC-V][PR target/116590] Avoid emitting multiple instructions from fmacc pa...Jeff Law1-130/+110
2024-11-20PR target/117669 - RISC-V:The 'VEEWTRUNC4' iterator 'RVVMF2BF' type condition...Feng Wang1-1/+1
2024-11-20RISC-V: Add the mini support for SiFive extensions.yulong1-0/+6
2024-11-19[RISC-V][PR target/117649] Fix branch on masked values splitterJeff Law1-1/+1
2024-11-19RISC-V: Tie MUL and DIV masks to the M extensionDimitar Dimitrov1-1/+5
2024-11-19RISC-V: Load VLS perm indices directly from memory.Robin Dapp1-2/+20
2024-11-18[committed][RISC-V][PR target/117595] Fix bogus use of simplify_gen_subregJeff Law2-2/+2
2024-11-18RISC-V: Add VLS modes to strided loads.Robin Dapp3-13/+256
2024-11-18RISC-V: Add else operand to masked loads [PR115336].Robin Dapp3-30/+53
2024-11-14[RISC-V][V2] Fix type on vector move patternsJeff Law1-2/+8
2024-11-13[PATCH] RISC-V: Bugfix for unrecognizable insn for XTheadVectorJin Ma1-2/+2