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/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
2022-12-06
ada: Allow No_Caching on volatile types
Yannick Moy
4
-45
/
+84
2022-12-06
ada: Spurious error on nested call using the prefix notation
Javier Miranda
1
-3
/
+4
2022-12-06
ada: Suppress warning for specific constant valid condition
Eric Botcazou
1
-1
/
+39
2022-12-06
ada: Fix spurious error in checking of SPARK elaboration
Eric Botcazou
1
-1
/
+23
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
18
-411
/
+706
2022-12-06
ada: Small adjustment to special resolution of membership test
Eric Botcazou
1
-7
/
+11
2022-12-06
ada: Use larger type for membership test of universal value
Eric Botcazou
2
-33
/
+106
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
27
-2414
/
+2577
2022-12-06
ada: Add Codepeer Exemption + simplify TO_C code.
Liaiss Merzougue
1
-9
/
+6
2022-12-06
arm: Fix MVE's vcmp vector-scalar patterns [PR107987]
Andre Vieira
2
-4
/
+17
2022-12-06
i386: Fix up expander conditions on cbranchbf4 and cstorebf4 [PR107969]
Jakub Jelinek
2
-2
/
+14
2022-12-06
testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR107046]
Jakub Jelinek
1
-0
/
+3
2022-12-06
tree-optimization/104475 - improve access diagnostics
Richard Biener
2
-5
/
+20
2022-12-06
range-op-float: Improve binary reverse operations
Jakub Jelinek
1
-4
/
+29
2022-12-06
range-op-float: Fix up ICE in lower_bound [PR107975]
Jakub Jelinek
2
-0
/
+21
2022-12-06
libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status item
Tobias Burnus
1
-1
/
+2
2022-12-06
tree-optimization/104165 - bougs -Warray-bounds, add testcase
Richard Biener
1
-0
/
+27
2022-12-06
testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/MacOS ABI.
Iain Sandoe
9
-15
/
+340
2022-12-06
aarch64: Use dup and zip1 for interleaving elements in vector initializer.
Prathamesh Kulkarni
2
-0
/
+69
2022-12-06
Daily bump.
GCC Administrator
4
-1
/
+105
2022-12-05
middle-end/40635 - SSA update losing PHI arg loations
Richard Biener
2
-4
/
+40
2022-12-05
tree-optimization/106868 - bogus -Wdangling-pointer diagnostic
Richard Biener
2
-36
/
+30
2022-12-05
match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]
Jakub Jelinek
6
-4
/
+101
2022-12-05
range-op-float: Fix up multiplication and division reverse operation [PR107879]
Jakub Jelinek
2
-8
/
+91
2022-12-05
tree-optimization/107833 - invariant motion of uninit uses
Richard Biener
7
-113
/
+187
2022-12-05
plugins/107964 - install contracts.h
Scott Snyder
1
-1
/
+1
2022-12-05
tree-optimization/107956 - ICE with NULL call LHS
Andrew Pinski
1
-0
/
+2
2022-12-04
gimple-fold: Refine gimple_fold_partial_load_store_mem_ref [PR107412]
Kewen Lin
1
-8
/
+7
2022-12-05
Daily bump.
GCC Administrator
6
-1
/
+80
2022-12-04
Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]
Harald Anlauf
2
-1
/
+25
2022-12-04
Fortran: fix typo in documentation of intrinsic FLOOR [PR107870]
Harald Anlauf
1
-30
/
+30
2022-12-04
Fortran: error recovery handling invalid CLASS variable [PR107899]
Harald Anlauf
2
-1
/
+14
2022-12-04
c++: pack in requires-expr parm list [PR107417]
Patrick Palka
3
-24
/
+22
2022-12-04
libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.
Iain Sandoe
1
-1
/
+5
2022-12-04
libstdc++, Darwin: Fix weak attribute to use __weak__ instead of weak.
Iain Sandoe
1
-5
/
+5
2022-12-04
libsanitizer, Darwin: Restrict build to Darwin 16 or newer.
Iain Sandoe
1
-1
/
+1
2022-12-04
coroutines: Do not promote temporaries that will be elided.
Iain Sandoe
6
-0
/
+441
2022-12-04
Daily bump.
GCC Administrator
3
-1
/
+23
2022-12-03
c++: substituting CONST_DECL_USING_P enumerators [PR103081]
Patrick Palka
3
-6
/
+36
2022-12-02
[testsuite] [riscv] skip ssa-sink-18.c
Alexandre Oliva
1
-2
/
+5
2022-12-02
[testsuite] [riscv] uninit-pred-9_b bogus warning
Alexandre Oliva
1
-1
/
+1
2022-12-03
Daily bump.
GCC Administrator
6
-1
/
+174
2022-12-02
Fortran: intrinsic MERGE shall use all its arguments [PR107874]
Harald Anlauf
1
-7
/
+15
2022-12-02
analyzer: introduce struct event_loc_info
David Malcolm
15
-197
/
+211
2022-12-02
analyzer: fixes to region creation messages [PR107851]
David Malcolm
21
-172
/
+396
2022-12-02
testsuite: Adjust dg-error for -fimplicit-constexpr
Marek Polacek
4
-7
/
+8
2022-12-02
c++: Set the locus of the function result decl
Bernhard Reutner-Fischer
5
-12
/
+53
2022-12-02
Fix a few incorrect accesses.
Andrew MacLeod
2
-4
/
+4
2022-12-02
driver: fix validate_switches logic
Jason Merrill
2
-3
/
+8
2022-12-02
LRA: Check hard reg availability of pseudo and its subreg for pseudo reload
Vladimir N. Makarov
2
-1
/
+24
[next]