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/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-09-15
ada: Fix internal error on aggregate nested in container aggregate
Eric Botcazou
1
-7
/
+9
2023-09-15
ada: Remove GNAT Pro details regarding mold
Kévin Le Gouguec
1
-22
/
+0
2023-09-15
ada: Fix internal error on expression function with Refined_Post aspect
Eric Botcazou
1
-0
/
+3
2023-09-15
ada: Clean up scope depth and related code (tech debt)
Bob Duff
13
-84
/
+231
2023-09-15
ada: Crash on creation of extra formals on type extension
Javier Miranda
3
-66
/
+24
2023-09-15
RISC-V: Fix using wrong mode to get reduction insn vlmax
Lehua Ding
3
-54
/
+60
2023-09-15
fortran: Remove reference count update [PR108957]
Mikael Morin
2
-3
/
+20
2023-09-15
test: Block SLP check of slp-35.c for vect_strided5
Juzhe-Zhong
1
-1
/
+1
2023-09-15
test: Block SLP check of slp-34.c for vect_strided5
Juzhe-Zhong
1
-1
/
+1
2023-09-15
test: Block vect_strided5 for slp-34-big-array.c SLP check
Juzhe-Zhong
1
-1
/
+1
2023-09-15
test: Block slp-16.c check for target support vect_strided6
Juzhe-Zhong
2
-2
/
+2
2023-09-15
test: Isolate slp-1.c check of target supports vect_strided5
Juzhe-Zhong
1
-2
/
+2
2023-09-15
test: Remove XPASS for RISCV
Juzhe-Zhong
1
-3
/
+3
2023-09-15
RISC-V: Refactor expand_reduction and cleanup enum reduction_type
Lehua Ding
4
-63
/
+79
2023-09-15
libstdc++: Fix constraints for std::variant default constructor
Jonathan Wakely
2
-12
/
+23
2023-09-15
libstdc++: Remove non-void static assertions in variant's std::get [PR111172]
Jonathan Wakely
1
-4
/
+0
2023-09-15
libstdc++: Add operator bool to <charconv> result types (P2497R0)
Jonathan Wakely
6
-148
/
+212
2023-09-15
aarch64: Fix loose ldpstp check [PR111411]
Richard Sandiford
2
-5
/
+60
2023-09-15
LoongArch: Reimplement multilib build option handling.
Yang Yujie
12
-123
/
+137
2023-09-15
RISC-V: Support combine extend and reduce sum to widen reduce sum
Lehua Ding
10
-27
/
+321
2023-09-15
Daily bump.
GCC Administrator
7
-1
/
+1000
2023-09-14
diagnostics: support multithreaded diagnostic paths
David Malcolm
14
-184
/
+734
2023-09-14
analyzer: fix missing return in compatible_epath_p
David Malcolm
1
-0
/
+8
2023-09-14
analyzer: use unique_ptr for rejected_constraint
David Malcolm
7
-45
/
+45
2023-09-14
ggc, jit: forcibly clear GTY roots in jit
David Malcolm
5
-1
/
+37
2023-09-14
modula2: Add missing comments to M2CaseList.mod and add testcases
Gaius Mulley
10
-32
/
+58
2023-09-14
gcc: xtensa: use salt/saltu in xtensa_expand_scc
Max Filippov
4
-1
/
+77
2023-09-14
modula2: introduce case checking when switching on subranges
Gaius Mulley
15
-78
/
+506
2023-09-14
[RA]: Improve cost calculation of pseudos with equivalences
Vladimir N. Makarov
1
-9
/
+2
2023-09-14
RISC-V: Refactor vector reduction patterns
Lehua Ding
6
-152
/
+152
2023-09-14
RISC-V: Cleanup redundant reduction patterns after refactor vector mode
Lehua Ding
4
-334
/
+101
2023-09-14
aarch64: Restore SVE WHILE costing
Richard Sandiford
2
-17
/
+32
2023-09-14
MATCH: Support `(a != (CST+1)) & (a > CST)` optimizations
Andrew Pinski
4
-3
/
+111
2023-09-14
Improve error message for if with an else part while in switch
Andrew Pinski
1
-0
/
+2
2023-09-14
RISC-V: Support VLS modes mask operations
Juzhe-Zhong
13
-55
/
+907
2023-09-14
libstdc++: Add testcase for std::make_integer_sequence bug [PR111357]
Jonathan Wakely
1
-0
/
+34
2023-09-14
libstdc++: Support dg-additional-files in tests
Jonathan Wakely
6
-13
/
+20
2023-09-14
libstdc++: Remove some more unconditional uses of atomics
Jonathan Wakely
4
-19
/
+38
2023-09-14
ada: Improve detection of deactivated code for warnings with -gnatwt
Yannick Moy
2
-9
/
+167
2023-09-14
ada: Assertion failure on expansion of record with invariant
Javier Miranda
1
-2
/
+10
2023-09-14
ada: Assertion failure on calculation of Large_Max_Size_Mutable
Javier Miranda
1
-1
/
+3
2023-09-14
ada: Assertion failure on for-of loop iterating on selected component
Javier Miranda
1
-2
/
+7
2023-09-14
ada: Fix late finalization for function call in delta aggregate
Eric Botcazou
1
-2
/
+6
2023-09-14
ada: Fix premature finalization in loop over limited iterable container
Eric Botcazou
1
-40
/
+48
2023-09-14
ada: Assertion failure adding extra formals to late overriding subp.
Javier Miranda
1
-1
/
+2
2023-09-14
tree-optimization/111294 - better DCE after forwprop
Richard Biener
5
-13
/
+28
2023-09-14
aarch64: Coerce addresses to be suitable for LD1RQ
Richard Sandiford
3
-5
/
+47
2023-09-14
libstdc++: Add dg-require-thread-fence in several tests
Christophe Lyon
8
-0
/
+8
2023-09-14
RISC-V: Fix ICE in get_avl_or_vl_reg
Juzhe-Zhong
3
-11
/
+103
2023-09-14
RISC-V: Format VSETVL PASS code
Juzhe-Zhong
1
-1
/
+2
[next]