aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-29toplev.c (main): On an IA-64, make flag_unwind_tables defauit to true.Andrew Haley1-0/+6
2000-06-28c-decl.c: Mark strings for translation.Philipp Thomas1-40/+41
2000-06-22toplev.c (compile_file): Always call timevar_print.Jason Merrill1-2/+1
2000-06-06diagnostic.c (output_maximum_width): Remove.Gabriel Dos Reis1-0/+24
2000-06-03* toplev.c (main): Fix misspellings of possibility and language.Matt Kraai1-3/+3
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-1/+1
2000-05-29toplev.c (rest_of_compilation): Set no_new_pseudos after flow1; instead track...Richard Henderson1-12/+17
2000-05-28toplev.h (skip_leading_substring): New macro.Gabriel Dos Reis1-29/+34
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson1-1/+1
2000-05-25except.c (func_eh_entry): Add emitted field.Andrew MacLeod1-1/+16
2000-05-23getopt.h (getopt): Also check HAVE_DECL_* when prototyping.Kaveh R. Ghazi1-1/+1
2000-05-22Fix whitespace in commentRichard Kenner1-3/+2
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-0/+1
2000-05-19basic-block.h (struct edge_def): New field "count".Jan Hubicka1-25/+27
2000-05-17toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT...Richard Henderson1-5/+13
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-7/+42
2000-05-15toplev.c (rest_of_compilation): Run full jump pass before find_basic_blocks o...Richard Henderson1-1/+2
2000-05-15loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.Jan Hubicka1-2/+2
2000-05-11regrename.c (replace_reg_in_block): Improve REG_DEAD handling.Stan Cox1-14/+14
2000-05-11toplev.c (rest_of_compilation): Remove dead code after combine.Jan Hubicka1-1/+2
2000-05-09top level:Zack Weinberg1-6/+6
2000-05-06expr.c (get_subtarget): New function.Richard Kenner1-1/+2
2000-05-05toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.Jeff Law1-11/+3
2000-05-02toplev.c (debug_ignore_block): Return int.Jason Merrill1-6/+16
2000-04-30ifcvt.c: New file.Richard Henderson1-15/+89
2000-04-28toplev.c (rest_of_compilation): Call note_deferral_of_defined_inline_function...Jason Merrill1-1/+8
2000-04-28* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.Richard Henderson1-1/+1
2000-04-28Makefile.in (OBJS): Add timevar.o.Alex Samuel1-573/+426
2000-04-26jump.c (invert_jump): Always invert REG_BR_PROB.Richard Henderson1-1/+16
2000-04-26basic-block.h (life_analysis): Declare here ...Richard Henderson1-2/+2
2000-04-25dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.Jason Merrill1-1/+1
2000-04-25toplev.c (rest_of_compilation): Delay sibcall optimization until after emit_e...Richard Henderson1-10/+11
2000-04-20toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.Richard Kenner1-2/+9
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-1/+6
2000-04-15toplev.c (display_help): Prefix "f" to "sched-verbose=".David Edelsohn1-1/+1
2000-04-15Makefile.in (ggc-page.o): Now includes toplev.h.Richard Kenner1-29/+31
2000-04-15toplev.c: Make *_time variable long to reduce chance of overflow.Richard Kenner1-35/+41
2000-04-07gcse.c (gcse_main): Don't rebuild the CFG here.Richard Henderson1-68/+102
2000-04-07ssa.c (compute_conservative_reg_partition): Declare with void arguments.Alex Samuel1-20/+0
2000-04-06rtl.h (INSN_P): New macro.Alex Samuel1-4/+30
2000-04-05Makefile.in: Add rules for regrename.oStan Cox1-0/+20
2000-04-01Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.Richard Henderson1-608/+260
2000-03-29Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka1-2/+11
2000-03-29flags.h (flag_optimize_sibling_calls): Declare.Jan Hubicka1-1/+8
2000-03-28expr.c (store_constructor): SIZE now signed.Richard Kenner1-10/+14
2000-03-20regmove.c (stack_memref_p): Fix typo, reorg for readability.Richard Henderson1-6/+5
2000-03-19emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell1-2/+3
2000-03-17Sibling call optimizations.Jeffrey A Law1-2/+9
2000-03-14regmove.c (combine_stack_adjustments): New.Richard Henderson1-6/+10
2000-03-10builtins.c (expand_builtin_strlen): Make sure that we have something at the b...Jason Merrill1-0/+6