aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-02resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.Richard Henderson1-5/+0
1999-11-01toplev.c (rest_of_compilation): Don't optimize the CFG when rebuilding, just ...Richard Henderson1-2/+2
1999-11-01toplev.c (rest_of_compilation): Fix thinko in this change:Mark Mitchell1-1/+2
1999-10-31[multiple changes]Richard Kenner1-3/+22
1999-10-31toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber warning fro...Marc Lehmann1-2/+3
1999-10-29flow.c (count_or_remove_death_notes): Equate NULL with the universal set.Richard Henderson1-7/+16
1999-10-27jump.c (jump_optimize_1): If we did cross-jumping, and the data will matter, ...Richard Henderson1-6/+6
1999-10-26toplev.c (rest_of_compilation): Open jump1 dump file before jump and close af...Richard Henderson1-1/+4
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-4/+4
1999-10-20basic-block.h (PROP_*): Move constants from ...Richard Henderson1-1/+4
1999-10-19Do not generate error message about unrecognised command line switches ofNick Clifton1-1/+34
1999-10-16flags.h (flag_bounds_check, [...]): New extern decls.Greg McGary1-1/+20
1999-10-14toplev.c (main): Only warn about options for other languages.Jason Merrill1-4/+6
1999-10-14typoJason Merrill1-3/+3
1999-10-14* toplev.c (main): Don't complain about options for other languages.Jason Merrill1-6/+6
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-27/+8
1999-10-04toplev.c (dbr_sched_time): Unconditional.Richard Henderson1-124/+150
1999-10-04toplev.c (rest_of_compilation): Turn on cse_not_expected before cse2 instead ...Richard Henderson1-4/+5
1999-10-02graph.h: New file to prototype functions exported by graph.c.Kaveh R. Ghazi1-3/+1
1999-09-30c-tree.h (warn_float_equal): Declare.Dirk Zoller1-0/+2
1999-09-25cse.c: Update comments.Jeffrey A Law1-2/+4
1999-09-24* toplev.c (rest_of_decl_compilation): Update comment.Mark Mitchell1-3/+5
1999-09-23toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill1-0/+2
1999-09-23invoke.texi: Document -fdelete-null-pointer-checksJeffrey A Law1-2/+10
1999-09-21remove check_lang_option prototypeJason Merrill1-1/+0
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