aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-10Changes in include:Alex Samuel1-0/+39
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill1-0/+4
2000-03-09except.c (can_throw): See through a SEQUENCE.Jason Merrill1-2/+4
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-03-04* toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.Richard Kenner1-1/+1
2000-03-03dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill1-10/+23
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-0/+10
2000-02-28toplev.c (rest_of_compilation): Account for time in optimize_mode_switching.Richard Kenner1-6/+6
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-6/+6
2000-02-26toplev.c (documented_lang_options): Correct spelling error.Richard Kenner1-5/+5
2000-02-25toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions h...Anthony Green1-1/+15
2000-02-25input.h (push_srcloc): New function.Mark Mitchell1-4/+47
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-18/+14
2000-02-15Jonathan Larmour <jlarmour@redhat.co.uk>:Jonathan Larmour1-0/+1
2000-02-15Makefile.in (lcm.o): Depend on insn-attr.h.J"orn Rennecke1-0/+5
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-1/+0
2000-02-14basic_block.h: Added prototype for reorder_basic_blocks.Stan Cox1-0/+37
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-1/+0
2000-02-02toplev.c (rest_of_compilation): Run rebuild_jump_labels after split_all_insns...Herman A.J. ten Brugge1-6/+6
2000-01-28flow.c (find_basic_blocks): Remove do_cleanup argument.Richard Henderson1-9/+14
2000-01-27emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.Geoff Keating1-1/+1
2000-01-19stupid.c: Die die die.Richard Henderson1-64/+34
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-31/+31
2000-01-12configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill1-1/+1
2000-01-11Makefile.in (toplev.o): Depend on regs.h.Kaveh R. Ghazi1-0/+1
2000-01-09elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a...Kaveh R. Ghazi1-1/+1
2000-01-08toplev.c (rest_of_compilation): Initialize cse_not_expected as in prepare_fun...Alexandre Oliva1-0/+4
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-4/+0
2000-01-04cse.c (cse_insn): Missing cast added.Jeff Law1-1/+1
2000-01-04Update copyright date.Jeff Law1-1/+1
2000-01-04toplev.c (rest_of_compilation): Run shorten-branches before reg-stack for now.Jeffrey A Law1-6/+9
1999-12-24toplev.h (note_deferall_of_defined_inline_function): Declare.Mark Mitchell1-11/+37
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-1/+1
1999-12-20current_function -> cfunBernd Schmidt1-4/+4