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-11-26
sort.cc: fix mentions of sorting networks in comments
Alexander Monakov
1
-3
/
+3
2023-11-26
Skip analyzer strndup test on hppa*-*-hpux*
John David Anglin
1
-1
/
+1
2023-11-26
Skip analyzer socket tests on hppa*-*-hpux*
John David Anglin
2
-2
/
+2
2023-11-26
hppa: Fix pr104869.C on hpux
John David Anglin
1
-1
/
+1
2023-11-26
hppa: Really fix g++.dg/modules/bad-mapper-1.C on hpux
John David Anglin
1
-1
/
+1
2023-11-26
testsuite, i386: fix -fhardened test
Francois-Xavier Coudert
1
-1
/
+1
2023-11-26
testsuite, i386: fix split-stack test
Francois-Xavier Coudert
1
-0
/
+1
2023-11-26
RISC-V: Disable AVL propagation of slidedown instructions
Juzhe-Zhong
3
-7
/
+35
2023-11-25
Fix gcc.dg/vla-1.c
Andrew Pinski
1
-2
/
+2
2023-11-25
Fix gcc.target/aarch64/simd/vmulxd_{f64,f32}_2.c after after IPA-VRP improvem...
Andrew Pinski
1
-2
/
+2
2023-11-25
Fix contracts-tmpl-spec2.C on targets where plain char is unsigned by default
Andrew Pinski
1
-1
/
+1
2023-11-26
RISC-V: Fix typo
Juzhe-Zhong
1
-2
/
+2
2023-11-26
Daily bump.
GCC Administrator
4
-1
/
+72
2023-11-25
Fix gcc.target/aarch64/movk.c testcase after IPA-VRP improvement for return v...
Andrew Pinski
1
-1
/
+4
2023-11-25
doc: Complete and sort the list of front ends
Gerald Pfeifer
1
-3
/
+3
2023-11-25
doc: Remove obsolete notes on GCC 4.x on FreeBSD
Gerald Pfeifer
1
-8
/
+0
2023-11-25
doc: Update ISO C++ reference
Gerald Pfeifer
1
-1
/
+1
2023-11-25
i386: Fix up *jcc_bt*_mask{,_1} [PR111408]
Jakub Jelinek
2
-2
/
+30
2023-11-25
aarch64: Fix up aarch64_simd_stp<mode> [PR109977]
Jakub Jelinek
2
-1
/
+17
2023-11-25
c++: more checks for exporting names with using-declarations
Nathaniel Shead
3
-21
/
+148
2023-11-25
c++: Allow exporting a typedef redeclaration [PR102341]
Nathaniel Shead
4
-2
/
+31
2023-11-25
Daily bump.
GCC Administrator
11
-1
/
+383
2023-11-24
preprocessor: Reinitialize frontend parser after loading a PCH [PR112319]
Lewis Hyatt
5
-0
/
+17
2023-11-24
c-family/c.opt (-Wopenmp): Add missing tailing '.'
Tobias Burnus
1
-1
/
+1
2023-11-24
install.texi: Update GCN entry - @uref and LLVM version remark
Tobias Burnus
1
-2
/
+2
2023-11-24
hppa: Use INT14_OK_STRICT in a couple of places in pa_emit_move_sequence
John David Anglin
1
-6
/
+2
2023-11-24
Use memcpy instead of memmove in __relocate_a_1
Jan Hubicka
1
-2
/
+2
2023-11-24
sra: SRA of non-escaped aggregates passed by reference to calls
Martin Jambor
6
-47
/
+607
2023-11-24
i386: Fix ICE with -fsplit-stack -mcmodel=large [PR112686]
Uros Bizjak
2
-4
/
+10
2023-11-24
OpenMP: Add -Wopenmp and use it
Tobias Burnus
12
-72
/
+105
2023-11-24
arm: libgcc: provide implementations of __sync_synchronize
Richard Earnshaw
6
-1
/
+98
2023-11-24
OpenMP: Accept argument to depobj's destroy clause
Tobias Burnus
6
-4
/
+124
2023-11-25
c++: Allow exporting const-qualified namespace-scope variables [PR99232]
Nathaniel Shead
3
-1
/
+27
2023-11-24
RISC-V: Fix inconsistency among all vectorization hooks
Juzhe-Zhong
2
-14
/
+46
2023-11-24
gcc: configure: drop Valgrind 3.1 compatibility
Alexander Monakov
4
-144
/
+20
2023-11-24
libcpp: configure: drop unused Valgrind detection
Alexander Monakov
4
-131
/
+9
2023-11-24
i386: Fix ICE during cbranchv16qi4 expansion [PR112681]
Jakub Jelinek
2
-1
/
+13
2023-11-24
rtl-ssa: Add some helpers for removing accesses
Alex Coplan
2
-8
/
+46
2023-11-24
rtl-ssa: Support for inserting new insns
Alex Coplan
10
-13
/
+136
2023-11-24
match.pd: Avoid simplification into invalid BIT_FIELD_REFs [PR112673]
Jakub Jelinek
2
-1
/
+13
2023-11-24
lower-bitint: Lower FLOAT_EXPR from BITINT_TYPE INTEGER_CST [PR112679]
Jakub Jelinek
2
-0
/
+52
2023-11-24
tree-optimization/112677 - stack corruption with .COND_* reduction
Richard Biener
1
-1
/
+1
2023-11-24
Clean up by_pieces_ninsns
Haochen Gui
1
-11
/
+8
2023-11-24
lower-bitint: Fix up -fnon-call-exceptions bit-field load lowering [PR112668]
Jakub Jelinek
3
-20
/
+94
2023-11-24
tree: Fix up try_catch_may_fallthru [PR112619]
Jakub Jelinek
2
-0
/
+33
2023-11-24
tree-optimization/112344 - relax final value-replacement fix
Richard Biener
1
-3
/
+15
2023-11-24
RISC-V: Optimize a special case of VLA SLP
Juzhe-Zhong
2
-0
/
+89
2023-11-24
RISC-V: Disable BSWAP optimization for NUNITS < 4
Juzhe-Zhong
3
-4
/
+9
2023-11-24
c++: Support lambdas in static template member initialisers [PR107398]
Nathaniel Shead
3
-15
/
+48
2023-11-24
i386: Fix AVX512 and AVX10 option issues
Haochen Jiang
4
-19
/
+20
[prev]
[next]