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
2000-05-31
Allow HIGH/LO_SUM in the prologue
Michael Meissner
1
-0
/
+6
2000-05-30
* combine.c (get_pos_from_mask): Test exact_log2 result as signed.
Richard Henderson
1
-0
/
+4
2000-05-30
* bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
Richard Henderson
1
-0
/
+4
2000-05-30
Split the ChangeLog
Jeff Law
1
-14469
/
+1
2000-05-30
restore old algorighm for char_macro_*_fix routines
Bruce Korb
1
-0
/
+1
2000-05-30
diff of diff does not work well, so use expected test result files
Bruce Korb
1
-0
/
+4
2000-05-30
alpha.md (*setne_internal): Use match_operator instead of working down from i...
Richard Henderson
1
-0
/
+5
2000-05-30
* invoke.texi (-Wtraditional): Update WRT function macros.
Kaveh R. Ghazi
1
-0
/
+4
2000-05-30
* except.c (free_exception_table): Do not free NULL.
Philippe De Muyter
1
-0
/
+4
2000-05-30
cpplib.c (do_if): Don't save and restore only_seen_white here.
Zack Weinberg
1
-6
/
+12
2000-05-29
flow.c (mark_used_reg): If a register is unconditionally live, remove any con...
Richard Earnshaw
1
-0
/
+5
2000-05-29
final.c (current_output_insn): New.
Richard Henderson
1
-0
/
+6
2000-05-29
* stor-layout.c (finalize_record_size): Fix typo.
Richard Henderson
1
-0
/
+2
2000-05-29
jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END if nlabel is null.
Richard Henderson
1
-0
/
+5
2000-05-29
cpplib.h (cpp_reader): Remove if_stack.
Zack Weinberg
1
-0
/
+34
2000-05-29
function.c (emit_return_into_block): New line_note arg; emit it.
Richard Henderson
1
-0
/
+7
2000-05-29
longlong.h [__alpha] (count_leading_zeros): New.
Richard Henderson
1
-0
/
+19
2000-05-29
combine.c (force_to_mode): Convert subtraction from a constant to NEG or NOT ...
Richard Henderson
1
-0
/
+3
2000-05-29
combine.c (combine_simplify_rtx): Don't create an if_then_else unless both ar...
Richard Henderson
1
-0
/
+4
2000-05-29
toplev.c (rest_of_compilation): Set no_new_pseudos after flow1; instead track...
Richard Henderson
1
-0
/
+6
2000-05-29
rs6000.c (output_cbranch): Escape '%' characters so output_operand doesn't se...
Geoff Keating
1
-0
/
+5
2000-05-28
lcm.c (make_preds_opaque): Fix comment.
Clinton Popetz
1
-0
/
+15
2000-05-28
* mklibgcc.in (all): Variable initialised to `libgcc'.
Philippe De Muyter
1
-0
/
+4
2000-05-28
toplev.h (skip_leading_substring): New macro.
Gabriel Dos Reis
1
-0
/
+7
2000-05-28
Docuement that CONSITIONAL_REGISTER_USAGE can modify reg_names.
Nick Clifton
1
-0
/
+5
2000-05-28
regclass.c (record_operand_costs): Protect reg_changes_size with CLASS_CANNOT...
Richard Henderson
1
-0
/
+3
2000-05-28
* loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
Richard Henderson
1
-0
/
+4
2000-05-28
function.c (diddle_return_value): A pcc-style struct return returns a pointer.
Richard Henderson
1
-0
/
+5
2000-05-28
cppfiles.c: Read files in, using mmap if possible, then prescan them separately.
Zack Weinberg
1
-0
/
+19
2000-05-28
rs6000.md (movsi): Constify 'name'.
Geoff Keating
1
-0
/
+15
2000-05-27
print-rtl.c (reg_names): Remove const.
Richard Henderson
1
-0
/
+7
2000-05-27
* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
Richard Henderson
1
-0
/
+4
2000-05-27
alpha.c (alpha_does_function_need_gp): Test TARGET_PROFILING_NEEDS_GP in the ...
Richard Henderson
1
-0
/
+11
2000-05-27
elf.h (SELECT_SECTION): Mirror Kenner's May 19 change to config/elfos.h.
Richard Henderson
1
-0
/
+5
2000-05-27
Makefile.in (resource.o): Depend on except.h.
Richard Henderson
1
-0
/
+34
2000-05-28
* reload.c (get_secondary_mem): Don't widen floating-point modes.
Geoff Keating
1
-0
/
+2
2000-05-28
combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when substituting the REG ...
Geoff Keating
1
-0
/
+5
2000-05-28
cpplex.c (_cpp_lex_line): Merge vertical space.
Neil Booth
1
-0
/
+8
2000-05-27
cpplex.c (_cpp_init_toklist): No comment space to initialise.
Neil Booth
1
-0
/
+11
2000-05-27
cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.
Neil Booth
1
-0
/
+20
2000-05-27
configure.in (stage1_warn_cflags): Add -Wstrict-prototypes -Wmissing-prototypes.
Zack Weinberg
1
-0
/
+16
2000-05-27
configure.in: Add AC_CHECK_TYPE(ssize_t).
Zack Weinberg
1
-0
/
+9
2000-05-27
Makefile.in (libgcc2.ready): Rename to libgcc.ready.
Zack Weinberg
1
-0
/
+8
2000-05-27
alpha.c (hard_fp_register_operand): Mind the mode.
Richard Henderson
1
-0
/
+7
2000-05-27
Makefile.in (recog.o): Don't depend on resource.h.
Richard Henderson
1
-0
/
+29
2000-05-27
function.c (thread_prologue_epilogue_insns): Don't move the line note at the ...
Richard Henderson
1
-0
/
+6
2000-05-27
gensupport.c (collect_insn_data): Record the maximum number of alternatives, ...
Richard Henderson
1
-0
/
+3
2000-05-27
genoutput.c: Don't include errors.h.
Richard Henderson
1
-0
/
+11
2000-05-27
d30v.c (d30v_print_operand): Handle ':'.
Richard Henderson
1
-0
/
+13
2000-05-27
tree.h (TREE_CODE_LENGTH): New macro.
Richard Kenner
1
-0
/
+19
[next]