summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* Make args to jump_optimize symbolicMichael Meissner1998-04-271-6/+16
* varasm.c (asm_output_bss): Add prototype.Jeff Law1998-04-161-1/+28
* toplev.c (compile_file): Call init_parse using new interface.Dave Brolley1998-04-151-3/+2
* cse.c (count_reg_usage): Correctly handle REG_NONNEG notes.Jeffrey A Law1998-04-101-3/+10
* c-lex.c (finput): New global.Dave Brolley1998-04-081-31/+3
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-3/+23
* Fix problem where different code gets generated with/without -Wreturn-type.Jim Wilson1998-03-311-0/+11
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-34/+3
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-5/+3
* haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1998-03-051-2/+7
* Do not generate a <name>.dbr file when dumping RTL unless DELAY_SLOTS is defi...Nick Clifton1998-03-031-0/+14
* sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Define this new symbol.Paul Eggert1998-02-221-1/+1
* toplev.c (flag_schedule_reverse_before_reload): Delete variable.Jeffrey A Law1998-02-151-10/+1
* integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is sp...Marc Lehmann1998-02-051-6/+0
* regmove.c: Update.J"orn Rennecke1998-02-051-1/+1
* toplev.c (close_dump_file): Wrap function prototype for argument "func" in PR...Jeffrey A Law1998-01-311-2/+2
* configure.in: Check for declaration of abort.Jeffrey A Law1998-01-301-3/+4
* *** empty log message ***Per Bothner1998-01-281-8/+11
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1998-01-271-2/+13
* toplev.c (rest_of_compilation): Replace references to stack_reg_dump_file and...Nick Clifton1998-01-271-2/+2
* flags.h: New flag (optimize_size).Anthony Green1998-01-261-10/+35
* toplev.c: Add -dM command line option to dump RTL after the machine dependent...Nick Clifton1998-01-261-411/+297
* * toplev.c (get_run_time): Make sure each case gets its variables.Richard Henderson1998-01-251-25/+24
* * toplev.c (lang_options): Add unknown-pragma options.Nick Clifton1998-01-231-0/+2
* toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available, to get cl...John Carr1998-01-221-0/+10
* Makefile.in: Remove all bytecode support.Jeffrey A Law1998-01-201-107/+53
* configure.in: Find declaration for sbrk.Richard Henderson1998-01-191-1/+4
* explow.c (optimize_save_area_alloca): New function for targets where SETJMP_V...David S. Miller1998-01-171-0/+6
* Bring in final gcc-2.8.0 changes.Jeff Law1998-01-141-3/+3
* flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr1997-12-241-5/+1
* toplev.c (rest_of_compilation): Don't call save_for_inline_copy if all we're ...Mark Mitchell1997-12-151-24/+37
* Fix minor bug in BeOS changes.Jeff Law1997-12-121-0/+3
* except.c (call_get_eh_context): Don't take a parm.Jason Merrill1997-12-121-4/+0
* cvs commit ChangeLog config.sub configure configure.in toplev.cFred Fish1997-12-111-3/+4
* [multiple changes]Teemu Torma1997-12-111-0/+3
* Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law1997-12-111-1/+1
* toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition to RLIMI...Manfred Hollstein1997-12-091-1/+1
* Merge from gcc-2.8Jeff Law1997-12-061-16/+27
* loop.c (invariant_p): Don't test flag_rerun_loop_opt.Jeff Law1997-12-061-13/+2
* * toplev.c (main): Complain about -gdwarfn.Jason Merrill1997-11-261-1/+10
* * toplev.c (get_run_time): Do something sensible for cygwin32.Jeffrey A Law1997-11-141-4/+3
* flags.h (flag_rerun_loop_opt): Declare.Jim Wilson1997-11-091-1/+1
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-3/+56
* toplev.c (flag_rerun_loop_opt): New variable.Jeffrey A Law1997-10-261-0/+27
* toplev.c (flag_exceptions): Default value is 2.Jeffrey A Law1997-10-221-1/+23
* tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1997-10-181-0/+9
* * toplev.c (rest_of_compilation): Defer all non-nested inlines.Jason Merrill1997-10-071-0/+5
* dwarf2 EH supportJason Merrill1997-09-101-2/+10
* For phases starting with flow, print basic block information when doing dumpsMichael Meissner1997-09-041-10/+10
* Fix minor bug reported by Jan Hubicka.Jim Wilson1997-09-041-1/+3