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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
c++: Fix defaulted <=> fallback to < and == [PR96299]
Jason Merrill
2
-2
/
+119
2020-12-08
if-to-switch: fix matching of negative conditions
Martin Liska
2
-0
/
+62
2020-12-08
Fortran: Add 'omp scan' support of OpenMP 5.0
Tobias Burnus
11
-24
/
+407
2020-12-08
i386: Fix up X87_ENABLE_{FLOAT,ARITH} in conditions [PR94440]
Jakub Jelinek
2
-0
/
+42
2020-12-08
testsuite: i386: Require avx512vpopcntdq in two tests
Rainer Orth
2
-0
/
+3
2020-12-08
testsuite: i386: Require ifunc support in gcc.target/i386/pr98100.c
Rainer Orth
1
-0
/
+1
2020-12-08
testsuite/95900 - fix gcc.dg/vect/bb-slp-pr95866.c target requirement
Richard Biener
1
-1
/
+1
2020-12-08
testsuite: Avoid strict aliasing violations in some avx512 tests
Jakub Jelinek
8
-16
/
+40
2020-12-08
openmp: -fopenmp-simd fixes [PR98187]
Jakub Jelinek
1
-0
/
+109
2020-12-08
tree-optimization/98191 - fix BIT_INSERT_EXPR sequence vectorization
Richard Biener
1
-0
/
+10
2020-12-08
tree-optimization/97559 - fix sinking in irreducible regions
Richard Biener
2
-0
/
+39
2020-12-08
gimple-isel: Fold x CMP y ? -1 : 0 to x CMP y [PR97872]
Prathamesh Kulkarni
1
-0
/
+12
2020-12-08
Fix PR target/96470
Eric Botcazou
1
-0
/
+1
2020-12-08
Daily bump.
GCC Administrator
1
-0
/
+55
2020-12-07
C: Fix atomic loads. [PR97981]
Martin Uecker
2
-1
/
+16
2020-12-07
builtins: Avoid ICE with __builtin_clear_padding on POINTERS_EXTEND_UNSIGNED ...
Jakub Jelinek
1
-0
/
+10
2020-12-07
c++: ICE with switch and scoped enum bit-fields [PR98043]
Marek Polacek
1
-0
/
+32
2020-12-07
go-test.exp: don't quote already-quoted parentheses
Ian Lance Taylor
1
-2
/
+2
2020-12-07
c-family: Fix hang with -Wsequence-point [PR98126]
Marek Polacek
1
-0
/
+53
2020-12-07
c++: check alias match for specializations [PR98116]
Nathan Sidwell
2
-3
/
+36
2020-12-07
tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRs
Richard Biener
1
-0
/
+17
2020-12-07
tree-optimization/98117 - fix range set by vectorization on niter IVs
Richard Biener
1
-0
/
+19
2020-12-07
IBM Z: Change Pmode to word_mode for stack probes
Andreas Krebbel
5
-6
/
+23
2020-12-07
tree-optimization/98137 - enhance split_constant_offset range handling
Richard Biener
1
-0
/
+27
2020-12-07
Daily bump.
GCC Administrator
1
-0
/
+26
2020-12-06
x86: Check mode of pseudo register push
H.J. Lu
1
-0
/
+48
2020-12-06
[PATCH] phiopt: Handle bool in two_value_replacement [PR796232]
Jakub Jelinek
2
-2
/
+20
2020-12-06
match.pd: Improve conditional_replacement for x ? 0 : -1 [PR796232]
Jakub Jelinek
1
-0
/
+11
2020-12-06
Upper cobound is determined by num_images(), not this_image().
Thomas Koenig
1
-1
/
+1
2020-12-06
Re: testsuite: Adjust target requirements for sad-vectorize and signbit
Alan Modra
2
-2
/
+5
2020-12-06
Daily bump.
GCC Administrator
1
-0
/
+301
2020-12-05
c++: Normalize nested-requirements twice at parse time [PR97093]
Patrick Palka
1
-0
/
+18
2020-12-05
c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]
Patrick Palka
5
-1
/
+40
2020-12-05
PR target/95294: VAX: Add test cases for MODE_CC representation
Maciej W. Rozycki
203
-0
/
+6382
2020-12-05
VAX: Add the `movmemhi' instruction
Maciej W. Rozycki
1
-0
/
+23
2020-12-05
VAX: Add a test for the `cpymemhi' instruction
Maciej W. Rozycki
1
-0
/
+23
2020-12-05
VAX: Actually produce QImode and HImode `ctz' operations
Maciej W. Rozycki
4
-0
/
+88
2020-12-05
VAX: Provide the `ctz' operation
Maciej W. Rozycki
1
-0
/
+15
2020-12-05
VAX: Add tests for `sync_lock_test_and_set' and `sync_lock_release'
Maciej W. Rozycki
2
-0
/
+40
2020-12-05
VAX: Add a test for the SImode `ffs' operation
Maciej W. Rozycki
1
-0
/
+19
2020-12-05
VAX: Rationalize expression and address costs
Maciej W. Rozycki
3
-1
/
+52
2020-12-05
VAX/testsuite: Run target testing over all the usual optimization levels
Maciej W. Rozycki
2
-8
/
+5
2020-12-05
PR target/58901: reload: Handle SUBREG of MEM with a mode-dependent address
Matt Thomas
2
-0
/
+38
2020-12-05
modulo-sched: Carefully process loop counter initialization [PR97421]
Roman Zhuykov
3
-0
/
+63
2020-12-05
Fortran: flag formal argument before resolving an array spec [PR98016].
Paul Thomas
1
-0
/
+19
2020-12-05
X86_64: Enable support for next generation AMD Zen3 CPU.
Venkataramanan Kumar
2
-0
/
+85
2020-12-05
c++: Fix constexpr access to union member through pointer-to-member [PR98122]
Jakub Jelinek
2
-0
/
+39
2020-12-05
Daily bump.
GCC Administrator
1
-0
/
+58
2020-12-04
c++: Fix deduction from auto template parameter [PR93083]
Jason Merrill
1
-0
/
+79
2020-12-04
gimple: Return fnspec only for replaceable new/delete operators called from n...
Jakub Jelinek
1
-0
/
+25
[next]