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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-12
simd1.C: Ignore irrelevant warning.
Daniel Jacobowitz
6
-9
/
+26
2009-01-12
decl.c (gnat_to_gnu_entity): Really strip only useless conversions around ren...
Eric Botcazou
4
-1
/
+35
2009-01-12
pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk function when...
John David Anglin
2
-0
/
+10
2009-01-12
* sv.po: Update.
Joseph Myers
2
-2249
/
+1257
2009-01-12
combine.c (combine_instructions): Recompute optimize_this_for_speed_p for eac...
Richard Earnshaw
2
-0
/
+6
2009-01-12
re PR c++/38794 (Function body accepted in typedef)
Jakub Jelinek
4
-2
/
+24
2009-01-12
re PR tree-optimization/38385 (ICE with -O2 -ftree-loop-distribution)
Tomas Bily
3
-0
/
+164
2009-01-12
re PR tree-optimization/38807 (ice: gimple check: expected gimple_assign(erro...
Jakub Jelinek
4
-2
/
+37
2009-01-12
expmed.c (store_bit_field_1): Properly truncate the paradoxical subreg of op0...
Adam Nemet
4
-0
/
+46
2009-01-11
re PR testsuite/38809 (gcc.dg/pr38616.c doesn't work on Linux/ia64)
H.J. Lu
2
-0
/
+6
2009-01-12
Daily bump.
GCC Administrator
1
-1
/
+1
2009-01-11
re PR c++/36254 (wrong "control reaches end of non-void function" warning wit...
Jakub Jelinek
4
-7
/
+43
2009-01-11
target-supports.exp: Add method to determine if the effective target is reall...
Joel Sherrill
1
-0
/
+17
2009-01-11
re PR middle-end/38616 (Wrong code when -O3 or -O2 -fstack-protector used)
Matthias Klose
2
-0
/
+18
2009-01-11
sourcebuild.texi (Source Tree): Move up intl and fixinc.
Laurent GUERBY
2
-14
/
+17
2009-01-11
decl.c (gnat_to_gnu_entity): Put the _Tag field before any discriminants in t...
Eric Botcazou
2
-4
/
+19
2009-01-11
re PR debug/7055 ([alpha osf4] G++ 3.1 Produced bad debugging entries if comp...
Markus Schoepflin
2
-3
/
+10
2009-01-11
block-3.c: Fix compile error on 32bit.
Sebastian Pop
2
-5
/
+9
2009-01-11
Daily bump.
GCC Administrator
1
-1
/
+1
2009-01-10
re PR target/38695 (gcc.c-torture/compile/pr37433.c ICE on trunk arm_function...
Jakub Jelinek
2
-1
/
+9
2009-01-10
re PR c++/38648 (ICE with string literal)
Andrew Pinski
5
-1
/
+28
2009-01-10
re PR c++/36695 (Value-initialization of reference type is allowed.)
Andrew Pinski
8
-0
/
+69
2009-01-10
Daily bump.
GCC Administrator
1
-1
/
+1
2009-01-10
re PR fortran/38763 (TRANSFER ICE due to missing EXPR_NULL case)
Paul Thomas
4
-3
/
+38
2009-01-10
re PR fortran/38765 (ICE in check_host_association)
Paul Thomas
4
-2
/
+49
2009-01-09
check.c: Update copyright year.
Paul Thomas
10
-10
/
+10
2009-01-09
regrename.c (regrename_optimize): Fix dumping.
Steven Bosscher
2
-3
/
+11
2009-01-09
target-supports.exp: Add method to determine if the effective target is reall...
Joel Sherrill
32
-0
/
+67
2009-01-09
gimple.h (struct gimple_statement_base): Document the restrictions on its use.
Diego Novillo
2
-3
/
+12
2009-01-09
i386.c (ix86_expand_movmem, [...]): Add zero guard even if align_bytes != 0 a...
Jakub Jelinek
2
-2
/
+8
2009-01-09
re PR rtl-optimization/38495 (ACATS tests cxa4004 cxa4005 cxa4026 fail)
Vladimir Makarov
2
-13
/
+48
2009-01-09
* typeck.c (cp_build_unary_op): Check for ERROR_MARK.
Steve Ellcey
2
-1
/
+5
2009-01-09
re PR target/38686 (Bootstrap fails on i686-pc-linux-gnu with --with-arch=pen...
Jakub Jelinek
2
-19
/
+80
2009-01-09
re PR c++/35335 (Broken diagnostic: 'expr_stmt' not supported by dump_expr)
Jakub Jelinek
4
-1
/
+23
2009-01-09
re PR c/35742 (Broken diagnostic: 'goto_expr' not supported by pp_c_expression)
Jakub Jelinek
4
-1
/
+26
2009-01-09
pa.c (last_address): Change to unsigned.
John David Anglin
2
-14
/
+22
2009-01-09
re PR c++/37877 (Invalid "invalid use of static" error)
John F. Carr
4
-0
/
+26
2009-01-09
symbian.c: Replace uses of DECL_INLINE with DECL_DECLARED_INLINE_P.
Nick Clifton
2
-5
/
+10
2009-01-09
re PR middle-end/38347 (gfortran.dg/alloc_comp_constructor_1.f90 ICE with -O2...
Jakub Jelinek
2
-4
/
+8
2009-01-09
Update Copyright year.
Jakub Jelinek
1
-1
/
+1
2009-01-09
re PR middle-end/38771 (error: non-trivial conversion in unary operation)
Jakub Jelinek
4
-3
/
+25
2009-01-09
Daily bump.
GCC Administrator
1
-1
/
+1
2009-01-08
params.def (ira-max-conflict-table-size): Decrease default value to 1000.
Vladimir Makarov
2
-1
/
+6
2009-01-08
* gcc.dg/pr34856.c: Ignore irrelevant warning.
Nathan Froyd
2
-1
/
+7
2009-01-08
sibcall-3.c: XFAIL for Thumb.
Mark Mitchell
3
-2
/
+7
2009-01-08
re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...
Jakub Jelinek
6
-13
/
+34
2009-01-08
re PR middle-end/38559 ([graphite] ICE :in build2_stat, at tree.c:3293)
Sebastian Pop
5
-136
/
+94
2009-01-08
re PR tree-optimization/37194 (Autovectorization of small constant iteration ...
Ira Rosen
4
-17
/
+52
2009-01-08
re PR c++/38725 (ICE with goto)
Jakub Jelinek
4
-1
/
+63
2009-01-08
Daily bump.
GCC Administrator
1
-1
/
+1
[next]