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
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
3
-9
/
+9
2006-01-31
arm.md (smaxsi3): Make aware of smax_m1.
Nicolas Pitre
1
-1
/
+10
2006-01-31
* gcc/config/m68k/lb1sf68.asm: Use moveq to load small constants.
Nathan Sidwell
1
-44
/
+44
2006-01-31
invoke.texi (-msselibm): Document.
Richard Guenther
3
-0
/
+144
2006-01-31
expr.h (expand_normal): new inline function.
Marcin Dalecki
5
-85
/
+85
2006-01-31
cygwin.h (GCC_DRIVER_HOST_INITIALIZATION): Cast argv to the appropriate type.
Roger Sayle
1
-2
/
+2
2006-01-31
re PR target/26018 (Assembler errors with -march=z900 compiling glibc)
Ulrich Weigand
1
-1
/
+8
2006-01-30
re PR target/14798 (In case of SH target with -O2 option #pragma interrupt do...
J"orn Rennecke
5
-106
/
+195
2006-01-29
combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta...
Adam Nemet
1
-15
/
+15
2006-01-29
mips-protos.h (mips_set_live_on_entry): Deleted.
Kenneth Zadeck
1
-1
/
+0
2006-01-28
aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float and -mlong-double-128 are ...
David Edelsohn
5
-5
/
+21
2006-01-27
re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...
Daniel Berlin
2
-0
/
+20
2006-01-27
emmintrin.h (_mm_cvtsd_f64): Add missing Intel intrinsic.
H.J. Lu
3
-10
/
+120
2006-01-27
[multiple changes]
Jakub Jelinek
14
-90
/
+168
2006-01-27
rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type.
Richard Sandiford
1
-2
/
+2
2006-01-26
i386.md (extendsfdf2, [...]): Emit constants provided by 80387 instructions i...
Paolo Bonzini
1
-3
/
+31
2006-01-26
* config/mips/mips.md (*clear_upper32): New combiner pattern.
Adam Nemet
1
-0
/
+25
2006-01-26
arm.md (smaxsi3, sminsi3): Convert to define_expand.
Richard Earnshaw
1
-12
/
+64
2006-01-26
Update copyright years
Hans-Peter Nilsson
3
-3
/
+3
2006-01-26
re PR target/25947 (Unrecognizable insn ICE for readline-5.1 in rl_vi_complete)
Hans-Peter Nilsson
3
-12
/
+50
2006-01-25
re PR target/25758 (gcc.c-torture/compile/20030921-1.c fails at -O0)
Andrew Pinski
1
-1
/
+1
2006-01-25
rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document.
Richard Sandiford
3
-6
/
+5
2006-01-25
predicates.md (sh_register_operand): Accept CONST_DOUBLE.
Kaz Kojima
1
-1
/
+1
2006-01-23
r110130@banpei: zack | 2006-01-22 14:52:43 -0800
Zack Weinberg
1
-13
/
+8
2006-01-22
* config/rs6000/aix.h (STACK_BOUNDARY): Define.
David Edelsohn
1
-6
/
+10
2006-01-22
m68k.md: Add Coldfire FPU support.
Paul Brook
10
-870
/
+1072
2006-01-20
[multiple changes]
Paul Brook
3
-12
/
+18
2006-01-19
* config/m32c/m32c.h (REG_ALLOC_ORDER): Define.
DJ Delorie
1
-0
/
+7
2006-01-20
arm.c (arm_compute_func_type): Treat all functions as nothrow when unwinding ...
Paul Brook
1
-1
/
+3
2006-01-19
m32c.c (m32c_prepare_shift): Add code to deal with the 16 bit shift limit of ...
DJ Delorie
1
-4
/
+64
2006-01-19
re PR target/22099 (builtin_setjmp gives duplicate labels)
Andrew Pinski
2
-1
/
+3
2006-01-19
invoke.texi (generic): Document (i686) Update.
Jan Hubicka
6
-232
/
+441
2006-01-19
s390.md ("Y", "y"): New mode attribute.
Andreas Krebbel
1
-417
/
+233
2006-01-19
Makefile.in (tree-vect-patterns.o): Add rule for new file.
Dorit Nuzman
2
-2
/
+115
2006-01-18
diagnostic.h: Include options.h.
Andrew Pinski
1
-1
/
+1
2006-01-19
Introduce TLS descriptors for i386 and x86_64.
Alexandre Oliva
5
-21
/
+271
2006-01-18
i386.md (shift spliter): Fix a a typo in the splitter for shifts where the so...
Roger Sayle
1
-1
/
+1
2006-01-18
[multiple changes]
Paul Brook
2
-1
/
+6
2006-01-18
[multiple changes]
Diego Novillo
1
-0
/
+6
2006-01-18
re PR target/25731 (Complex values passed in wrong registers)
John David Anglin
5
-17
/
+29
2006-01-19
rs6000.c (rs6000_assemble_integer): Correct unlikely_test_section_p test.
Alan Modra
1
-1
/
+1
2006-01-18
alpha.c (alpha_split_tfmode_pair): Rename into alpha_split_tmode_pair.
Eric Botcazou
3
-15
/
+96
2006-01-18
config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands.
Philippe De Muyter
1
-1
/
+1
2006-01-18
i386.c (COSTS_N_BYTES): New macro.
Roger Sayle
1
-24
/
+27
2006-01-18
Makefile.in (D32PBIT_FUNCS): New.
Ben Elliston
2
-0
/
+1052
2006-01-17
re PR target/592 ([ARM/Thumb] Poor choice of PIC register)
Richard Earnshaw
3
-32
/
+81
2006-01-18
rs6000.c (rs6000_hard_regno_mode_ok): Reject decimal float modes for all floa...
Ben Elliston
1
-1
/
+3
2006-01-18
predicates.md (reg_or_mem_operand): Pair up match_code "mem" with match_test ...
Ben Elliston
1
-4
/
+4
2006-01-17
pa.md: Disparage copies between general and floating-point registers in 32-bi...
John David Anglin
1
-10
/
+10
2006-01-16
m68k.c (output_move_const_into_data_reg): Output correct mnemonic for mvz and...
Paul Brook
1
-2
/
+2
[next]