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
/
toplev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-09
* toplev.c (rest_of_compilation): Revert opt/2960 change.
Richard Henderson
1
-2
/
+1
2002-10-08
c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.
Nathan Sidwell
1
-1
/
+8
2002-10-06
re PR rtl-optimization/2960 (Duplicate loop conditions even with -Os)
Richard Henderson
1
-1
/
+2
2002-10-02
re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)
Roger Sayle
1
-0
/
+4
2002-09-27
LANGUAGES: Follow spelling conventions.
Kazu Hirata
1
-5
/
+5
2002-09-21
real.c (struct real_format): Move to real.h.
Richard Henderson
1
-5
/
+0
2002-09-18
toplev.c (backend_init): Move init_real_once invocation ...
Richard Henderson
1
-3
/
+5
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
1
-0
/
+4
2002-09-15
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-12
toplev.c: Move default definition of USER_LABEL_PREFIX...
Zack Weinberg
1
-5
/
+0
2002-09-12
* toplev.c (do_abort): Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2002-08-29
diagnostic.c (fancy_abort): Don't repeat "internal error".
Gabriel Dos Reis
1
-1
/
+1
2002-08-25
function.h (struct function): Add flag all_throwers_are_sibcalls.
Stuart Hastings
1
-2
/
+2
2002-08-14
toplev.c (parse_options_and_default_flags): Don't call post_options here.
Neil Booth
1
-32
/
+27
2002-08-04
Index: ChangeLog
Geoffrey Keating
1
-1
/
+1
2002-08-04
gcc.c (cc1_options): Pass output file as auxbase when appropriate.
Nathan Sidwell
1
-4
/
+47
2002-08-01
toplev.c (parse_options_and_default_flags): Don't set flag_reorder_blocks for...
Richard Henderson
1
-0
/
+9
2002-07-30
flags.h: Declare flag_finite_math_only.
Toon Moene
1
-0
/
+8
2002-07-28
Makefile.in: rtlanal.o now depends upon real.h.
Roger Sayle
1
-1
/
+17
2002-07-25
invoke.texi: Document -mabi=meabi, and expand on the EABI description.
Richard Sandiford
1
-0
/
+12
2002-07-24
toplev.c (rest_of_compilation): Dump loops before clobbering the structure.
Jan Hubicka
1
-3
/
+3
2002-07-21
loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
Richard Henderson
1
-5
/
+7
2002-07-21
c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
Gabriel Dos Reis
1
-1
/
+1
2002-07-16
Fix for i960 build failure reported by Andreas Jaeger.
Jim Wilson
1
-0
/
+5
2002-07-15
[multiple changes]
Michael Matz
1
-38
/
+86
2002-07-07
c-common.c (c_common_post_options): Update prototype; don't init backends if ...
Neil Booth
1
-13
/
+22
2002-07-06
toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.
Andreas Jaeger
1
-1
/
+2
2002-06-16
emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard regi...
Jeff Law
1
-3
/
+2
2002-06-16
toplev.c (rest_of_compilation): Perform a simpler, less costly cleanup of the...
Jeff Law
1
-1
/
+1
2002-06-14
gcse.c (delete_null_pointer_checks_1): Inform caller if any null pointer chec...
Jeff Law
1
-6
/
+5
2002-06-13
toplev.c (rest_of_compilation): Simplify (and correct) the logic of the first...
Roger Sayle
1
-5
/
+4
2002-06-13
emit-rtl.c (static_regno_reg_rtx): Define.
Jeff Law
1
-1
/
+4
2002-06-12
i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet...
Jan Hubicka
1
-9
/
+2
2002-06-11
* toplev.c (rest_of_compilation): Revert flag_if_conversion change.
Roger Sayle
1
-1
/
+1
2002-06-10
cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...
Roger Sayle
1
-2
/
+2
2002-06-10
toplev.c (rest_of_compilation): Disable early if-conversion pass.
Roger Sayle
1
-5
/
+1
2002-06-06
toplev.c: Remove half-pic.
Eric Christopher
1
-4
/
+0
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-6
/
+0
2002-06-03
except.c (except.c): Do not rebuild CFG.
Jan Hubicka
1
-1
/
+6
2002-06-03
integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
Jan Hubicka
1
-0
/
+1
2002-06-02
loop.c (emit_prefetch_instructions): Properly place the address computation.
Jan Hubicka
1
-2
/
+3
2002-06-01
Makefile.in (tracer.o): New.
Jan Hubicka
1
-0
/
+21
2002-05-31
target.h: Fix formatting.
Kazu Hirata
1
-4
/
+4
2002-05-30
defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
Richard Henderson
1
-10
/
+0
2002-05-25
* toplev.c (output_clean_symbol_name): Fix another thinko.
Gabriel Dos Reis
1
-1
/
+1
2002-05-25
* toplev.c (output_clean_symbol_name): Use xstrdup. Fix thinko.
Gabriel Dos Reis
1
-3
/
+3
2002-05-24
flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
Richard Henderson
1
-1
/
+1
2002-05-23
mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings.
Gabriel Dos Reis
1
-1
/
+20
2002-05-23
cfg.c (dump_flow_info): Print results of maybe_hot/probably_never_executed pr...
Jan Hubicka
1
-2
/
+7
2002-05-23
basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
David S. Miller
1
-1
/
+4
[next]