| Commit message (Expand) | Author | Age | Files | Lines |
* | * toplev.c (warn_disabled_optimization): Declare new warning flag. | mmitchel | 2000-09-22 | 1 | -1/+7 |
* | 2000-09-15 Andrew Haley <aph@redhat.com> | aph | 2000-09-18 | 1 | -4/+7 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -1/+5 |
* | * function.h (no_debugging_symbols): New field. | kenner | 2000-09-16 | 1 | -10/+7 |
* | * flags.h (flag_dump_rtl_in_asm): Declare. | ciceron | 2000-09-13 | 1 | -0/+8 |
* | 2000-09-12 Michael Hayes <mhayes@cygnus.com> | m.hayes | 2000-09-11 | 1 | -1/+1 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -0/+4 |
* | * toplev.c (display_help): Fix thinko in documentation. | gdr | 2000-09-06 | 1 | -1/+1 |
* | * stmt.c (expand_asm_operands): Twiddle generating_concat_p | geoffk | 2000-09-01 | 1 | -0/+4 |
* | Fix typo in last change to f_options | kenner | 2000-08-29 | 1 | -2/+2 |
* | * flags.h (time_report, mem_report): New global flags. | zack | 2000-08-29 | 1 | -3/+22 |
* | fix Kenner thinko | jason | 2000-08-29 | 1 | -1/+1 |
* | 2000-08-28 Daniel Berlin <dberlin@redhat.com> | jason | 2000-08-29 | 1 | -4/+27 |
* | * toplev.c (decode_g_option): Don't give warning for unknown -g | kenner | 2000-08-28 | 1 | -5/+7 |
* | * loop.c (loop_dump_aux, debug_loop): New functions. | m.hayes | 2000-08-25 | 1 | -1/+1 |
* | * toplev.c (main): Enable flag_reorder_blocks at -O2. | rth | 2000-08-24 | 1 | -0/+1 |
* | * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab, | gkm | 2000-08-24 | 1 | -20/+18 |
* | * toplev.c (rest_of_compilation): Rebuild label notes after | amylaar | 2000-08-22 | 1 | -1/+6 |
* | * gcc.c (do_spec_1): Implement %j spec flag. | law | 2000-08-21 | 1 | -27/+23 |
* | * global.c (global_alloc): Avoid passing dumpfile argument to | law | 2000-08-21 | 1 | -1/+1 |
* | * toplev.c (independent_decode_option): Always process -g. | zack | 2000-08-19 | 1 | -17/+6 |
* | * c-common.c (combine_strings, check_format_info): Refer to ISO C | jsm28 | 2000-08-08 | 1 | -3/+3 |
* | Moved the Objective-C specific options to objc/lang-options.h. | ovidiu | 2000-08-06 | 1 | -16/+0 |
* | * toplev.c: Fix formatting. | law | 2000-08-03 | 1 | -214/+225 |
* | * Makefile.in (OBJS): Added dce.o. | mmitchel | 2000-08-02 | 1 | -3/+23 |
* | * Makefile.in (ssa.o): Updated header files in dependences. | mmitchel | 2000-07-31 | 1 | -0/+5 |
* | * Makefile.in (OBJS): Add doloop.o. | rth | 2000-07-30 | 1 | -3/+3 |
* | * toplev.c (pipe_closed): Delete. | zack | 2000-07-25 | 1 | -9/+27 |
* | * flags.h : Add new variable flag_single_precision_constant. | cchavva | 2000-07-10 | 1 | -1/+5 |
* | 2000-06-29 Andrew Haley <aph@cygnus.com> | tromey | 2000-06-29 | 1 | -0/+6 |
* | 2000-06-28 Philipp Thomas <pthomas@suse.de> | pthomas | 2000-06-28 | 1 | -40/+41 |
* | * toplev.c (compile_file): Always call timevar_print. | jason | 2000-06-22 | 1 | -2/+1 |
* | 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com> | gdr | 2000-06-06 | 1 | -0/+24 |
* | * toplev.c (main): Fix misspellings of possibility and language. | law | 2000-06-03 | 1 | -3/+3 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -1/+1 |
* | * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1; | rth | 2000-05-29 | 1 | -12/+17 |
* | 2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com> | gdr | 2000-05-28 | 1 | -29/+34 |
* | * Makefile.in (recog.o): Don't depend on resource.h. | rth | 2000-05-27 | 1 | -1/+1 |
* | 2000-05-25 Andrew MacLeod <amacleod@cygnus.com> | aph | 2000-05-25 | 1 | -1/+16 |
* | include: | ghazi | 2000-05-23 | 1 | -1/+1 |
* | Fix whitespace in comment | kenner | 2000-05-22 | 1 | -3/+2 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -0/+1 |
* | * basic-block.h (struct edge_def): New field "count". | rth | 2000-05-19 | 1 | -25/+27 |
* | * toplev.c (rest_of_compilation): Don't call optimize_mode_switching | rth | 2000-05-17 | 1 | -5/+13 |
* | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | cagney | 2000-05-17 | 1 | -7/+42 |
* | * toplev.c (rest_of_compilation): Run full jump pass before | rth | 2000-05-16 | 1 | -1/+2 |
* | * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p | hubicka | 2000-05-15 | 1 | -2/+2 |
* | * regrename.c (replace_reg_in_block): Improve REG_DEAD handling. | scox | 2000-05-11 | 1 | -14/+14 |
* | * toplev.c (rest_of_compilation): Remove dead code after | hubicka | 2000-05-11 | 1 | -1/+2 |
* | top level: | zack | 2000-05-09 | 1 | -6/+6 |