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
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-10
t-rtems: Add EL/EB multilib variants.
Ralf Corsepius
1
-3
/
+14
2006-06-08
re PR target/26427 (with -fsection-anchors with zero sized structs)
Mike Stump
3
-3
/
+18
2006-06-08
re PR target/27421 (ICE with invalid array in struct)
Volker Reichelt
1
-0
/
+4
2006-06-07
t-elf (MULTILIB_MATCHES): Combine two entries into single entry.
Fred Fish
1
-2
/
+1
2006-06-06
t-tpf (LIB2ADDEH): Include unwind-dw2-fde-glibc.c in lieu of unwind-dw2-fde.c.
Peter Lemieszewski
1
-2
/
+2
2006-06-06
time.c: New file.
Francois-Xavier Coudert
1
-0
/
+4
2006-06-06
re PR target/27842 (Miscompile of Altivec vec_abs (float) inside loop)
Ulrich Weigand
1
-31
/
+14
2006-06-06
t-linux64 (tp-bit.c): Append to tp-bit.c, not dp-bit.c.
Joseph Myers
1
-1
/
+1
2006-06-06
params.def (PARAM_MAX_SCHED_EXTEND_REGIONS_ITERS): Change default value to 0.
Maxim Kuvyrkov
4
-1
/
+17
2006-06-05
re PR target/27051 (Compiler generates .sdata when -mno-sdata specified)
Steve Ellcey
1
-1
/
+2
2006-06-04
re PR target/26223 (ICE on long double with -mno-80387)
Roger Sayle
1
-7
/
+32
2006-06-03
Update copyright notice on host-darwin.c.
Geoffrey Keating
1
-1
/
+1
2006-06-03
Index: gcc/ChangeLog
Geoffrey Keating
1
-2
/
+13
2006-06-01
v850.h (ASM_OUTPUT_ADDR_DIFF_ELT): Disabled the shift, as we've disabled the ...
DJ Delorie
1
-2
/
+4
2006-06-01
invoke.texi: Add cpu_type power6.
Pete Steinmetz
3
-0
/
+5
2006-06-01
avr.h (SET_ASM_OP): Define.
Anatoly Sokolov
1
-0
/
+2
2006-06-01
* config/bfin/bfin.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2006-06-01
i386.c (ix86_expand_fp_absneg_operator): When SSE isn't available...
Roger Sayle
2
-17
/
+18
2006-05-31
bfin-protos.h (bfin_hardware_loop): Declare.
Jie Zhang
5
-46
/
+1019
2006-05-31
bfin.c (bfin_delegitimize_address): New.
Jie Zhang
1
-0
/
+22
2006-05-31
arm.c (arm_print_operand case 'S'): Validate that the operand is a shift oper...
Richard Earnshaw
1
-2
/
+10
2006-05-30
m32c.c (m32c_expand_insv): Check that the value we're inserting is a singlt-b...
Naveen.H.S
1
-0
/
+8
2006-05-30
m32r.h (DBX_OUTPUT_SOURCE_LINE): Fix type of begin_label.
Steven Bosscher
2
-31
/
+32
2006-05-30
re PR target/27790 (Unrecognizable insn with -ftree-vectorize -O1 -msse2)
Uros Bizjak
1
-0
/
+2
2006-05-29
bfin.opt (mfdpic): New option.
Bernd Schmidt
9
-51
/
+358
2006-05-29
* config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove.
Kazu Hirata
1
-4
/
+0
2006-05-28
cfgcleanup.c, [...]: Fix comment typos.
Kazu Hirata
8
-9
/
+9
2006-05-26
re PR target/27571 (alpha: ICE in get_attr_usegp, at config/alpha/alpha.md:171)
Falk Hueffner
1
-0
/
+1
2006-05-24
re PR target/27627 (__builtin_nanf("") doesn't return a _quiet_ nan on parisc)
John David Anglin
1
-2
/
+7
2006-05-23
re PR target/27696 (g++.dg/other/i386-2.C ICEs on the mainline on x86_64)
Kazu Hirata
1
-2
/
+5
2006-05-22
re PR target/27266 (syncronization primitives cause ICE with -march=pentium o...
Kazu Hirata
1
-0
/
+6
2006-05-22
avr.c (avr_mcu_types): Add support for attiny261...
Joerg Wunsch
3
-19
/
+170
2006-05-22
revert: invoke.texi (-msselibm): Document.
Richard Guenther
3
-126
/
+0
2006-05-22
cris.opt (march): Remove VarExists attribute.
Nick Clifton
1
-2
/
+2
2006-05-22
Fix typo in last change
Mike Stump
1
-1
/
+1
2006-05-21
darwin-c.c (darwin_pragma_options): Use BAD instead.
Mike Stump
1
-5
/
+5
2006-05-21
darwin-c.c (BAD): Conditionalize on OPT_Wpragmas.
Mike Stump
1
-1
/
+2
2006-05-21
* config/rs6000/rs6000.md (floatsitf2): Remove constraints.
David Edelsohn
1
-2
/
+2
2006-05-20
* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
Andreas Schwab
1
-1
/
+1
2006-05-19
linux-unwind.h: Include <asm/unistd.h>
Richard Sandiford
1
-5
/
+9
2006-05-19
re PR target/22209 (libgfortran unresolvable symbols on irix6.5)
Richard Sandiford
7
-107
/
+2
2006-05-19
t-hpux-shlib (SHLIB_LINK): Remove `-lc'.
John David Anglin
2
-3
/
+5
2006-05-18
i386.opt (-mstackrealign): New flag.
Stuart Hastings
2
-5
/
+54
2006-05-17
arm.opt (target_fpe_name): Remove VarExists.
H.J. Lu
2
-2
/
+2
2006-05-17
unwind-dw2.c: Add declarations for uw_update_context and uw_frame_state_for.
John David Anglin
1
-2
/
+10
2006-05-16
re PR target/26885 (-m64 -m32 no longer creates 32-bit object)
H.J. Lu
1
-2
/
+2
2006-05-16
re PR target/26600 (internal compiler error: in push_reload, at reload.c:1303)
Roger Sayle
1
-0
/
+23
2006-05-15
crtstuff.c (__dso_handle): Set section from TARGET_LBIGCC_SDATA_SECTION if de...
DJ Delorie
1
-0
/
+2
2006-05-12
s390.c (s390_const_ok_for_constraint_p): Disallow -4G for On contraint.
Andreas Krebbel
2
-3
/
+5
2006-05-10
r113709@merlin: rearnsha | 2006-05-10 22:53:26 +0100
Richard Earnshaw
1
-24
/
+1
[next]