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
2024-05-28
Strlen pass should set current range query.
Andrew MacLeod
2
-6
/
+6
2024-05-28
c++: mark TARGET_EXPRs for function arguments eliding [PR114707]
Marek Polacek
2
-16
/
+8
2024-05-28
testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"'
Tobias Burnus
11
-20
/
+0
2024-05-28
diagnostics: disable localization of events in selftest paths [PR115203]
David Malcolm
3
-4
/
+10
2024-05-28
Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]
David Malcolm
12
-198
/
+262
2024-05-28
[to-be-committed] [RISC-V] Some basic patterns for zbkb code generation
Lyut Nersisyan
8
-3
/
+139
2024-05-28
vect: Use vect representative statement instead of original in patch recog [P...
Feng Xue
1
-3
/
+3
2024-05-28
target/115254 - fix gcc.dg/vect/vect-gather-4.c dump scanning
Richard Biener
1
-1
/
+4
2024-05-28
tree-optimization/115236 - more points-to *ANYTHING = x fixes
Richard Biener
2
-6
/
+26
2024-05-28
Avoid pessimistic constraints for asm memory constraints
Richard Biener
1
-2
/
+10
2024-05-28
tree-optimization/115254 - don't account single-lane SLP against discovery limit
Richard Biener
3
-15
/
+20
2024-05-28
Fix SLP reduction neutral op value for pointer reductions
Richard Biener
1
-1
/
+8
2024-05-28
Fix predicate mismatch between vfcmaddcph's define_insn and define_expand.
liuhongt
1
-5
/
+5
2024-05-28
LoongArch: Guard REGNO with REG_P in loongarch_expand_conditional_move [PR115...
Xi Ruoyao
1
-5
/
+12
2024-05-27
Fix bitops-9.c for -m32 and other targets that don't have vector modes
Andrew Pinski
1
-4
/
+6
2024-05-28
Daily bump.
GCC Administrator
3
-1
/
+119
2024-05-27
match: Use uniform_integer_cst_p in bitwise_inverted_equal_p [PR115238]
Andrew Pinski
3
-4
/
+23
2024-05-27
modula2: simplify xref usage in documentation, remove external ref to gm2.
Gaius Mulley
1
-13
/
+13
2024-05-27
Fix points-to SCC collapsing bug
Richard Biener
1
-1
/
+3
2024-05-27
tree-optimization/115220 - fix store sinking virtual operand constraints
Richard Biener
3
-3
/
+38
2024-05-27
Define which threading model is in use on Windows
TheShermanTanker
1
-5
/
+8
2024-05-27
tree-optimization/115232 - demangle failure during -Waccess
Richard Biener
2
-1
/
+26
2024-05-27
Add testcase for PR c++/105229: ICE in lookup_template_class_1
Simon Martin
1
-0
/
+12
2024-05-27
doc: Use https for our own site (and GCC for the project)
Gerald Pfeifer
1
-3
/
+3
2024-05-27
RISC-V: Fix missing boolean_expression in zmmul extension
Liao Shihua
2
-1
/
+9
2024-05-27
VAX/doc: Fix issues with FP format option documentation
Maciej W. Rozycki
1
-2
/
+12
2024-05-27
vax: Fix descriptions of the FP format options [PR79646]
Abe Skolnik
1
-4
/
+4
2024-05-26
[to-be-committed][RISC-V] Reassociate constants in logical ops
Lyut Nersisyan
3
-0
/
+54
2024-05-27
x86: Fix Logical Shift Issue in expand_vec_perm_psrlw_psllw_por [PR115146]
Levy Hsu
4
-6
/
+44
2024-05-27
Gen-Match: Fix gen_kids_1 right hand braces mis-alignment
Pan Li
1
-1
/
+1
2024-05-27
Daily bump.
GCC Administrator
5
-1
/
+43
2024-05-26
[to-be-committed] [RISC-V] Try inverting for constant synthesis
Jeff Law
2
-1
/
+60
2024-05-27
go: Move web references from golang.org to go.dev.
Gerald Pfeifer
1
-3
/
+2
2024-05-26
doc: Quote singular '=' signs
Gerald Pfeifer
1
-3
/
+3
2024-05-26
[to-be-committed][RISC-V] Generate nearby constant, then adjust to our final ...
Jeff Law
2
-0
/
+1551
2024-05-26
[PATCH] libcpp: Correct typo 'r' -> '\r'
Peter Damianov
1
-1
/
+1
2024-05-25
Delete gori_map during destruction of GORI.
Andrew MacLeod
1
-0
/
+4
2024-05-26
Daily bump.
GCC Administrator
4
-1
/
+23
2024-05-25
[committed] [v2] More logical op simplifications in simplify-rtx.cc
Jeff Law
5
-0
/
+85
2024-05-25
c++/modules: Improve diagnostic when redeclaring builtin in module [PR102345]
Nathaniel Shead
2
-2
/
+8
2024-05-25
Daily bump.
GCC Administrator
7
-1
/
+185
2024-05-24
Fortran: improve attribute conflict checking [PR93635]
Harald Anlauf
4
-40
/
+54
2024-05-24
Fortran: fix bounds check for assignment, class component [PR86100]
Harald Anlauf
3
-19
/
+60
2024-05-24
Small enhancement to implementation of -fdump-ada-spec
Eric Botcazou
1
-9
/
+61
2024-05-24
c: Fix for some variably modified types not being recognized [PR114831]
Martin Uecker
5
-0
/
+80
2024-05-25
c++/modules: Improve errors for bad module-directives [PR115200]
Nathaniel Shead
5
-6
/
+64
2024-05-25
c++/modules: Remember that header units have CMIs
Nathaniel Shead
3
-7
/
+6
2024-05-25
c++/modules: Fix treatment of unnamed types
Nathaniel Shead
5
-15
/
+7
2024-05-24
[to-be-committed,v2,RISC-V] Use bclri in constant synthesis
Jeff Law
4
-7
/
+138
2024-05-24
vect: Fix access size alignment assumption [PR115192]
Richard Sandiford
2
-1
/
+32
[prev]
[next]