aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-3/+3
1998-12-01reload1.c (reload): Do not set reload_completed or split insns here.Jeffrey A Law1-0/+30
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-17/+15
1998-11-25toplev.c (no_new_pseudos): Define.Jeff Law1-0/+8
1998-11-23Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1-58/+252
1998-11-15toplev.c (compile_file): Don't pedwarn about undefined static functions just ...Jason Merrill1-2/+6
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-3/+3
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-28/+28
1998-11-04toplev.c (output_lang_identify): Make definition dependent on ASM_IDENTIFY_LA...Jeff Law1-1/+4
1998-11-04rtl.h (flow2_completed): Declare.Jeff Law1-0/+3
1998-10-31toplev.c (rest_of_compilation): No longer set reload_completed.Jeff Law1-2/+2
1998-10-29flow.c (XNMALLOC): New macro.Bernd Schmidt1-0/+2
1998-10-29[multiple changes]Zack Weinberg1-0/+1
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-0/+28
1998-10-28regclass.c (renumber, [...]): New static variables, moved out of allocate_reg...Bernd Schmidt1-0/+4
1998-10-27* toplev.c (compile_file): Temporarily revert last change.Jason Merrill1-4/+0
1998-10-27toplev.c (compile_file): Call allocate_reg_info to free register table memory.Jeffrey A Law1-0/+4
1998-10-27Ignore empty target specific options...Nick Clifton1-5/+20
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-0/+1
1998-10-20New warning, `missing-noreturn':Kaveh R. Ghazi1-0/+3
1998-10-17Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-17Prepend '-m' to --hrlp output of target specific options.Nick Clifton1-14/+18
1998-10-15flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1-8/+9
1998-10-14toplev.c: If flag_syntax_only, don't open or write assembler file.Per Bothner1-35/+53
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-2/+2