aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-03-05haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1-2/+7
1998-03-03Do not generate a <name>.dbr file when dumping RTL unless DELAY_SLOTS is defi...Nick Clifton1-0/+14
1998-02-22sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Define this new symbol.Paul Eggert1-1/+1
1998-02-15toplev.c (flag_schedule_reverse_before_reload): Delete variable.Jeffrey A Law1-10/+1
1998-02-05integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is sp...Marc Lehmann1-6/+0
1998-02-05regmove.c: Update.J"orn Rennecke1-1/+1
1998-01-31toplev.c (close_dump_file): Wrap function prototype for argument "func" in PR...Jeffrey A Law1-2/+2
1998-01-30configure.in: Check for declaration of abort.Jeffrey A Law1-3/+4
1998-01-28*** empty log message ***Per Bothner1-8/+11
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1-2/+13
1998-01-27toplev.c (rest_of_compilation): Replace references to stack_reg_dump_file and...Nick Clifton1-2/+2
1998-01-26flags.h: New flag (optimize_size).Anthony Green1-10/+35
1998-01-26toplev.c: Add -dM command line option to dump RTL after the machine dependent...Nick Clifton1-411/+297
1998-01-25* toplev.c (get_run_time): Make sure each case gets its variables.Richard Henderson1-25/+24
1998-01-23* toplev.c (lang_options): Add unknown-pragma options.Nick Clifton1-0/+2
1998-01-22toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available, to get cl...John Carr1-0/+10
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-107/+53
1998-01-19configure.in: Find declaration for sbrk.Richard Henderson1-1/+4
1998-01-17explow.c (optimize_save_area_alloca): New function for targets where SETJMP_V...David S. Miller1-0/+6
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-3/+3
1997-12-24flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr1-5/+1
1997-12-15toplev.c (rest_of_compilation): Don't call save_for_inline_copy if all we're ...Mark Mitchell1-24/+37
1997-12-12Fix minor bug in BeOS changes.Jeff Law1-0/+3
1997-12-12except.c (call_get_eh_context): Don't take a parm.Jason Merrill1-4/+0
1997-12-11cvs commit ChangeLog config.sub configure configure.in toplev.cFred Fish1-3/+4
1997-12-11[multiple changes]Teemu Torma1-0/+3
1997-12-11Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law1-1/+1
1997-12-09toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition to RLIMI...Manfred Hollstein1-1/+1
1997-12-06Merge from gcc-2.8Jeff Law1-16/+27
1997-12-06loop.c (invariant_p): Don't test flag_rerun_loop_opt.Jeff Law1-13/+2
1997-11-26* toplev.c (main): Complain about -gdwarfn.Jason Merrill1-1/+10
1997-11-14* toplev.c (get_run_time): Do something sensible for cygwin32.Jeffrey A Law1-4/+3
1997-11-09flags.h (flag_rerun_loop_opt): Declare.Jim Wilson1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-3/+56
1997-10-26toplev.c (flag_rerun_loop_opt): New variable.Jeffrey A Law1-0/+27
1997-10-22toplev.c (flag_exceptions): Default value is 2.Jeffrey A Law1-1/+23
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1-0/+9
1997-10-07* toplev.c (rest_of_compilation): Defer all non-nested inlines.Jason Merrill1-0/+5
1997-09-10dwarf2 EH supportJason Merrill1-2/+10
1997-09-04For phases starting with flow, print basic block information when doing dumpsMichael Meissner1-10/+10
1997-09-04Fix minor bug reported by Jan Hubicka.Jim Wilson1-1/+3
1997-08-27flags.h (flag_move_all_movables): Declare.Jeffrey A Law1-0/+12
1997-08-14toplev.c (main): In -g handling code, add code to set len.Jeff Law1-0/+1
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-0/+92
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-0/+16
1997-08-02(flag_check_memory_usage, flag_prefix_function_name): New variable.Richard Kenner1-1/+17
1997-08-01xJason Merrill1-44/+0
1997-07-29Patches to use cpplib with cc1 #if USE_CPPLIB.Per Bothner1-1/+12