aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-21toplev.c (rest_of_compilation): Skip compiling anything with DECL_EXTERNAL se...Jason Merrill1-2/+3
1998-09-20Makefile.in (LIBS): Link in libiberty.a.Per Bothner1-2/+2
1998-09-18toplev.c (rest_of_compilation): Set bct_p on second call to loop_optimize.David Edelsohn1-2/+2
1998-09-09toplev.c (rest_of_compilation): Open up the dump file for reg-stack before ca...Jeffrey A Law1-0/+3
1998-09-07* toplev.c (print_switch_values): Make static to match prototype.Kaveh R. Ghazi1-1/+1
1998-09-06Makefile.in (toplev.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-21/+30
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-17Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.Kaveh R. Ghazi1-2/+0
1998-08-17toplev.c (main): Enable -fstrict-aliasing for -O2 and above.Jeffrey A Law1-3/+1
1998-08-13expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes.Jason Merrill1-4/+6
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-1/+6
1998-07-14Improve --help support.Nick Clifton1-2/+12
1998-07-13Add --help option.Nick Clifton1-250/+602
1998-07-08toplev.c (lang_options): Add -Wlong-long, -Wno-long-long options.Vladimir N. Makarov1-0/+2
1998-07-06c-decl.c: Add warn_multichar.Jason Merrill1-0/+2
1998-07-02Add initial varray support infrastructureMichael Meissner1-5/+35
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-8/+15
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-27flow.c (count_reg_sets): New function.Jeffrey A Law1-0/+1
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+10
1998-06-23Reverse may 15th change, as suggested by Jason.David S. Miller1-1/+0
1998-06-22Warning fixes:Kaveh R. Ghazi1-2/+1
1998-06-16toplev.c (lang_options): Add -trigraphs option for cpplib.Dave Brolley1-0/+1
1998-06-11toplev.c (lang_options): Add -remap as a preprocessor option.Sergey Okhapkin1-0/+1
1998-06-11toplev.c (lang_options): Add missing options (nostdinc, idirafter).Dave Brolley1-1/+3
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-3/+20
1998-06-08* toplev.c (flag_new_exceptions): Remove extraneous `extern'.Richard Henderson1-1/+1
1998-06-08[multiple changes]Andrew MacLeod1-0/+6
1998-06-07toplev.c (flag_exceptions): Default to 0.Richard Henderson1-23/+4
1998-05-19* Global CSE and constant/copy propagation.Doug Evans1-0/+28
1998-05-18dwarfout.h, [...]: New files.Robert Lipe1-0/+16
1998-05-17Fix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se.Krister Walfridsson1-4/+0
1998-05-15tree.h (BINFO_SIZE, [...]): New macros.Jason Merrill1-1/+3
1998-05-13Warning fixes:Kaveh R. Ghazi1-4/+6
1998-05-13toplev.c (rest_of_compilation): "Charge" final for any time doing various cle...Michael Meissner1-12/+13
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1-10/+0
1998-05-06toplev.h cleanups...Jim Wilson1-0/+1
1998-05-06toplev.c (-fsched-max): Delete flag.Jeffrey A Law1-6/+0
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-1/+1
1998-05-06The isascii check is needed by system.h.Kaveh R. Ghazi1-8/+0
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-17/+17
1998-04-27Make args to jump_optimize symbolicMichael Meissner1-6/+16
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-1/+28
1998-04-15toplev.c (compile_file): Call init_parse using new interface.Dave Brolley1-3/+2
1998-04-10cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.Jeffrey A Law1-3/+10
1998-04-08c-lex.c (finput): New global.Dave Brolley1-31/+3
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-3/+23
1998-03-31Fix problem where different code gets generated with/without -Wreturn-type.Jim Wilson1-0/+11
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-34/+3
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-5/+3