aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-02cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg1-3/+9
2001-03-01Undo some breakage introduced Feb 18Bernd Schmidt1-2/+8
2001-02-28i386.md (sse_andti3, [...]): Add SSE2 versions; add missing '%' in constraints.Jan Hubicka1-1/+7
2001-02-26c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope definit...Jason Merrill1-16/+7
2001-02-21gcc.c (cc1_options): Add "-param".Jeffrey Oldham1-1/+2
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-2/+6
2001-02-18toplev.c (note_deferral_of_defined_inlined_function): Argument FNDECL may be ...Richard Kenner1-7/+30
2001-02-16dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill1-0/+18
2001-02-14* toplev.c (f_options): Clarify -fschedule-insns2 documentation.Richard Henderson1-2/+2
2001-02-14Makefile.in (toplev.o): Depend on params.h.Mark Mitchell1-2/+52
2001-02-12toplev.c (push_float_handler): Remove.Kazu Hirata1-32/+0
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-7/+8
2001-01-30c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type) is not NULL.Neil Booth1-2/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-15new option to disable guessing of branch predictionAldy Hernandez1-1/+8
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-3/+3
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-3/+4
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-2/+4
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-0/+4
2001-01-07c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]...Neil Booth1-12/+8
2001-01-05cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg1-2/+9