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
2022-10-06
aarch64: Remove redundant zero-extends with LDAR
Kyrylo Tkachov
1
-0
/
+27
2022-10-06
aarch64: Add test for LDAR generation from __atomic_load_n
Kyrylo Tkachov
1
-0
/
+66
2022-10-06
aarch64: fix off-by-one in reading cpuinfo
Philipp Tomsich
2
-0
/
+23
2022-10-05
RISC-V: Introduce RVV header to enable builtin types
Ju-Zhe Zhong
11
-0
/
+454
2022-10-05
testsuite: 'b' instruction can't do long enough jumps
Torbjörn SVENSSON
2
-3
/
+3
2022-10-05
RISC-V: remove deprecate pic code model macro
Vineet Gupta
8
-24
/
+0
2022-10-04
aarch64: Define __ARM_FEATURE_RCPC
Richard Sandiford
1
-0
/
+20
2022-10-03
[testsuite][arm] Fix cmse-15.c expected output
Torbjörn SVENSSON
1
-0
/
+2
2022-10-03
arm: Add missing early clobber to MVE vrev64q_m patterns
Christophe Lyon
1
-0
/
+17
2022-09-30
rs6000: Rework ELFv2 support for -fpatchable-function-entry* [PR99888]
Kewen Lin
6
-0
/
+137
2022-09-30
testsuite: [arm] Relax expected register names in MVE tests
Christophe Lyon
2
-58
/
+58
2022-09-29
aarch64: Simplify generation of .arch strings
Richard Sandiford
8
-8
/
+8
2022-09-29
aarch64: Reorder an entry in aarch64-option-extensions.def
Richard Sandiford
9
-10
/
+10
2022-09-29
aarch64: Fix transitive closure of features
Richard Sandiford
2
-3
/
+49
2022-09-29
Check nonlinear iv in vect_can_advance_ivs_p.
liuhongt
1
-0
/
+4
2022-09-28
i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey256
H.J. Lu
2
-2
/
+0
2022-09-29
RISC-V: Add ABI-defined RVV types.
Ju-Zhe Zhong
8
-0
/
+488
2022-09-28
arm: Define __ARM_FEATURE_AES and __ARM_FEATURE_SHA2 when march +crypto is se...
Andrea Corallo
1
-0
/
+8
2022-09-28
testsuite: Skip intrinsics test if arm
Torbjörn SVENSSON
6
-6
/
+6
2022-09-26
[RFA] Minor improvement to coremark, avoid unconditional jump to return
Jeff Law
1
-0
/
+41
2022-09-26
rs6000: Fix the condition with frame_pointer_needed_indeed [PR96072]
Kewen Lin
1
-0
/
+14
2022-09-26
testsuite: Fix up avx256-unaligned-store-3.c test.
Hu, Lin1
1
-1
/
+1
2022-09-25
rs6000: Fix condition of define_expand vec_shr_<mode> [PR100645]
Kewen Lin
1
-0
/
+13
2022-09-26
Support 2-instruction vector shuffle for V4SI/V4SF in ix86_expand_vec_perm_co...
liuhongt
4
-0
/
+257
2022-09-23
testsuite: Skip intrinsics test if arm
Torbjörn SVENSSON
3
-3
/
+3
2022-09-23
i386: Optimize code generation of __mm256_zextsi128_si256(__mm_set1_epi8(-1))
Hu, Lin1
8
-8
/
+149
2022-09-22
Fix typo in floorv2sf2, should be register_operand for op1, not vector_operand.
liuhongt
1
-0
/
+24
2022-09-21
Don't check can_vec_perm_const_p for nonlinear iv_init when it's constant.
liuhongt
1
-0
/
+14
2022-09-20
replace "the the" typos
Martin Liska
3
-3
/
+3
2022-09-20
Support 64-bit vectorization for single-precision floating rounding operation.
liuhongt
1
-0
/
+77
2022-09-20
middle-end: handle bitop with an invariant induction.[PR105735]
konglin1
2
-0
/
+116
2022-09-20
i386: Fixed vec_init_dup_v16bf [PR106887]
konglin1
1
-0
/
+76
2022-09-15
rs6000: Using pli(paddi) and rotate to build 64bit constants
Jiufu Guo
2
-0
/
+36
2022-09-14
testsuite/s390: Add -mzarch to ifcvt test cases.
Robin Dapp
5
-10
/
+11
2022-09-14
testsuite/s390: Fix vperm-rev testcases.
Robin Dapp
2
-4
/
+4
2022-09-14
Check another epilog variable peeling case in vectorizable_nonlinear_induction.
liuhongt
2
-0
/
+34
2022-09-13
rs6000: Fix the check of bif argument number [PR104482]
Kewen Lin
1
-0
/
+16
2022-09-13
aarch64: Vector move fixes for +nosimd
Richard Sandiford
19
-0
/
+566
2022-09-13
aarch64: Disassociate ls64 from simd
Richard Sandiford
1
-0
/
+9
2022-09-10
xtensa: constantsynth: Add new 3-insns synthesis pattern
Takayuki 'January June' Suwa
1
-0
/
+11
2022-09-09
Handle OPAQUE_TYPE specially in verify_type [PR106833]
Kewen Lin
1
-0
/
+14
2022-09-07
sched1: Fix -fcompare-debug issue in schedule_region [PR105586]
Surya Kumari Jangala
1
-0
/
+19
2022-09-07
aarch64: Fix +nosimd handling of FPR moves
Richard Sandiford
11
-0
/
+707
2022-09-07
aarch64: Prevent FPR register asms for +nofp
Richard Sandiford
1
-0
/
+19
2022-09-07
Extend vectorizer to handle nonlinear induction for neg, mul/lshift/rshift wi...
liuhongt
6
-0
/
+346
2022-09-06
Fix _mm512_cvt_roundps_ph to generate sae instruction.
liuhongt
1
-0
/
+18
2022-09-05
i386: avoid zero extension for crc32q
Alexander Monakov
1
-0
/
+13
2022-09-05
aarch64: Suggest an -mcpu option when user passes CPU name to -march
Kyrylo Tkachov
1
-0
/
+13
2022-09-05
RISC-V: Support Zmmul extension
LiaoShihua
2
-0
/
+40
2022-09-05
LoongArch: add -mdirect-extern-access option
Xi Ruoyao
2
-0
/
+12
[next]