aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1999-05-12disable maintenance of errnoCraig Burley1-0/+5
1999-05-11toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for cpplib-enab...Dave Brolley1-0/+6
1999-05-02tree.h (struct tree_decl): Add comdat_flag.Mark Mitchell1-1/+1
1999-04-26toplev.c (compile_file): Move call to check_global_declarations after output_...Mark Mitchell1-1/+2
1999-04-25toplev.c (report_error_function): Reorder file stack and function name printing.Nathan Sidwell1-6/+6
1999-04-25flags.h (inline_max_insns): Declare.Theodore Papadopoulo1-0/+4
1999-04-22toplev.h (wrapup_global_declarations): Declare.Mark Mitchell1-170/+203
1999-04-22toplev.c (rest_of_compilation): Always set current_function_uses_only_leaf_re...John Wehle1-2/+2
1999-04-18output.h (current_function_is_leaf, [...]): Declare.John Wehle1-2/+6
1999-04-16system.h: Always prototype abort.Zack Weinberg1-0/+26
1999-04-10flow.c (life_analysis): New parameter remove_dead_code.Jan Hubicka1-2/+2
1999-04-09rtl.h (rebuild_jump_labels): Declare.Jeffrey A Law1-13/+9
1999-04-09rtl.h (local_alloc): Returns an integer now.Jeffrey A Law1-2/+18
1999-04-06Fix trivial formatting buglet in each file.Jeff Law1-1/+1
1999-04-06* toplev.c (compile_file): Typo flow_dump -> flow2_dump.Richard Henderson1-1/+1
1999-04-06flow.c (verify_flow_info): New function.Richard Henderson1-13/+16
1999-03-31toplev.c (rest_of_compilation): Allow dbr_schedule to write to the dump file ...Jeffrey A Law1-1/+4
1999-03-31flow.c (find_basic_blocks): New argument `do_cleanup'.Richard Henderson1-2/+2
1999-03-22sdbout.c (syms.h): Don't include on Interix.Mumit Khan1-2/+2
1999-03-21toplev.c (main): A debug option without a level defaults to level 2.Jeffrey A Law1-2/+14
1999-03-20Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-19Warning fixes:Kaveh R. Ghazi1-4/+4
1999-03-18toplev.c (read_integral_parameter): Constify.Theodore Papadopoulo1-80/+62
1999-03-18Warning fixes:Kaveh R. Ghazi1-2/+2
1999-03-14cse.c (check_fold_consts): New static function.Kaveh R. Ghazi1-0/+27
1999-03-10gcse.c (run_jump_opt_after_gcse): New variable.Jeffrey A Law1-1/+10
1999-03-09Warning fix:Kaveh R. Ghazi1-0/+1
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1999-03-01toplev.c (compile_file): Disable -ffunction-sections and debugging warning if...Catherine Moore1-0/+2
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-10/+42
1999-02-15toplev.c (documented_lang_options): Remove -fident and -fnoident...Zack Weinberg1-2/+0
1999-02-02toplev.h (read_integral_parameter): Declare.Theodore Papadopoulo1-0/+27
1999-01-31flags.h: Declare flag_no_ident.Zack Weinberg1-1/+8
1999-01-30gcov.c (fnotice): Add missing FILE* parameter.Kaveh R. Ghazi1-3/+3
1999-01-30cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1-0/+2
1999-01-29toplev.c (notice, fnotice): Check ANSI_PROTOTYPES...Kaveh R. Ghazi1-4/+4
1999-01-29collect2.c (error): Fix typo in declaration.Kaveh R. Ghazi1-1/+1
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-211/+256
1999-01-18cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-157/+156
1999-01-18Warning fixes:Kaveh R. Ghazi1-1/+2
1999-01-16cccp.c (print_help): Fix typos.Jeffrey A Law1-4/+4
1999-01-07Copyright updateJeff Law1-1/+1
1999-01-07toplev.c (compile_file): Move call to output_func_start_profiler to after the...Jeffrey A Law1-2/+9
1998-12-22toplev.c (rest_of_compilation): Do not set reload_completed.Jeffrey A Law1-2/+0
1998-12-22Delete handling of -dM as a preprocessor optionMichael Meissner1-1/+0
1998-12-21Do not give a warning for -dD, -dI, or -dMMichael Meissner1-0/+4
1998-12-16Ensure that last optimisation level set overrides any previous levels.Nick Clifton1-6/+11
1998-12-12rtl.h (recompute_reg_usage): Add second argument.J"orn Rennecke1-1/+1
1998-12-11cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1-1/+0
1998-12-05Revert accidental checkin from Oct 31 (egad).Jeff Law1-2/+0