aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-8/+8
2001-07-10Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines.Neil Booth1-30/+28
2001-07-09Makefile.in (OBJS): Add ssa-ccp.oJeff Law1-2/+25
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin1-4/+5
2001-07-02toplev.c (dump_file_index): Move SSA dumps just after first jump dump.Jeffrey A Law1-56/+59
2001-06-29ssa-dce.c (ssa_eliminate_dead_code): Renamed from eliminate_date_code.Jeffrey A Law1-11/+11
2001-06-26toplev.c (display_help): Fix param thinko.Daniel Berlin1-1/+1
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis1-9/+7
2001-06-26i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ...Jan Hubicka1-11/+10
2001-06-21integrate.c (ggc.h): Include.DJ Delorie1-1/+4
2001-06-20toplev.c (rest_of_compilation): Run mark_constant_function before profile-arcs.Jan Hubicka1-1/+9
2001-06-13Revert this patch:Mark Mitchell1-10/+0
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-6/+0
2001-06-10toplev.c (independent_decode_option): Require `=' between `-aux-info' and fil...Alexandre Oliva1-3/+8
2001-06-09expr.c (expand_expr, [...]): Do not replace an array element with the known i...Mark Mitchell1-0/+10
2001-06-08function.c (diddle_return_value): Kill code to determine return value before ...Jan Hubicka1-12/+15
2001-06-07toplev.c (rest_of_compilation): Revert previous patch.Jan Hubicka1-15/+12
2001-06-07Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz>Jan Hubicka1-12/+15
2001-06-05print-rtl.c (xspaces): Remove.Mark Mitchell1-1/+7
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth1-13/+1
2001-05-26toplev.c (debug_args, [...]): Mark descriptions for translation.Zack Weinberg1-177/+223
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-24/+1
2001-05-19defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro.Mark Mitchell1-0/+10
2001-05-16Makefile.in (toplev.o): Add dependency on dwarf2asm.h.Andreas Jaeger1-7/+8
2001-05-11defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson1-0/+12
2001-05-11toplev.c (compile_file): Move comment for opening output file to just before ...Jeffrey A Law1-4/+4
2001-05-07toplev.c (compile_file): Set up the output file before we call the various in...Jeffrey A Law1-21/+21
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-05-01invoke.texi (Optimize Options): Add documentation for `--param max-delay-slot...Jeffrey Oldham1-3/+13
2001-04-20toplev.c: Excise all code for the undocumented -dm option.Zack Weinberg1-26/+3
2001-04-19toplev.h (struct lang_hooks): Allow decode_option to indicate that language-i...Mark Mitchell1-6/+12
2001-04-16toplev.c (output_lang_identify): Delete.Zack Weinberg1-50/+9
2001-04-13Makefile.in (toplev.o, [...]): Depend on reload.hKaveh R. Ghazi1-0/+1
2001-04-13jump.c (jump_optimize_1): Don't delete dead stores here.John Wehle1-0/+6
2001-04-09alias.c (get_addr): Externalize.Andrew MacLeod1-0/+16
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-16/+33
2001-03-27flow.c (cleanup_cfg): Take no argument.Richard Henderson1-8/+8
2001-03-27Remove flag_new_exceptions.Richard Henderson1-15/+0
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-15/+0
2001-03-27bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson1-2/+2
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-1/+2
2001-03-26* toplev.c (set_float_handler): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-18defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson1-4/+0
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-4/+6
2001-03-10toplev.c (file_name_nondirectory): Remove.Neil Booth1-15/+0
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-12/+44
2001-03-07lists.c (init_EXPR_INSN_LIST_cache): Don't check initialized.Richard Henderson1-2/+1
2001-03-05Put main() in a separate file, so that the languageFergus Henderson1-7/+8
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-3/+3