index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.target
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-09
aarch64: Improve register allocation for lane instructions
Richard Sandiford
247
-367
/
+367
2023-05-09
aarch64: Fix cut-&-pasto in aarch64-sve2-acle-asm.exp
Richard Sandiford
1
-1
/
+1
2023-05-09
aarch64: Avoid hard-coding specific register allocations
Richard Sandiford
33
-272
/
+269
2023-05-09
aarch64: Relax FP/vector register matches
Richard Sandiford
22
-82
/
+82
2023-05-09
aarch64: Relax predicate register matches
Richard Sandiford
21
-449
/
+449
2023-05-09
aarch64: Relax ordering requirements in SVE dup tests
Richard Sandiford
6
-0
/
+384
2023-05-09
aarch64: Allow moves after tied-register intrinsics
Richard Sandiford
38
-0
/
+360
2023-05-09
aarch64: Fix move-after-intrinsic function-body tests
Richard Sandiford
5
-7
/
+7
2023-05-09
ira: Don't create copies for earlyclobbered pairs
Richard Sandiford
18
-18
/
+18
2023-05-08
[x86_64] Introduce insvti_highpart define_insn_and_split.
Roger Sayle
1
-0
/
+12
2023-05-08
RISC-V: Improve portability of testcases
Kito Cheng
3
-2
/
+13
2023-05-08
RISC-V: Fix ugly && incorrect codes of RVV auto-vectorization
Juzhe-Zhong
1
-2
/
+2
2023-05-07
rs6000: Load high and low part of 64bit constant independently
Jiufu Guo
1
-0
/
+27
2023-05-07
Don't call emit_clobber in lower-subreg.cc's resolve_simple_move.
Roger Sayle
1
-0
/
+11
2023-05-07
LoongArch: Enable shrink wrapping
Xi Ruoyao
1
-0
/
+19
2023-05-06
RISC-V: Enable basic RVV auto-vectorization support.
Juzhe-Zhong
34
-0
/
+425
2023-05-06
RISC-V: Fix incorrect demand info merge in local vsetvli optimization [PR109748]
Juzhe-Zhong
1
-0
/
+36
2023-05-06
CRIS: peephole2 an add into two addq or subq
Hans-Peter Nilsson
1
-0
/
+52
2023-05-06
CRIS: peephole2 a move of constant followed by and of same register
Hans-Peter Nilsson
1
-0
/
+17
2023-05-06
CRIS: peephole2 a lsrq into a lslq+lsrq pair
Hans-Peter Nilsson
2
-0
/
+38
2023-05-05
RISC-V: Legitimise the const0_rtx for RVV indexed load/store
Pan Li
1
-1
/
+2
2023-05-05
RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMSET
Pan Li
1
-5
/
+1
2023-05-05
RISC-V: Fix PR109615
Juzhe-Zhong
3
-3
/
+36
2023-05-05
i386: Introduce mulv2si3 instruction
Uros Bizjak
1
-0
/
+27
2023-05-04
[1/2] aarch64: Reimplement (R){ADD,SUB}HN intrinsics with RTL codes
Kyrylo Tkachov
1
-0
/
+35
2023-05-04
aarch64: PR target/99195 annotate simple ternary ops for vec-concat with zero
Kyrylo Tkachov
1
-0
/
+68
2023-05-04
aarch64: PR target/99195 annotate more simple binary ops for vec-concat with ...
Kyrylo Tkachov
2
-8
/
+16
2023-05-04
CRIS: peephole2 an "and" with a contiguous "one-sided" sequences of 1s
Hans-Peter Nilsson
5
-11
/
+36
2023-05-03
aarch64: Fix ABI handling of aligned enums [PR109661]
Richard Sandiford
1
-0
/
+11
2023-05-03
arm: [MVE intrinsics] Rework vreinterpretq
Christophe Lyon
2
-0
/
+40
2023-05-03
RISC-V: Add tuple types support
Ju-Zhe Zhong
45
-0
/
+5391
2023-05-03
aarch64: PR target/99195 annotate HADDSUB patterns for vec-concat with zero
Kyrylo Tkachov
1
-6
/
+10
2023-05-03
aarch64: PR target/99195 annotate simple floating-point patterns for vec-conc...
Kyrylo Tkachov
2
-0
/
+83
2023-05-02
target: [PR109657] (a ? -1 : 0) | b could be optimized better for aarch64
Andrew Pinski
1
-0
/
+26
2023-05-02
RISC-V: Table A.6 conformance tests
Patrick O'Neill
28
-0
/
+360
2023-05-02
RISC-V: Strengthen atomic stores
Patrick O'Neill
1
-0
/
+9
2023-05-02
RISC-V: ICE for vlmul_ext_v intrinsic API
Yanzhang Wang
1
-0
/
+14
2023-05-02
[i386] Fix testcases for emulated scatter
Richard Biener
4
-5
/
+8
2023-04-30
[Committed] Update xstormy16's neghi2 pattern to not clobber the carry flag.
Roger Sayle
1
-1
/
+1
2023-04-29
[xstormy16] Efficient HImode rotate left by a single bit.
Roger Sayle
2
-0
/
+18
2023-04-29
[xstormy16] Recognize/support swpn (swap nibbles) instruction.
Roger Sayle
4
-0
/
+77
2023-04-29
Adjust mips test for recent ifcvt costing changes
Jeff Law
2
-4
/
+4
2023-04-29
RISC-V: decouple stack allocation for rv32e w/o save-restore
Fei Gao
1
-0
/
+14
2023-04-28
RISC-V: Add divmod expansion support
Matevos Mehrabyan
2
-0
/
+27
2023-04-28
RISC-V: Added support clmul[r,h] instructions for Zbc extension.
Karen Sargsyan
2
-0
/
+46
2023-04-28
RISC-V: Eliminate redundant zero extension of minu/maxu operands
Jivan Hakobyan
2
-2
/
+15
2023-04-28
PR rtl-optimization/109476: Use ZERO_EXTEND instead of zeroing a SUBREG.
Roger Sayle
1
-0
/
+11
2023-04-28
Adjust costing of emulated vectorized gather/scatter
Richard Biener
3
-2
/
+25
2023-04-28
RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMCLR
Pan Li
1
-0
/
+291
2023-04-28
aarch64: PR target/99195 annotate more integer unary patterns for vec-concat ...
Kyrylo Tkachov
1
-2
/
+24
[next]