OSDN Git Service

fix last patch.
[pf3gnuchains/gcc-fork.git] / gcc / toplev.c
1998-09-28 clmfix last patch.
1998-09-28 clm * flags.h: Add flag_data_sections.
1998-09-21 jason * toplev.c (rest_of_compilation): Skip compiling anyth...
1998-09-20 law * Makefile.in (LIBS): Link in libiberty.a.
1998-09-18 dje * toplev.c (rest_of_compilation): Set bct_p...
1998-09-10 law * toplev.c (rest_of_compilation): Open up the...
1998-09-07 ghazi * toplev.c (print_switch_values): Make static to match...
1998-09-06 ghazi * Makefile.in (toplev.o): Depend on $(EXPR_H).
1998-08-26 ghazi * system.h: Include stdarg.h/varargs.h, make...
1998-08-17 law * Makefile.in (cplus-dep.o): Use cplus-dem...
1998-08-17 law * toplev.c (main): Enable -fstrict-aliasing...
1998-08-13 jason * expr.c (safe_from_p): Change code to ERROR_MARK...
1998-07-30 raeburnFunction entry/exit profiling instrumentation:
1998-07-14 nickcImprove --help support.
1998-07-13 nickcAdd --help option.
1998-07-08 vmakarov * toplev.c (lang_options): Add -Wlong-long, -Wno-long...
1998-07-06 law * c-decl.c: Add warn_multichar.
1998-07-02 meissnerAdd initial varray support infrastructure
1998-06-29 law * Merge from gcc2 June 9, 1998 snapshot. See...
1998-06-29 ghaziWarning fixes:
1998-06-27 law * flow.c (count_reg_sets): New function.
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-24 davemReverse may 15th change, as suggested by Jason.
1998-06-22 ghaziWarning fixes:
1998-06-16 brolleyTue Jun 16 17:36:35 1998 Dave Brolley <brolley@cygnus...
1998-06-11 law8
1998-06-11 brolleyThu Jun 11 10:30:09 1998 Dave Brolley <brolley@cygnus...
1998-06-10 brolley Integrate cpplib into the C and C++ front ends.
1998-06-09 rth* toplev.c (flag_new_exceptions): Remove extraneous...
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-06-07 rth * toplev.c (flag_exceptions): Default to 0.
1998-05-20 law * Global CSE and constant/copy propagation.
1998-05-18 robertl * dwarfout.h, dwarf2out.h, dbxout.h, sdbout...
1998-05-17 ghaziFix a think-o on my part (ghazi@caip.rutgers.edu),...
1998-05-15 jason * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
1998-05-13 ghaziWarning fixes:
1998-05-13 law * toplev.c (rest_of_compilation): "Charge"...
1998-05-07 ghaziHandle missing vfprintf() & _doprnt() functions with...
1998-05-06 wilsontoplev.h cleanups...
1998-05-06 law * toplev.c (-fsched-max): Delete flag.
1998-05-06 ghazi * c-common.c: Convert to using ctype macros...
1998-05-06 ghaziThe isascii check is needed by system.h.
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-27 meissnerMake args to jump_optimize symbolic
1998-04-17 law * varasm.c (asm_output_bss): Add prototype.
1998-04-15 brolleyWed Apr 15 14:50:05 1998 Dave Brolley <brolley@cygnus...
1998-04-11 law * cse.c (count_reg_usage): Correctly handle...
1998-04-08 law * c-lex.c (finput): New global.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-31 wilsonFix problem where different code gets generated with...
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-12 manfredd
1998-03-05 law * haifa-sched.c (build_jmp_edges): Delete dead...
1998-03-03 nickcDo not generate a <name>.dbr file when dumping RTL...
1998-02-22 lawd
1998-02-15 law * toplev.c (flag_schedule_reverse_before_reload...
1998-02-05 law * integrate.c (INTEGRATE_THRESHOLD): Inline...
1998-02-05 amylaar * regmove.c: Update.
1998-01-31 law * toplev.c (close_dump_file): Wrap function...
1998-01-30 law * configure.in: Check for declaration of abort.
1998-01-28 bothner*** empty log message ***
1998-01-27 lawd
1998-01-27 law * toplev.c (rest_of_compilation): Replace refer...
1998-01-26 law * flags.h: New flag (optimize_size).
1998-01-26 law * toplev.c: Add -dM command line option to...
1998-01-25 rth* toplev.c (get_run_time): Make sure each case gets...
1998-01-23 law * toplev.c (lang_options): Add unknown-pragma...
1998-01-22 law * toplev.c (get_run_time): Call sysconf(_SC_CLK...
1998-01-20 law * Makefile.in: Remove all bytecode support.
1998-01-19 rth * configure.in: Find declaration for sbrk.
1998-01-17 law * explow.c (optimize_save_area_alloca): New...
1998-01-14 lawBring in final gcc-2.8.0 changes.
1997-12-24 law * flags.h, toplev.c, calls.c, alias.c: Remove...
1997-12-15 law * toplev.c (rest_of_compilation): Don't call...
1997-12-12 lawFix minor bug in BeOS changes.
1997-12-12 jason * except.c (call_get_eh_context): Don't take a parm.
1997-12-12 lawcvs commit ChangeLog config.sub configure configure...
1997-12-12 jasonThu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
1997-12-11 lawAnother handful of gcc-2.8 changes (will it ever go...
1997-12-09 law * toplev.c (main): Check HAVE_GETRLIMIT and...
1997-12-07 lawMerge from gcc-2.8
1997-12-06 law * loop.c (invariant_p): Don't test flag_rerun_l...
1997-11-26 jason * toplev.c (main): Complain about -gdwarfn.
1997-11-14 law * toplev.c (get_run_time): Do something sensibl...
1997-11-09 law * flags.h (flag_rerun_loop_opt): Declare.
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-26 law * toplev.c (flag_rerun_loop_opt): New variable.
1997-10-23 law * toplev.c (flag_exceptions): Default value...
1997-10-18 jason * tree.c (restore_tree_status): Also free up temporary...
1997-10-07 jason * toplev.c (rest_of_compilation): Defer all non-nested...
1997-09-10 jasondwarf2 EH support
1997-09-04 meissnerFor phases starting with flow, print basic block inform...
1997-09-04 wilsonFix minor bug reported by Jan Hubicka.
1997-08-28 law * flags.h (flag_move_all_movables): Declare.
1997-08-15 law * toplev.c (main): In -g handling code, add...
1997-08-12 law * Integrate Haifa instruction scheduler.
1997-08-11 law * Integrate alias analysis changes from jfc...
1997-08-02 kenner(flag_check_memory_usage, flag_prefix_function_name...
1997-08-01 merrillx
1997-07-29 bothnerPatches to use cpplib with cc1 #if USE_CPPLIB.
next