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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-28
builtins.c: Follow spelling conventions.
Kazu Hirata
1
-0
/
+14
2003-06-28
m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate __mc68020__ on TARGET_68020.
Neil Booth
1
-0
/
+5
2003-06-28
* config/h8300/h8300.c: Fix a comment typo.
Kazu Hirata
1
-0
/
+4
2003-06-28
* c-parse.in (yylexstring): Use a location_t.
Nathan Sidwell
1
-0
/
+2
2003-06-28
diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...
Nathan Sidwell
1
-0
/
+15
2003-06-28
cpptrad.c (skip_macro_block_comment): New.
Neil Booth
1
-0
/
+5
2003-06-28
gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.
Kazu Hirata
1
-0
/
+11
2003-06-28
diagnostic.c (output_integer_with_precision): New macro.
Gabriel Dos Reis
1
-0
/
+13
2003-06-28
* config/ia64/ia64.md: Follow recent emit_note API change.
Andreas Schwab
1
-0
/
+4
2003-06-28
c-parse.in (%union): Replace filename & lineno with location.
Nathan Sidwell
1
-0
/
+9
2003-06-28
builtins.c (c_strlen): Add only_value argument.
Jakub Jelinek
1
-0
/
+11
2003-06-28
bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe...
Josef Zlomek
1
-0
/
+5
2003-06-28
Makefile.in: Update.
Neil Booth
1
-0
/
+13
2003-06-28
explow.c (find_next_ref): Remove.
Kazu Hirata
1
-0
/
+5
2003-06-28
alpha.md (anonymous define_split): Adjust emit_note call to match recent API ...
Roger Sayle
1
-0
/
+5
2003-06-27
re PR other/10240 (HOST_CFLAGS in gcc/Makefile.in shouldn't include XCFLAGS)
Gunther Nikl
1
-0
/
+4
2003-06-28
dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.
Zack Weinberg
1
-0
/
+3
2003-06-27
re PR target/11014 ([m68k] MIT / MOTOROLA assembly conflict)
Gunther Nikl
1
-0
/
+4
2003-06-28
* c-format.c (check_format_string, get_constant)
Zack Weinberg
1
-5
/
+11
2003-06-27
Patch from Gunther Nikl.
Gunther Nikl
1
-0
/
+4
2003-06-27
mips.c (mips_build_va_list): Make padding in va_list structure explicit to av...
Chris Demetriou
1
-0
/
+5
2003-06-27
s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
Ulrich Weigand
1
-0
/
+16
2003-06-27
combine.c (force_to_mode): Replace the equality comparison of INTVALs with a ...
Kazu Hirata
1
-0
/
+6
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
[next]