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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-13
Daily bump.
GCC Administrator
1
-1
/
+1
2022-06-12
Daily bump.
GCC Administrator
3
-1
/
+18
2022-06-11
c++: value-dep but not type-dep decltype expr [PR105756]
Patrick Palka
2
-17
/
+31
2022-06-11
Daily bump.
GCC Administrator
1
-1
/
+1
2022-06-10
Daily bump.
GCC Administrator
2
-1
/
+5
2022-06-09
Update gcc sv.po
Joseph Myers
1
-1228
/
+302
2022-06-09
Daily bump.
GCC Administrator
4
-1
/
+35
2022-06-08
c++: redeclared hidden friend take 2 [PR105852]
Jason Merrill
5
-12
/
+44
2022-06-08
gcc: xtensa: fix PR target/105879
Max Filippov
1
-5
/
+8
2022-06-08
Fix insn does not satisfy its constraints: sse2_lshrv1ti3
liuhongt
1
-3
/
+3
2022-06-08
Daily bump.
GCC Administrator
1
-1
/
+1
2022-06-07
Daily bump.
GCC Administrator
1
-1
/
+1
2022-06-06
Daily bump.
GCC Administrator
1
-1
/
+1
2022-06-05
Daily bump.
GCC Administrator
1
-1
/
+1
2022-06-04
Daily bump.
GCC Administrator
4
-1
/
+147
2022-06-03
c++: redeclared hidden friend [PR105761]
Jason Merrill
2
-2
/
+22
2022-06-02
c++: constexpr empty aggr [PR105795]
Jason Merrill
2
-5
/
+29
2022-06-02
RISC-V: Implement C[LT]Z_DEFINED_VALUE_AT_ZERO
Philipp Tomsich
6
-91
/
+72
2022-06-02
tree-optimization/105786 - avoid strlen replacement for pointers
Richard Biener
2
-0
/
+14
2022-06-02
tree-optimization/105726 - adjust array bound heuristic
Richard Biener
2
-9
/
+29
2022-06-02
middle-end/105711 - properly handle CONST_INT when expanding bitfields
Richard Biener
2
-9
/
+25
2022-06-02
PR middle-end/105604 - ICE: in tree_to_shwi with vla in struct and sprintf
Martin Sebor
5
-35
/
+368
2022-06-02
RISC-V: Inhibit FP <--> int register moves via tune param
Vineet Gupta
2
-0
/
+65
2022-06-02
Daily bump.
GCC Administrator
3
-1
/
+44
2022-06-01
c++: auto and dependent member name [PR105734]
Jason Merrill
2
-1
/
+16
2022-06-01
c++: auto function as function argument [PR105779]
Jason Merrill
3
-4
/
+17
2022-06-01
c++: constexpr init of union sub-aggr w/ base [PR105491]
Patrick Palka
6
-4
/
+80
2022-06-01
Daily bump.
GCC Administrator
4
-1
/
+54
2022-05-31
c++: lambda in concept [PR105652]
Jason Merrill
2
-5
/
+29
2022-05-31
c++: CTAD with alias and nested template [PR105655]
Jason Merrill
2
-1
/
+29
2022-05-31
c++: deduction from auto fn [PR105623]
Jason Merrill
3
-3
/
+26
2022-05-31
c++: constexpr ref to array of array [PR102307]
Jason Merrill
2
-5
/
+24
2022-05-31
d: Fix D lexer sometimes fails to compile code read from stdin
Iain Buclaw
1
-0
/
+4
2022-05-31
Daily bump.
GCC Administrator
3
-1
/
+78
2022-05-30
ipa: Check cst type when propagating controled uses info
Martin Jambor
2
-6
/
+20
2022-05-30
libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]
Jakub Jelinek
1
-0
/
+18
2022-05-30
fold-const: Fix up -fsanitize=null in C++ [PR105729]
Jakub Jelinek
2
-0
/
+39
2022-05-30
asan: Fix up instrumentation of assignments which are both loads and stores [...
Jakub Jelinek
2
-1
/
+47
2022-05-30
pointer-query: Fix ICE with non-pointer param [PR105635]
Jakub Jelinek
2
-1
/
+12
2022-05-30
Daily bump.
GCC Administrator
1
-1
/
+1
2022-05-29
Daily bump.
GCC Administrator
1
-1
/
+1
2022-05-28
Daily bump.
GCC Administrator
3
-1
/
+17
2022-05-27
c++: Fix ICE with -Wmismatched-tags [PR105725]
Marek Polacek
2
-2
/
+13
2022-05-27
Daily bump.
GCC Administrator
2
-1
/
+16
2022-05-26
RISC-V: Don't unconditionally add m,a,f,d in arch-canonicalize
Simon Cook
1
-1
/
+1
2022-05-26
RISC-V: Fix wrong expansion for arch-canonicalize
Kito Cheng
1
-3
/
+5
2022-05-26
Daily bump.
GCC Administrator
1
-1
/
+1
2022-05-25
Daily bump.
GCC Administrator
3
-1
/
+67
2022-05-24
i386: Adjust -fzero-call-used-regs to always use XOR [PR101891]
Qing Zhao
26
-192
/
+180
2022-05-24
Extend --with-zstd documentation
Bruno Haible
1
-4
/
+14
[prev]
[next]