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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-19
ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...
Martin Jambor
5
-54
/
+211
2011-04-19
trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of...
Martin Jambor
2
-1
/
+6
2011-04-19
Add missing entry.
John David Anglin
1
-1
/
+32
2011-04-19
re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)
Eric Botcazou
2
-0
/
+9
2011-04-19
cgraph.h (cgraph_optimize_for_size_p): Declare.
Jan Hubicka
4
-8
/
+25
2011-04-19
re PR debug/48207 (ICE in lhd_set_decl_assembler_name, at langhooks.c:158)
Richard Guenther
4
-1
/
+30
2011-04-19
tree-inline.c (expand_call_inline): Do not issue a -Winline warning if DECL_N...
Eric Botcazou
2
-2
/
+8
2011-04-19
re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90 reg...
Bernd Schmidt
2
-27
/
+17
2011-04-19
gengtype.h: Updated copyright year.
Basile Starynkevitch
3
-3
/
+50
2011-04-19
In gcc/: 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
2
-1
/
+16
2011-04-19
arm-protos.h (thumb1_legitimate_address_p): New prototype.
Wei Guozhi
5
-6
/
+29
2011-04-19
config.gcc (-*-*-*vms): Added.
Tristan Gingold
5
-15
/
+1372
2011-04-19
Tweak a few entries
Eric Botcazou
1
-6
/
+8
2011-04-19
Use backend interface for variables.
Ian Lance Taylor
9
-262
/
+532
2011-04-19
Daily bump.
GCC Administrator
1
-1
/
+1
2011-04-18
use ASM_COMMENT_START instead of #
Xinliang David Li
2
-3
/
+7
2011-04-18
re PR c++/48569 (internal compiler error: in build_zero_init_1, at cp/init.c:...
Jason Merrill
4
-1
/
+16
2011-04-18
re PR c++/48537 (C++0x: ICE using union with non-trivial member)
Jason Merrill
4
-1
/
+27
2011-04-18
re PR middle-end/48661 (wrong-code regression with devirtualization)
Jakub Jelinek
7
-4
/
+101
2011-04-18
re PR c++/48632 (Internal compiler error when using OpenMP with template)
Jakub Jelinek
4
-1
/
+35
2011-04-18
expr.c (expand_expr_real_2): Use GET_MODE instead of TYPE_MODE.
Michael Matz
2
-1
/
+9
2011-04-18
* doc/passes.texi: Fill crossref nodes.
Dennis, CHENG Renquan
2
-7
/
+9
2011-04-18
fix doubled-word typos in comments and strings: e.g., s/in in/in/
Jim Meyering
10
-12
/
+29
2011-04-18
i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
Uros Bizjak
7
-88
/
+119
2011-04-18
semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed gotos.
Jan Hubicka
2
-5
/
+5
2011-04-18
remove now-unused definition of gfc_free
Jim Meyering
3
-11
/
+6
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
35
-212
/
+301
2011-04-18
gfortran: remove cpp definition of free, ...
Jim Meyering
2
-1
/
+7
2011-04-18
* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
Jan Hubicka
2
-1
/
+3
2011-04-18
ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
Jan Hubicka
4
-132
/
+179
2011-04-18
* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
Eric Botcazou
2
-2
/
+6
2011-04-18
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
7
-15
/
+62
2011-04-18
re PR testsuite/48251 (guality_check hangs indefinitely on Tru64 UNIX)
Rainer Orth
3
-2
/
+10
2011-04-18
* gfortran.dg/fmt_g0_5.f08: Use dg-add-options ieee.
Rainer Orth
2
-0
/
+5
2011-04-18
* gcc.dg/vect/pr48377.c: Remove dg-do run.
Rainer Orth
2
-1
/
+4
2011-04-18
* gcc.dg/ipa/pr48195.c: Add dg-require-effective-target lto.
Rainer Orth
2
-0
/
+5
2011-04-18
re PR c++/46364 (basic_string.h:541:32: internal compiler error: Segmentation...
Richard Guenther
2
-0
/
+25
2011-04-18
* obj-c++.dg/dwarf-2.mm: Skip on alpha*-dec-osf*.
Rainer Orth
2
-1
/
+5
2011-04-18
Jie Zhang <jie@codesourcery.com>
Jie Zhang
3
-1177
/
+1177
2011-04-18
tree.c (upper_bound_in_type): Build properly canonicalized INTEGER_CSTs.
Richard Guenther
2
-13
/
+19
2011-04-18
gimple.h (gimple_call_addr_fndecl): New function.
Richard Guenther
5
-34
/
+50
2011-04-18
pr48235.c: Add dg-require-effective-target freorder.
Alexander Monakov
2
-0
/
+5
2011-04-18
re PR c/48650 (valgrind: Invalid write of size 8 in build_string (tree.c:1524))
Richard Guenther
2
-1
/
+6
2011-04-18
re PR lto/48492 (LTO bootstrap failure in copy_constant)
Eric Botcazou
2
-2
/
+11
2011-04-18
re PR target/48252 (ARM neon: problem with consecutive vzip, vuzp and vtrn)
Ulrich Weigand
5
-20
/
+70
2011-04-18
re PR tree-optimization/48616 (-ftree-vectorize -mxop miscompiles right shift)
Jakub Jelinek
4
-10
/
+177
2011-04-18
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
10
-38
/
+285
2011-04-18
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
4
-40
/
+89
2011-04-18
re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...
Jerry DeLisle
2
-0
/
+87
2011-04-17
re PR c++/48531 ([C++0x][SFINAE] Hard errors with arrays of unknown bound)
Jason Merrill
5
-1
/
+38
[next]