OSDN Git Service

d
[pf3gnuchains/gcc-fork.git] / gcc / toplev.c
1998-11-25 law * toplev.c (no_new_pseudos): Define.
1998-11-23 rthUlrich Drepper <drepper@cygnus.com>
1998-11-16 jason * toplev.c (compile_file): Don't pedwarn about undefin...
1998-11-12 wilsonJumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.
1998-11-08 ghazi * gansidecl.h: Prepend a "G" to the macro wrapp...
1998-11-04 law * toplev.c (output_lang_identify): Make definit...
1998-11-04 lawx
1998-10-31 law
1998-10-29 law * flow.c (XNMALLOC): New macro.
1998-10-29 brolley1998-10-28 16:10 -0500 Zack Weinberg <zack@rabi.phys...
1998-10-28 rth * Makefile.in (cc1): Put C_OBJS, and thence...
1998-10-28 law * regclass.c (renumber, regno_allocated): New...
1998-10-28 jason * toplev.c (compile_file): Temporarily revert last...
1998-10-28 law * toplev.c (compile_file): Call allocate_reg_in...
1998-10-27 nickcIgnore empty target specific options, and if -W is...
1998-10-21 mmitchel * invoke.texi: Document -flang-isoc9x.
1998-10-20 ghaziNew warning, `missing-noreturn':
1998-10-17 ghaziWarning fixes:
1998-10-17 nickcPrepend '-m' to --hrlp output of target specific options.
1998-10-16 law * flow.c (life_analysis_1): Do not clobber...
1998-10-14 bothner
1998-10-14 ghaziAdd ATTRIBUTE_NORETURN in a bunch of places:
1998-10-13 ghaziWarning fixes:
1998-10-10 law * flow.c (find_basic_blocks): Delte "live_reach...
1998-10-08 lawFix thinko in last change.
1998-10-08 law * toplev.c (output_file_directive): Use DIR_SEP...
1998-10-08 law * flags.h (flag_branch_on_count_reg): Always declare
1998-10-06 amylaarCleanup for -fdump-unnumbered:
1998-09-30 law * toplev.c (documented_lang_options): Recognize...
1998-09-30 clmfix bad patch.
1998-09-28 ghazi * toplev.c (documented_lang_options): Spelling...
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.
next