aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-18toplev.c (rest_of_compilation): Restore BLOCK tree reconstruction and branch ...David S. Miller1-6/+15
1999-12-18toplev.c (notice, [...]): Move to diagnostic.cGabriel Dos Reis1-873/+9
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-0/+8
1999-12-16toplev.c (rest_of_compilation): Run branch shortening after reg-stack.Jan Hubicka1-6/+6
1999-12-15flow.c (calculate_loop_depth): Make global, remove prototype, rewrite to use ...Jan Hubicka1-0/+1
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-0/+29
1999-12-03flags.h (warn_padded, [...]): Add global var decls.Greg McGary1-1/+13
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-9/+13
1999-11-24dwarf2out.c (free_AT, free_die): New fns.Jason Merrill1-11/+0
1999-11-21regclass.c (dump_regclass): New function.Jan Hubicka1-4/+5
1999-11-18Fix command line parsing to report unrecognised options.Nick Clifton1-1/+1
1999-11-15basic-block.h: Remove all #defines and prototypes related to integer lists.Jeffrey A Law1-2/+0
1999-11-08tree.h (get_containing_scope): Declare it.Mark Mitchell1-1/+2
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-13/+4
1999-11-04bitmap.h (BITMAP_XFREE): New.Richard Henderson1-6/+8
1999-11-04flags.h (flag_renumber_insns): Declare.Mark Mitchell1-17/+20