summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* * toplev.c (pipe_closed): Delete.zack2000-07-251-9/+27
* * flags.h : Add new variable flag_single_precision_constant.cchavva2000-07-101-1/+5
* 2000-06-29 Andrew Haley <aph@cygnus.com>tromey2000-06-291-0/+6
* 2000-06-28 Philipp Thomas <pthomas@suse.de>pthomas2000-06-281-40/+41
* * toplev.c (compile_file): Always call timevar_print.jason2000-06-221-2/+1
* 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-06-061-0/+24
* * toplev.c (main): Fix misspellings of possibility and language.law2000-06-031-3/+3
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-1/+1
* * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;rth2000-05-291-12/+17
* 2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-05-281-29/+34
* * Makefile.in (recog.o): Don't depend on resource.h.rth2000-05-271-1/+1
* 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>aph2000-05-251-1/+16
* include:ghazi2000-05-231-1/+1
* Fix whitespace in commentkenner2000-05-221-3/+2
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-0/+1
* * basic-block.h (struct edge_def): New field "count".rth2000-05-191-25/+27
* * toplev.c (rest_of_compilation): Don't call optimize_mode_switchingrth2000-05-171-5/+13
* Add options -Wunused-variable, -Wunused-function, -Wunused-label,cagney2000-05-171-7/+42
* * toplev.c (rest_of_compilation): Run full jump pass beforerth2000-05-161-1/+2
* * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_phubicka2000-05-151-2/+2
* * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.scox2000-05-111-14/+14
* * toplev.c (rest_of_compilation): Remove dead code afterhubicka2000-05-111-1/+2
* top level:zack2000-05-091-6/+6
* * expr.c (get_subtarget): New function.kenner2000-05-061-1/+2
* * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.law2000-05-051-11/+3
* * toplev.c (debug_ignore_block): Return int.jason2000-05-021-6/+16
* * ifcvt.c: New file.rth2000-04-301-15/+89
* * toplev.c (rest_of_compilation): Calljason2000-04-281-1/+8
* * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.rth2000-04-281-1/+1
* hangeLog:samuel2000-04-281-573/+426
* * jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.rth2000-04-271-1/+16
* * basic-block.h (life_analysis): Declare here ...rth2000-04-271-2/+2
* * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.jason2000-04-261-1/+1
* * toplev.c (rest_of_compilation): Delay sibcall optimizationrth2000-04-251-10/+11
* * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.kenner2000-04-201-2/+9
* * builtins.c (expand_builtin_expect): New.rth2000-04-171-1/+6
* * toplev.c (display_help): Prefix "f" to "sched-verbose=".dje2000-04-151-1/+1
* * Makefile.in (ggc-page.o): Now includes toplev.h.kenner2000-04-151-29/+31
* * toplev.c: Make *_time variable long to reduce chance of overflow.kenner2000-04-151-35/+41
* * gcse.c (gcse_main): Don't rebuild the CFG here.rth2000-04-071-68/+102
* * ssa.c (compute_conservative_reg_partition): Declare withsamuel2000-04-071-20/+0
* * rtl.h (INSN_P): New macro.samuel2000-04-061-4/+30
* * Makefile.in: Add rules for regrename.oscox2000-04-051-0/+20
* * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.rth2000-04-011-608/+260
* Convert ACCUMULATE_OUTGOING_ARGS to an expression.hubicka2000-03-291-2/+11
* * flags.h (flag_optimize_sibling_calls): Declare.hubicka2000-03-291-1/+8
* * expr.c (store_constructor): SIZE now signed.kenner2000-03-281-10/+14
* * regmove.c (stack_memref_p): Fix typo, reorg for readability.rth2000-03-201-6/+5
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-2/+3
* Sibling call optimizations.rth2000-03-171-2/+9