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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-27
jump.c (rtx_renumbered_equal_p): Replace an expression that is known to be 0 ...
Kazu Hirata
1
-0
/
+5
2003-06-27
gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.
Kazu Hirata
1
-0
/
+5
2003-06-27
cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer e...
Kazu Hirata
1
-0
/
+5
2003-06-27
rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...
Kazu Hirata
1
-0
/
+5
2003-06-27
alpha.c (function_arg): Don't pass small aggregates in floating point registers.
Richard Henderson
1
-1
/
+13
2003-06-27
ggc-page.c (inverse_table): Change type of mult to size_t.
Ulrich Weigand
1
-0
/
+6
2003-06-27
toplev.c (rest_of_decl_compilation): Only varpoolize argument when called bef...
Jan Hubicka
1
-0
/
+5
2003-06-27
* config/darwin.h, config/elfos.h, config/i960/i960-coff.h
Zack Weinberg
1
-6
/
+12
2003-06-27
cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls.
Jan Hubicka
1
-0
/
+5
2003-06-27
defaults.h (REGISTER_MOVE_COST): Define default here.
Hans-Peter Nilsson
1
-0
/
+6
2003-06-27
* flags.h: Really install previous change.
Richard Earnshaw
1
-7
/
+14
2003-06-27
rtl.h (emit_note): Remove FILE parameter.
Nathan Sidwell
1
-0
/
+34
2003-06-27
c-tree.h (grokfield): Remove unused filename and line parameters.
Nathan Sidwell
1
-0
/
+17
2003-06-27
stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and OP2 are known to be no...
Kazu Hirata
1
-0
/
+5
2003-06-26
final.c (debug_flush_symbol_queue): New function.
Devang Patel
1
-0
/
+34
2003-06-27
builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to obtain the fo...
Roger Sayle
1
-0
/
+8
2003-06-26
ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
Richard Henderson
1
-0
/
+7
2003-06-26
* config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
Richard Henderson
1
-0
/
+4
2003-06-26
emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE instead of rep...
Richard Henderson
1
-0
/
+5
2003-06-26
flow.c (propagate_one_insn): Kill function return value registers across tail...
Richard Henderson
1
-0
/
+3
2003-06-26
flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.
Richard Henderson
1
-0
/
+5
2003-06-26
reload.c (can_reload_into): New function.
J"orn Rennecke
1
-0
/
+5
2003-06-26
h8300.c (compute_a_rotate_length): Fix the references to the amount of a rota...
Kazu Hirata
1
-0
/
+5
2003-06-26
coff.h: Don't include dbxcoff.h.
Nathanael Nerode
1
-0
/
+5
2003-06-26
postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.
Kazu Hirata
1
-0
/
+5
2003-06-26
Makefile.in (OBJS): Add postreload.o.
Kazu Hirata
1
-0
/
+31
2003-06-26
avr.c (final_prescan_insn): Remove support for -mrtl.
Kazu Hirata
1
-0
/
+8
2003-06-26
h8300-protos.h: Change emit_a_rotate to output_a_rotate.
Kazu Hirata
1
-0
/
+14
2003-06-26
builtins.c (expand_builtin_mathfn): Always stabilize the argument list agains...
Roger Sayle
1
-0
/
+9
2003-06-26
re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ...
Eric Botcazou
1
-0
/
+6
2003-06-26
sh.md (push_fpscr): Enable for TARGET_SH2E.
Dhananjay Deshpande
1
-0
/
+5
2003-06-26
value-prof.c: New.
Zdenek Dvorak
1
-1
/
+25
2003-06-26
Makefile.in (cfgrtl.o): Add expr.h dependency.
Zdenek Dvorak
1
-0
/
+9
2003-06-26
c-opts.c (missing_arg): Make non-static.
Neil Booth
1
-0
/
+6
2003-06-26
* config/rs6000/power4.md (power4-veccomplex): Correct latency.
David Edelsohn
1
-0
/
+4
2003-06-26
configure.in (ld_vers): Portability [sed].
Loren J. Rittle
1
-0
/
+5
2003-06-25
extend.texi: Document new builtin functions for Intel Prescott New Intrunctions.
H.J. Lu
1
-0
/
+29
2003-06-25
h8300.md (call): Fix the insn lengths.
Kazu Hirata
1
-0
/
+5
2003-06-25
c-common.c (handle_used_attribute): Use mark_referenced.
Jan Hubicka
1
-0
/
+7
2003-06-25
gccbug.in: Add PCH to list of categories.
Wolfgang Bangerth
1
-0
/
+4
2003-06-25
cppfiles.c: Clarify comments.
Martin Schaffner
1
-0
/
+8
2003-06-25
c-opts.c (complain_wrong_lang, [...]): Remove.
Neil Booth
1
-0
/
+14
2003-06-25
i386.c (MASK_SSE1): Removed.
H.J. Lu
1
-0
/
+15
2003-06-25
hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros.
Kaveh R. Ghazi
1
-0
/
+14
2003-06-25
arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_T...
Nick Clifton
1
-0
/
+9
2003-06-25
sh.c (sh_register_move_cost): Add case for moving between MAC_REGS.
Dhananjay Deshpande
1
-0
/
+5
2003-06-25
re PR c/10178 (ICE in tree_low_cst)
Zack Weinberg
1
-11
/
+21
2003-06-25
Makefile.in (bt-load.o): Depend on $(TM_P_H).
Kaveh R. Ghazi
1
-0
/
+5
2003-06-25
h8300.c (compute_mov_length): Adjust for the new optimization.
Kazu Hirata
1
-0
/
+7
2003-06-25
varasm.c (assemble_name): Mark needed variables even when global info is ready.
Jan Hubicka
1
-0
/
+5
[next]