aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-20gcse.c (invalid_nonnull_info): New function.Jeffrey A Law1-0/+8
1999-09-20Pass all command line options to both language dependent and language indepen...Nick Clifton1-564/+585
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-15toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_mathBrad Lucier1-1/+3
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-5/+6
1999-09-15rtl.h (get_insn_name, [...]): Add prototypes.Kaveh R. Ghazi1-46/+21
1999-09-14* toplev.c (compile_function): Unconditionally emit nop.Richard Henderson1-4/+1
1999-09-13recog.h (INSN_OUTPUT_FORMAT_*): New.Richard Henderson1-1/+1
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-2/+2
1999-09-09revert:Jason Merrill1-1/+0
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-1/+1
1999-09-09Pass -pedantic command line switch on to cpplibNick Clifton1-0/+1
1999-09-09* toplev.c (main): Always init_ggc.Richard Henderson1-2/+1
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-0/+1
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-4/+7
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt1-0/+24
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+20
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-84/+3
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-0/+58
1999-09-05Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1-0/+1
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+1
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-0/+4
1999-09-04Makefile.in (GGC, GGC_LIB): New.Richard Henderson1-4/+11
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-56/+8
1999-09-02flags.h: New variables align_loops...Geoffrey Keating1-4/+58
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-3/+37
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-3/+1
1999-08-29tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1-3/+3
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-2/+0
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-73/+27
1999-08-25lists.c (unused_insn_list, [...]): New file for maintaining various types of ...Andrew MacLeod1-0/+2
1999-08-25Fix small problem with gcse dumpsBernd Schmidt1-1/+1
1999-08-24Fix more problems from GC diffsBernd Schmidt1-2/+0
1999-08-23configure.in: Remove code to select/de-select the haifa scheduler.Jeffrey A Law1-7/+1
1999-08-18cse.c (cse_insn): Call never_reached_warning when a jump is changed to be unc...Geoff Keating1-1/+8
1999-08-16Allow machine dependent reorganisation pass to place information into the RTLNick Clifton1-1/+4
1999-08-13* toplev.c (flag_new_exceptions): On by default.Jason Merrill1-1/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-11/+14
1999-07-20oopsJason Merrill1-8/+0
1999-07-20gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1-0/+10
1999-07-09toplev.c (main): Don't complain about saying -gdwarf.Jason Merrill1-7/+3
1999-05-20expr.h (lang_expand_constant): Declare.Mark Mitchell1-0/+2
1999-05-17improve open-coding of complex divide, use new method in g77Craig Burley1-0/+6
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