summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor nit from being a mainline patch into the release branch.Jeff Law1998-02-081-1/+1
* integrate.c (get_label_from_map): New function.Mark Mitchell1998-02-081-24/+37
* * toplev.c (main): Complain about -gdwarfn.Jason Merrill1997-11-261-1/+10
* flags.h (flag_rerun_loop_opt): Declare.Jim Wilson1997-11-071-1/+1
* toplev.c (flag_rerun_loop_opt): New variable.Jeffrey A Law1997-10-261-0/+27
* toplev.c (flag_exceptions): Default value is 2.Jeffrey A Law1997-10-221-1/+23
* tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1997-10-181-0/+9
* * toplev.c (rest_of_compilation): Defer all non-nested inlines.Jason Merrill1997-10-071-0/+5
* dwarf2 EH supportJason Merrill1997-09-101-2/+10
* For phases starting with flow, print basic block information when doing dumpsMichael Meissner1997-09-041-10/+10
* Fix minor bug reported by Jan Hubicka.Jim Wilson1997-09-041-1/+3
* flags.h (flag_move_all_movables): Declare.Jeffrey A Law1997-08-271-0/+12
* toplev.c (main): In -g handling code, add code to set len.Jeff Law1997-08-141-0/+1
* * Integrate Haifa instruction scheduler.Jeffrey A Law1997-08-111-0/+92
* * Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1997-08-111-0/+16
* (flag_check_memory_usage, flag_prefix_function_name): New variable.Richard Kenner1997-08-021-1/+17
* xJason Merrill1997-08-011-44/+0
* Patches to use cpplib with cc1 #if USE_CPPLIB.Per Bothner1997-07-291-1/+12
* xJason Merrill1997-07-281-15/+60
* (rest_of_compilation): Call reload_cse_regs here.Richard Kenner1997-07-181-0/+4
* (flag_stack_check): New variable.Richard Kenner1997-07-171-0/+5
* (rest_of_compilation): Call regset_release_memory.Richard Kenner1997-07-141-0/+4
* xJason Merrill1997-07-141-3/+11
* * toplev.c (xmalloc): Only give the fatal msg if SIZE is non-zero.Brendan Kehoe1997-06-191-1/+1
* Add setjmp/longjmp exception handling.Mike Stump1997-04-231-4/+2
* (compile_file): Shorten "branch-probabilities" in output of times.Richard Kenner1997-04-201-1/+1
* (lang_options): Add -Wundef, -Wno-undef.Richard Kenner1997-04-131-0/+2
* toplev.c (branch_prob_dump, [...]): New variables.Doug Evans1997-03-281-2/+57
* xJason Merrill1997-02-161-9/+14
* toplev.c (main): Delete redundant settings of flag_no_inline and warn_inline ...Doug Evans1997-02-071-5/+0
* (set_float_handler): Set up signal catcher on first call in case aRichard Kenner1997-01-191-17/+24
* (main): If PREFERRED_DEBUGGING_TYPE used and set to NO_DEBUG, sayRichard Kenner1997-01-191-0/+4
* (lang_options): Add -fhosted, -ffreestanding, and -Wmain.Richard Kenner1997-01-191-1/+7
* remove accidental changeJason Merrill1996-12-141-55/+0
* toplev.c (rest_of_compilation): Make sure that the unwinder RTL is saved.Brendan Kehoe1996-12-111-8/+11
* xJason Merrill1996-12-091-19/+57
* (rest_of_compilation): Call regscan before each jump threading pass.Richard Kenner1996-12-071-4/+6
* xJason Merrill1996-11-201-7/+6
* sdbout.c (current_file): New global.Doug Evans1996-11-151-0/+8
* xJason Merrill1996-11-151-26/+182
* xJason Merrill1996-11-091-6/+2
* dwarfJason Merrill1996-10-151-3/+1
* rest_of_compilationJason Merrill1996-10-121-3/+5
* DWARF supports C++Jason Merrill1996-10-111-9/+0
* DWARFJason Merrill1996-10-051-2/+8
* oopsJason Merrill1996-10-031-0/+9
* DWARYJason Merrill1996-10-031-9/+5
* (PREFERRED_DEBUGGING_TYPE): If no debugging formats are supported, set to NO_...Richard Kenner1996-09-241-24/+30
* (print_single_switch): Ultrix fprintf returns 0 on success.Doug Evans1996-08-281-4/+11
* (main): Rewrite -g parsing.Doug Evans1996-08-281-102/+107