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
2001-09-10
alias.c (clear_reg_alias_info): Use K&R format definition.
Richard Kenner
1
-4
/
+4
2001-09-09
alpha.c (alpha_next_sequence_number): New.
Richard Henderson
5
-77
/
+534
2001-09-08
* i386.h (TARGET_SWITCHES): Fix spelling of option.
Andreas Jaeger
1
-1
/
+1
2001-09-07
rs6000.c (num_insns_constant): Compute number of instructions more accurately.
David Edelsohn
1
-1
/
+2
2001-09-07
mips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU...
Aldy Hernandez
1
-0
/
+2
2001-09-07
h8300-protos.h (general_operand_dst_push): Remove.
Kazu Hirata
4
-45
/
+76
2001-09-07
mips.c (override_options): Allow abi32 with 64 bit registers.
Aldy Hernandez
1
-2
/
+1
2001-09-07
* i386.h (TARGET_SWITCHES): Fix descriptions.
Andreas Jaeger
1
-2
/
+2
2001-09-06
rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR regis...
Franz Sirl
1
-2
/
+3
2001-09-06
Joern Rennecke (amylaar@cygnus.com)
Jeffrey A Law
3
-12
/
+50
2001-09-06
rs6000.c (mask_operand): Use signed vars to avoid compiler warnings.
Alan Modra
1
-20
/
+17
2001-09-05
* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
Richard Henderson
1
-1
/
+1
2001-09-05
i386.c (size_cost): New static variable.
Jan Hubicka
1
-7
/
+47
2001-09-05
som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
John David Anglin
2
-0
/
+16
2001-09-05
stor-layout.c (layout_type): Complain if an array's size can not be represent...
Jeffrey A Law
1
-0
/
+11
2001-09-05
mips.c (save_restore_insns): Don't mark any register save slots as unchanging...
Richard Sandiford
1
-3
/
+3
2001-09-05
alpha.c (alpha_legitimate_address_p): New.
Richard Henderson
4
-78
/
+96
2001-09-05
t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
Richard Sandiford
1
-3
/
+3
2001-09-05
linux.h: Set CPLUSPLUS_CPP_SPEC.
David S. Miller
2
-0
/
+8
2001-09-05
alpha.c (alpha_expand_mov, [...]): New functions split out of md file expanders.
Richard Henderson
3
-296
/
+190
2001-09-04
reload.c (push_reload): Export.
Richard Henderson
3
-113
/
+149
2001-09-04
darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
Stan Shebs
2
-2
/
+26
2001-09-04
* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
Jeffrey A Law
1
-0
/
+3
2001-09-04
mips.c (save_restore_insns): Change base_offset to fp_offset in second call t...
Richard Sandiford
1
-1
/
+1
2001-09-04
Simplify length insn attribute and make more judicious use of insn attribute ...
David S. Miller
1
-563
/
+399
2001-09-04
Cleanup redundant and unused insn attributes.
David S. Miller
2
-119
/
+62
2001-09-04
sparc.md (define_splits): Kill constraints.
David S. Miller
1
-24
/
+24
2001-09-01
* config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
Geoffrey Keating
1
-1
/
+1
2001-09-01
* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
Kaveh R. Ghazi
1
-0
/
+2
2001-08-31
* config/h8300/h8300.md (*andorhi3): Fix typos.
Kazu Hirata
1
-2
/
+2
2001-08-31
Skip TRUNCATE operators in const pool addresses for v850 short switch tables
Nick Clifton
1
-0
/
+12
2001-08-31
Account for FP registers saved to stack during prologue
Nick Clifton
2
-4
/
+20
2001-08-31
stormy16.c (stormy16_asm_out_destructor): New function.
Geoffrey Keating
1
-0
/
+57
2001-08-31
gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
Andreas Jaeger
1
-3
/
+3
2001-08-31
tweak comment
Jason Merrill
1
-1
/
+1
2001-08-31
stormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the stack...
Geoffrey Keating
2
-4
/
+12
2001-08-31
stormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course.
Geoffrey Keating
1
-4
/
+4
2001-08-30
config.gcc (h8300-*-elf*): New case.
J"orn Rennecke
5
-1
/
+148
2001-08-30
t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
J"orn Rennecke
3
-1
/
+77
2001-08-30
h8300.md (zero_extendqihi2): Changes to define_expand to accomodate target-sp...
Kazu Hirata
1
-2
/
+18
2001-08-30
* h8300.md (*andorhi3): New pattern.
J"orn Rennecke
1
-0
/
+18
2001-08-30
* h8300.c (dosize): Fix test for "sub".
J"orn Rennecke
1
-1
/
+1
2001-08-29
* config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
Kazu Hirata
1
-1
/
+1
2001-08-29
h8300-protos.h: Add a prototype for emit_logical_op.
Kazu Hirata
3
-159
/
+256
2001-08-29
pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparis...
John David Anglin
2
-4
/
+7
2001-08-29
lib1funcs.asm: Update the copyright.
Kazu Hirata
1
-5
/
+5
2001-08-29
h8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg ...
Kazu Hirata
1
-2
/
+12
2001-08-29
* h8300.h (RETURN_ADDR_RTX): New.
Kazu Hirata
1
-0
/
+9
2001-08-29
h8300.md (movsi_h8300hs): Optimize loading of several special constants.
Kazu Hirata
1
-5
/
+24
2001-08-29
* config/h8300/lib1funcs.asm: Fix comment typos.
Kazu Hirata
1
-2
/
+2
[next]