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
2023-01-05
ada: Do not use decimal approximation in -gnatRj output
Eric Botcazou
2
-28
/
+15
2023-01-05
ada: Optimize class-wide objects initialized with function calls
Eric Botcazou
2
-35
/
+108
2023-01-05
ada: Fix pasto in comment
Eric Botcazou
1
-2
/
+2
2023-01-05
ada: Fix spurious emissions of -gnatwj warning
Ronan Desplanques
1
-1
/
+1
2023-01-05
ada: INOX: prototype RFC on String Interpolation
Javier Miranda
27
-77
/
+689
2023-01-05
ada: Update gnatpp documentation with --layout switch
Joao Azevedo
1
-506
/
+325
2023-01-05
ada: Further adjust freezing for expansion of contracts
Eric Botcazou
1
-1
/
+6
2023-01-05
ada: Simplify new expansion of contracts
Eric Botcazou
1
-100
/
+5
2023-01-05
ada: Adjust handling of "%g" in GNAT.Formatted_String
Ronan Desplanques
2
-34
/
+313
2023-01-05
ada: Fix generic instantiation of sibling package
Marc Poulhiès
1
-2
/
+31
2023-01-05
ada: Spurious error on Lock_Free protected type with discriminants
Justin Squirek
1
-5
/
+7
2023-01-05
ada: Revert to constrained allocation for string concatenation
Eric Botcazou
2
-61
/
+50
2023-01-05
ada: Better error message for bad Discard_Names configuration pragma
Steve Baird
1
-3
/
+17
2023-01-05
ada: Update doc for -gnatw_q
Bob Duff
2
-1
/
+5
2023-01-05
ada: Fix finalization issues in extended return statements
Eric Botcazou
3
-4
/
+35
2023-01-05
ada: Fix incorrect warning about unreferenced packed arrays
Bob Duff
5
-85
/
+41
2023-01-05
Add missing declarations to gcc/m2/gm2-libs-min/M2RTS.{def,mod}
Gaius Mulley
5
-0
/
+99
2023-01-05
modula-2, driver: Implement handling for -static-libgm2.
Iain Sandoe
6
-7
/
+48
2023-01-05
modula-2, driver: Handle static-libstd++ for targets without static/dynamic
Iain Sandoe
1
-0
/
+5
2023-01-05
openmp: Fix up finish_omp_target_clauses [PR108286]
Jakub Jelinek
2
-1
/
+32
2023-01-05
Add AMD znver4 instruction reservations
Tejas Joshi
3
-1
/
+1070
2023-01-05
libstdc++: Support single components in name of chrono::current_zone() [PR108...
Jonathan Wakely
1
-2
/
+5
2023-01-05
libstdc++: Only use std::atomic<tzdb_list::_Node*> if lock free [PR108228]
Jonathan Wakely
2
-37
/
+64
2023-01-05
libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265]
Jonathan Wakely
2
-3
/
+28
2023-01-05
Daily bump.
GCC Administrator
9
-1
/
+134
2023-01-04
c++: mark_single_function and SFINAE [PR108282]
Patrick Palka
2
-1
/
+20
2023-01-04
c++: Error recovery in merge_default_template_args [PR108206]
Jakub Jelinek
2
-0
/
+7
2023-01-04
Avoid quadratic behaviour of LTO symbol promotion
Jan Hubicka
1
-2
/
+5
2023-01-04
libstdc++: Export the __gnu_cxx::zoneinfo_dir_override symbol [PR108228].
Iain Sandoe
1
-0
/
+3
2023-01-04
modula-2: Fix registration of modules via constructors [PR108183].
Iain Sandoe
16
-45
/
+31
2023-01-04
modula-2: Module registration constructors need to be visible [PR108259].
Iain Sandoe
1
-1
/
+1
2023-01-04
modula-2, doc: Build dvi, ps and pdf doc in the gcc/doc directory.
Iain Sandoe
1
-6
/
+10
2023-01-04
Modula-2, testsuite: No 96 bit floating type on Darwin.
Iain Sandoe
1
-3
/
+2
2023-01-04
MAINTAINERS: Add myself as Modula-2 front-end maintainer
Gaius Mulley
1
-0
/
+1
2023-01-04
libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]
Jonathan Wakely
2
-4
/
+17
2023-01-04
vrp: Handle pointers in maybe_set_nonzero_bits [PR108253]
Jakub Jelinek
2
-2
/
+64
2023-01-04
generic-match-head: Don't assume GENERIC folding is done only early [PR108237]
Jakub Jelinek
2
-2
/
+17
2023-01-04
ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR...
Jakub Jelinek
3
-1
/
+38
2023-01-04
Initial Emeraldrapids Support
Hu, Lin1
2
-0
/
+4
2023-01-04
i386: Remove Meteorlake's family_model
Hu, Lin1
1
-1
/
+0
2023-01-04
Daily bump.
GCC Administrator
6
-1
/
+257
2023-01-03
testsuite: AIX
David Edelsohn
2
-0
/
+6
2023-01-03
OpenMP: GC unused SIMD clones
Sandra Loosemore
6
-11
/
+66
2023-01-03
libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments [redo]
Florian Weimer
3
-289
/
+355
2023-01-03
Revert "Compute a table of DWARF register sizes at compile"
Florian Weimer
5
-58
/
+75
2023-01-03
Revert "Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF register size is ...
Florian Weimer
4
-60
/
+12
2023-01-03
Revert "libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments"
Florian Weimer
3
-354
/
+289
2023-01-03
tree-optimization/105043: Object Size Checking docs cleanup
Siddhesh Poyarekar
1
-6
/
+14
2023-01-03
Improve ix86_expand_int_movcc to allow condition (mask) sharing.
Roger Sayle
2
-26
/
+41
2023-01-03
PR target/108229: A minor STV compute_convert_gain tweak on x86.
Roger Sayle
1
-0
/
+8
[prev]
[next]