aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.Richard Henderson1-5/+7
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-1/+1
2002-07-16Fix for i960 build failure reported by Andreas Jaeger.Jim Wilson1-0/+5
2002-07-15[multiple changes]Michael Matz1-38/+86
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth1-13/+22
2002-07-06toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.Andreas Jaeger1-1/+2
2002-06-16emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard regi...Jeff Law1-3/+2
2002-06-16toplev.c (rest_of_compilation): Perform a simpler, less costly cleanup of the...Jeff Law1-1/+1
2002-06-14gcse.c (delete_null_pointer_checks_1): Inform caller if any null pointer chec...Jeff Law1-6/+5
2002-06-13toplev.c (rest_of_compilation): Simplify (and correct) the logic of the first...Roger Sayle1-5/+4
2002-06-13emit-rtl.c (static_regno_reg_rtx): Define.Jeff Law1-1/+4
2002-06-12i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet...Jan Hubicka1-9/+2
2002-06-11* toplev.c (rest_of_compilation): Revert flag_if_conversion change.Roger Sayle1-1/+1
2002-06-10cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle1-2/+2
2002-06-10toplev.c (rest_of_compilation): Disable early if-conversion pass.Roger Sayle1-5/+1
2002-06-06toplev.c: Remove half-pic.Eric Christopher1-4/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-6/+0
2002-06-03except.c (except.c): Do not rebuild CFG.Jan Hubicka1-1/+6
2002-06-03integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.Jan Hubicka1-0/+1
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-2/+3
2002-06-01Makefile.in (tracer.o): New.Jan Hubicka1-0/+21
2002-05-31target.h: Fix formatting.Kazu Hirata1-4/+4
2002-05-30defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.Richard Henderson1-10/+0
2002-05-25* toplev.c (output_clean_symbol_name): Fix another thinko.Gabriel Dos Reis1-1/+1
2002-05-25* toplev.c (output_clean_symbol_name): Use xstrdup. Fix thinko.Gabriel Dos Reis1-3/+3
2002-05-24flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.Richard Henderson1-1/+1
2002-05-23mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings.Gabriel Dos Reis1-1/+20
2002-05-23cfg.c (dump_flow_info): Print results of maybe_hot/probably_never_executed pr...Jan Hubicka1-2/+7
2002-05-23basic-block.h (CLEANUP_NO_INSN_DEL): Define it.David S. Miller1-1/+4
2002-05-23c-lex.c (indent_level): Remove.Neil Booth1-1/+0
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth1-1/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-3/+20
2002-05-19system.h (BLOCK_PROFILER, [...]): Poison.Richard Henderson1-6/+0
2002-05-18timevar.c: Fix formatting.Kazu Hirata1-3/+3
2002-05-17expr.c (init_expr_once): Don't use start/end_sequence.Richard Henderson1-1/+1
2002-05-16c-common.c (cb_register_builtins): Handle more built-ins here rather than in ...Neil Booth1-11/+12
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka1-0/+7
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-4/+0
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-3/+9
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-5/+25
2002-05-08* toplev.c: Fix formatting.Kazu Hirata1-77/+77
2002-05-02cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post re...Jan Hubicka1-1/+2
2002-04-30toplev.c (rest_of_compilation): Don't run cross-jump before bb-reorder.Richard Henderson1-5/+5
2002-04-29toplev.c (f_options): Add "profile" switch so that -fno-profile can be used t...Nick Clifton1-0/+2
2002-04-29toplev.c (flag_if_conversion, [...]): New static variables.Jan Hubicka1-5/+21
2002-04-28re PR c++/6396 (3.1 flow.c 583 ICE with -frename-registers)Jakub Jelinek1-1/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-2/+5
2002-04-19re PR c++/6352 (GCC 3.1 inliner regression from March)Mark Mitchell1-0/+1
2002-04-12config.gcc (sparcv9-*-solaris2): Default to 32-bit code.Richard Henderson1-1/+1
2002-04-06toplev.c (flag_no_inline, [...]): Default to 2.Jason Merrill1-2/+10