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/gfortran-test
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-15
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-15
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-05
* stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
Eric Botcazou
2
-1
/
+5
2011-04-05
trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use build_function_type_...
Nathan Froyd
2
-17
/
+26
2011-04-05
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
2
-0
/
+47
2011-04-05
rx-opts.h: New.
Joseph Myers
5
-49
/
+109
2011-04-05
debug.h (debug_flush_symbol_queue, [...]): Delete.
Nathan Froyd
4
-87
/
+91
2011-04-05
gcse.c (modify_pair): Define.
Nathan Froyd
2
-51
/
+38
2011-04-05
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
2
-1
/
+8
2011-04-05
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
2
-0
/
+32
2011-04-05
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
2
-1
/
+10
2011-04-05
cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
Tom de Vries
2
-8
/
+8
2011-04-05
Minor tweaks
Eric Botcazou
1
-4
/
+4
2011-04-05
For Yufeng Zhang.
Yufeng Zhang
3
-217
/
+224
2011-04-05
The parameters for functions from the frexp family were the wrong way round.
Duncan Sands
2
-3
/
+6
2011-04-05
Use backend interface for labels and goto statements.
Ian Lance Taylor
9
-99
/
+267
2011-04-05
Daily bump.
GCC Administrator
1
-1
/
+1
2011-04-04
Use backend interface for return statements.
Ian Lance Taylor
12
-289
/
+254
2011-04-04
For Yufeng Zhang - Fix typos and errors in testcase.
Yufeng Zhang
2
-5
/
+13
2011-04-04
* es.po: Update.
Joseph Myers
2
-175
/
+167
2011-04-04
re PR bootstrap/48400 (powerpc-apple-darwin9 fails to bootstrap at revision 1...
Richard Henderson
2
-14
/
+31
2011-04-04
frontend-passes: (optimize_lexical_comparison): New function.
Thomas Koenig
1
-0
/
+7
2011-04-04
frontend-passes: (optimize_lexical_comparison): New function.
Thomas Koenig
3
-7
/
+97
2011-04-04
re PR fortran/48412 (CP2K miscompiled due to some Fortran frontend pass)
Thomas Koenig
4
-4
/
+35
2011-04-04
re PR target/48380 (ICE in postreload.c while building trunk)
Vladimir Makarov
3
-12
/
+41
2011-04-04
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
16
-136
/
+705
2011-04-04
cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
Steven Bosscher
2
-161
/
+86
2011-04-04
cprop.c (implicit_set_cond_p): Assume nothing about COND...
Steven Bosscher
2
-48
/
+103
2011-04-04
cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
Steven Bosscher
2
-52
/
+40
2011-04-04
cprop.c (oprs_not_set_p): Remove.
Steven Bosscher
2
-104
/
+22
2011-04-04
re PR ada/47163 (Failure building target-libada for MingW64)
Eric Botcazou
2
-0
/
+6
2011-04-04
re PR bootstrap/48403 (bootstrap comparison failure)
Bernd Schmidt
2
-37
/
+70
2011-04-04
bessel_6.f90: Use dg-add-options ieee.
Rainer Orth
3
-0
/
+7
2011-04-04
optc-gen.awk: Always remove type from Variable entry before recording in var_...
Joseph Myers
2
-5
/
+11
2011-04-04
cfghooks.c (tidy_fallthru_edges): Add ??? comment.
Eric Botcazou
3
-3
/
+9
2011-04-04
options.texi (ToLower): Document.
Joseph Myers
8
-7
/
+41
2011-04-04
re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with las...
Jakub Jelinek
1
-1
/
+1
2011-04-04
pdp11.h (IRA_COVER_CLASSES): Delete.
Richard Sandiford
2
-10
/
+4
2011-04-04
vax.c: Include reload.h.
Richard Sandiford
2
-0
/
+5
2011-04-04
* gcc/ChangeLog: Fix formatting.
Uros Bizjak
2
-23
/
+16
2011-04-04
re PR ada/47163 (Failure building target-libada for MingW64)
Kai Tietz
2
-0
/
+11
2011-04-04
sparc.h (PREFERRED_RELOAD_CLASS): Remove.
Anatoly Sokolov
3
-28
/
+38
2011-04-04
re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with las...
Jakub Jelinek
2
-3
/
+9
2011-04-04
tree.h (struct tree_const_decl): Inherit from tree_decl_common.
Nathan Froyd
3
-3
/
+7
2011-04-04
Daily bump.
GCC Administrator
1
-1
/
+1
2011-04-03
Start using backend interface separate from gofrontend.
Ian Lance Taylor
8
-12
/
+361
2011-04-03
re PR middle-end/48422 (bootstrap failure for i686-*-* targets by ICE)
Kai Tietz
2
-1
/
+7
2011-04-03
avr.h (ASM_OUTPUT_BSS): Remove.
Anatoly Sokolov
2
-2
/
+7
2011-04-03
bessel_6.f90: Reduce mymax for Tru64.
Tobias Burnus
2
-3
/
+8
2011-04-03
be.po, [...]: Update.
Joseph Myers
18
-138225
/
+142984
2011-04-03
lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...
Michael Matz
11
-257
/
+207
2011-04-03
dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
Alan Modra
2
-3
/
+5
[next]