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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-24
compiler: mark global variables whose address is taken
Ian Lance Taylor
7
-184
/
+276
2021-05-24
libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]
François Dumont
7
-22
/
+782
2021-05-24
Fusion patterns for add-logical/logical-add
Aaron Sawdey
6
-279
/
+797
2021-05-24
VARYING ranges of different sizes should not be equal.
Aldy Hernandez
1
-1
/
+12
2021-05-24
libstdc++: Fix iterator caching inside range adaptors [PR100479]
Patrick Palka
2
-67
/
+201
2021-05-24
libstdc++: Qualify functions used in tests
Jonathan Wakely
4
-7
/
+7
2021-05-24
OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86...
Tobias Burnus
9
-2
/
+1374
2021-05-24
AArch64: Enable fast shifts on Neoverse N1
Wilco Dijkstra
1
-1
/
+1
2021-05-24
AArch64: Cleanup aarch64_classify_symbol
Wilco Dijkstra
1
-21
/
+16
2021-05-24
arm: Auto-vectorization for MVE: vld4/vst4
Christophe Lyon
3
-20
/
+166
2021-05-24
arm: Auto-vectorization for MVE: vld2/vst2
Christophe Lyon
3
-14
/
+123
2021-05-24
Do not load the thunk symbols.
Wang Liushuai
1
-1
/
+1
2021-05-24
gcc-changelog: Add note about ChangeLog entries
Martin Liska
2
-4
/
+6
2021-05-24
Fix ICE when lhs is NULL.
liuhongt
2
-15
/
+28
2021-05-24
Fix two testcases for ssa names which are more than 1 digit
Andrew Pinski
2
-2
/
+2
2021-05-24
Daily bump.
GCC Administrator
4
-1
/
+39
2021-05-23
i386: Add push insns for 4-byte vectors [PR100722]
Uros Bizjak
2
-0
/
+50
2021-05-23
Fortran: fix passing return value to class(*) dummy argument
Harald Anlauf
2
-1
/
+33
2021-05-23
Revert "Add ChangeLogs for the previous commit."
Martin Liska
2
-8
/
+0
2021-05-23
Revert "PR98301 Add missing changelog entries."
Martin Liska
2
-17
/
+0
2021-05-23
fortran/intrinsic.texi: Use proper variable name
Tobias Burnus
1
-2
/
+2
2021-05-23
Add ChangeLogs for the previous commit.
Andrew Pinski
2
-0
/
+8
2021-05-23
Don't simplify (A & C) != 0 ? D : 0 for pointer types.
Andrew Pinski
2
-1
/
+20
2021-05-23
Daily bump.
GCC Administrator
5
-1
/
+28
2021-05-22
PR98301 Add missing changelog entries.
Andre Vehreschild
2
-0
/
+18
2021-05-22
Steve Kargl <kargl@gcc.gnu.org>
Andre Vehreschild
7
-70
/
+106
2021-05-22
[OpenACC privatization] Prune uninteresting/varying diagnostics in 'libgomp.o...
Thomas Schwinge
1
-6
/
+3
2021-05-21
Fix rs6000 p10 fusion patterns with old attr type names
Aaron Sawdey
2
-4
/
+4
2021-05-22
Daily bump.
GCC Administrator
10
-1
/
+583
2021-05-21
combine patterns for add-add fusion
Aaron Sawdey
6
-3
/
+135
2021-05-21
Test cases for p10 fusion patterns
Aaron Sawdey
2
-0
/
+271
2021-05-21
openmp: Fix up firstprivate+lastprivate clause handling [PR99928]
Jakub Jelinek
7
-13
/
+140
2021-05-21
openmp: Fix up handling of implicit lastprivate on outer constructs for impli...
Jakub Jelinek
4
-205
/
+423
2021-05-21
[OpenACC privatization] Reject 'static', 'external' in blocks [PR90115]
Thomas Schwinge
7
-36
/
+45
2021-05-21
[OpenACC privatization] Largely extend diagnostics and corresponding testsuit...
Thomas Schwinge
92
-253
/
+2342
2021-05-21
Add '__OPTIMIZE__' DejaGnu selector
Thomas Schwinge
3
-0
/
+29
2021-05-21
[OpenACC privatization] Explain OpenACC privatization candidate selection [PR...
Thomas Schwinge
1
-3
/
+42
2021-05-21
[OpenACC privatization] Skip processing if no work to be done [PR90115]
Thomas Schwinge
1
-1
/
+2
2021-05-21
[OpenACC privatization] Explain two different configurations [PR90115]
Thomas Schwinge
1
-0
/
+20
2021-05-21
[OpenACC privatization] Don't let unhandled 'IFN_UNIQUE_OACC_PRIVATE' linger ...
Thomas Schwinge
2
-6
/
+6
2021-05-21
[OpenACC privatization] Don't evaluate OpenMP 'for' clauses [PR90115]
Thomas Schwinge
1
-1
/
+2
2021-05-21
[OpenACC privatization, nvptx] Tighten some aspects [PR90115]
Thomas Schwinge
1
-5
/
+6
2021-05-21
openacc: Add support for gang local storage allocation in shared memory [PR90...
Julian Brown
15
-15
/
+606
2021-05-21
x86: Remove MAX_BITSIZE_MODE_ANY_INT
H.J. Lu
1
-12
/
+3
2021-05-21
Elide expand_constructor if move by pieces is preferred
H.J. Lu
3
-0
/
+61
2021-05-21
Don't skip 'libgomp.oacc-fortran/privatized-ref-2.f90' for nvptx offloading
Thomas Schwinge
1
-1
/
+11
2021-05-21
Add 'libgomp.oacc-fortran/privatized-ref-2.f90'
Tobias Burnus
1
-0
/
+101
2021-05-21
aarch64: Add attributes for builtins specified in aarch64-builtins.c
Kyrylo Tkachov
1
-25
/
+31
2021-05-21
Add insn types for fusion pairs
Aaron Sawdey
3
-148
/
+168
2021-05-21
i386: Add comparisons for 4-byte vectors [PR100637]
Uros Bizjak
6
-2
/
+244
[next]