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
2025-08-17
Add test for spill failure
dragan.mladjenovic
1
-0
/
+10
2025-08-17
Testsuite: Use HAS_LDC instead of a specific ISA
Matthew Fortune
1
-1
/
+1
2025-08-17
Testsuite: Fix tests properly for compact-branches
Andrew Bennett
4
-20
/
+20
2025-08-17
Testsuite: Adjust tests to cope with -mips16
Jeff Law
10
-182
/
+183
2025-08-17
Testsuite: Fix insn-*.c tests from trunk
Matthew Fortune
2
-6
/
+6
2025-08-17
regrename: treat writes as reads for fused instruction pairs
Artemiy Volkov
1
-1
/
+9
2025-08-17
[PR target/109324] H8/300: Fix genrecog warnings about operands missing modes.
Jan Dubiec
3
-20
/
+20
2025-08-16
ira: tie output allocnos for fused instruction pairs
Artemiy Volkov
3
-2
/
+31
2025-08-16
[PATCH] RISC-V: Fix block matching in arch-canonicalize [PR121538]
Dimitar Dimitrov
1
-2
/
+20
2025-08-16
x86: Add target("80387") function attribute
H.J. Lu
9
-0
/
+78
2025-08-17
Daily bump.
GCC Administrator
5
-1
/
+55
2025-08-17
c++: Implement P2115R0 linkage changes for unnamed unscoped enums [PR120503]
Nathaniel Shead
11
-14
/
+109
2025-08-17
RISC-V: Update the comments of vx combine [NFC]
Pan Li
1
-0
/
+20
2025-08-17
RISC-V: Add missed DONE for vx combine pattern [NFC]
Pan Li
1
-0
/
+4
2025-08-16
fortran: Set DECL_TLS_MODEL after processing a variable
H.J. Lu
3
-10
/
+26
2025-08-16
Daily bump.
GCC Administrator
7
-1
/
+343
2025-08-15
c++: Implement __builtin_structured_binding_size trait
Jakub Jelinek
12
-29
/
+255
2025-08-15
c++: Add testcases for the defarg part of P1766R1 [PR121552]
Jakub Jelinek
6
-0
/
+188
2025-08-15
c++: Implement C++20 P1766R1 - Mitigating minor modules maladies [PR121552]
Jakub Jelinek
18
-4
/
+223
2025-08-15
c++: Fix default argument parsing in non-comma variadic methods [PR121539]
Jakub Jelinek
2
-1
/
+84
2025-08-15
c++: Warn on #undef/#define of remaining cpp.predefined macros [PR120778]
Jakub Jelinek
6
-42
/
+298
2025-08-15
cobol: Eliminate a run-time structure type that is no longer used.
Robert Dubner
3
-28
/
+0
2025-08-15
real: Eliminate access to uninitialized memory.
Robert Dubner
1
-0
/
+5
2025-08-15
RISC-V: fix __builtin_round clobbering FP exceptions flags [PR121534]
Vineet Gupta
2
-2
/
+14
2025-08-15
Generate a call to a .ACCESS_WITH_SIZE for a FAM with counted_by attribute on...
Qing Zhao
4
-37
/
+21
2025-08-15
Use the counted_by attribute of pointers in array bound checker.
Qing Zhao
7
-16
/
+545
2025-08-15
Use the counted_by attribute of pointers in builtinin-object-size. No need to...
Qing Zhao
9
-0
/
+302
2025-08-15
Extend "counted_by" attribute to pointer fields of structures. Convert a poin...
Qing Zhao
13
-75
/
+659
2025-08-15
RISC-V: MIPS prefetch extensions for MIPS RV64 P8700 and can be enabled with ...
Umesh Kalappa
10
-5
/
+131
2025-08-15
testsuite: Add a test for [PR119156]
Richard Sandiford
1
-0
/
+15
2025-08-15
RISC-V: Allow errors to be suppressed when parsing architectures
Richard Sandiford
5
-134
/
+170
2025-08-15
Use gimple_call_fntype rather than gimple_call_fndecl in pass_return_slot::ex...
Kito Cheng
1
-1
/
+1
2025-08-15
LoongArch: Fix ICE caused by function add_stmt_cost[PR121542].
Lulu Cheng
2
-0
/
+55
2025-08-15
Daily bump.
GCC Administrator
4
-1
/
+105
2025-08-14
c++: Fix up build_cplus_array_type [PR121524]
Jakub Jelinek
2
-1
/
+14
2025-08-14
[PR target/119275][RISC-V] Avoid calling gen_lowpart in cases where it would ICE
Jeff Law
2
-1
/
+28
2025-08-14
fix cris-elf build with binutils-2.45
Mikael Pettersson
1
-1
/
+1
2025-08-14
powerpc: Add missing modes to P9 if_then_elses [PR121501]
Richard Sandiford
1
-20
/
+20
2025-08-14
forwprop: Limit alias walk in some cases [PR121474]
Andrew Pinski
2
-16
/
+34
2025-08-14
forwprop: Copy prop aggregates into args
Andrew Pinski
2
-55
/
+137
2025-08-14
s390: Fix zero extend patterns using vlgv
Stefan Schulze Frielinghaus
4
-70
/
+98
2025-08-14
testsuite: Fix asm-hard-reg-error-3.c for arm [PR121511]
Stefan Schulze Frielinghaus
1
-1
/
+1
2025-08-13
x86: Disallow MMX and 80387 in no_caller_saved_registers function
H.J. Lu
10
-7
/
+27
2025-08-14
Daily bump.
GCC Administrator
8
-1
/
+450
2025-08-13
[RISC-V][PR target/121531] Cover missing insn types in p400 and p600 schedule...
Jeff Law
3
-0
/
+32
2025-08-13
c++: P2036R3 - Change scope of lambda trailing-return-type [PR102610]
Marek Polacek
20
-37
/
+750
2025-08-13
diagnostics/output-spec.cc: simplify implementation
David Malcolm
1
-40
/
+13
2025-08-13
c++: Implement C++26 P1306R5 - Expansion statements [PR120776]
Jakub Jelinek
37
-164
/
+2952
2025-08-13
Mark epiphany and rl78 as obsolete targets
Andrew Pinski
1
-1
/
+1
2025-08-13
x86-64: Remove redundant TLS calls
H.J. Lu
24
-154
/
+1153
[prev]
[next]