aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1997-11-26* toplev.c (main): Complain about -gdwarfn.Jason Merrill1-1/+10
1997-11-14* toplev.c (get_run_time): Do something sensible for cygwin32.Jeffrey A Law1-4/+3
1997-11-09flags.h (flag_rerun_loop_opt): Declare.Jim Wilson1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-3/+56
1997-10-26toplev.c (flag_rerun_loop_opt): New variable.Jeffrey A Law1-0/+27
1997-10-22toplev.c (flag_exceptions): Default value is 2.Jeffrey A Law1-1/+23
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1-0/+9
1997-10-07* toplev.c (rest_of_compilation): Defer all non-nested inlines.Jason Merrill1-0/+5
1997-09-10dwarf2 EH supportJason Merrill1-2/+10
1997-09-04For phases starting with flow, print basic block information when doing dumpsMichael Meissner1-10/+10
1997-09-04Fix minor bug reported by Jan Hubicka.Jim Wilson1-1/+3
1997-08-27flags.h (flag_move_all_movables): Declare.Jeffrey A Law1-0/+12
1997-08-14toplev.c (main): In -g handling code, add code to set len.Jeff Law1-0/+1
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-0/+92
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-0/+16
1997-08-02(flag_check_memory_usage, flag_prefix_function_name): New variable.Richard Kenner1-1/+17
1997-08-01xJason Merrill1-44/+0
1997-07-29Patches to use cpplib with cc1 #if USE_CPPLIB.Per Bothner1-1/+12
1997-07-28xJason Merrill1-15/+60
1997-07-18(rest_of_compilation): Call reload_cse_regs here.Richard Kenner1-0/+4
1997-07-17(flag_stack_check): New variable.Richard Kenner1-0/+5
1997-07-14(rest_of_compilation): Call regset_release_memory.Richard Kenner1-0/+4
1997-07-14xJason Merrill1-3/+11
1997-06-19* toplev.c (xmalloc): Only give the fatal msg if SIZE is non-zero.Brendan Kehoe1-1/+1
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-4/+2
1997-04-20(compile_file): Shorten "branch-probabilities" in output of times.Richard Kenner1-1/+1
1997-04-13(lang_options): Add -Wundef, -Wno-undef.Richard Kenner1-0/+2
1997-03-28toplev.c (branch_prob_dump, [...]): New variables.Doug Evans1-2/+57
1997-02-16xJason Merrill1-9/+14
1997-02-07toplev.c (main): Delete redundant settings of flag_no_inline and warn_inline ...Doug Evans1-5/+0
1997-01-19(set_float_handler): Set up signal catcher on first call in case aRichard Kenner1-17/+24
1997-01-19(main): If PREFERRED_DEBUGGING_TYPE used and set to NO_DEBUG, sayRichard Kenner1-0/+4
1997-01-19(lang_options): Add -fhosted, -ffreestanding, and -Wmain.Richard Kenner1-1/+7
1996-12-14remove accidental changeJason Merrill1-55/+0
1996-12-11toplev.c (rest_of_compilation): Make sure that the unwinder RTL is saved.Brendan Kehoe1-8/+11
1996-12-09xJason Merrill1-19/+57
1996-12-07(rest_of_compilation): Call regscan before each jump threading pass.Richard Kenner1-4/+6
1996-11-20xJason Merrill1-7/+6
1996-11-15sdbout.c (current_file): New global.Doug Evans1-0/+8
1996-11-15xJason Merrill1-26/+182
1996-11-09xJason Merrill1-6/+2
1996-10-15dwarfJason Merrill1-3/+1
1996-10-12rest_of_compilationJason Merrill1-3/+5
1996-10-11DWARF supports C++Jason Merrill1-9/+0
1996-10-05DWARFJason Merrill1-2/+8
1996-10-03oopsJason Merrill1-0/+9
1996-10-03DWARYJason Merrill1-9/+5
1996-09-24(PREFERRED_DEBUGGING_TYPE): If no debugging formats are supported, set to NO_...Richard Kenner1-24/+30
1996-08-28(print_single_switch): Ultrix fprintf returns 0 on success.Doug Evans1-4/+11
1996-08-28(main): Rewrite -g parsing.Doug Evans1-102/+107