aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-0/+5
2000-09-22toplev.c (warn_disabled_optimization): Declare new warning flag.Brad Lucier1-1/+7
2000-09-18toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to remove all SET...Andrew Haley1-4/+7
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+5
2000-09-16function.h (no_debugging_symbols): New field.Richard Kenner1-10/+7
2000-09-13flags.h (flag_dump_rtl_in_asm): Declare.Stephane Carrez1-0/+8
2000-09-11basic-block.h (LOOP_TREE, [...]): New.Michael Hayes1-1/+1
2000-09-07Integrated preprocessor.Zack Weinberg1-0/+4
2000-09-06toplev.c (display_help): Fix thinko in documentation.Gabriel Dos Reis1-1/+1
2000-09-01stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating1-0/+4
2000-08-29Fix typo in last change to f_optionsRichard Kenner1-2/+2
2000-08-29flags.h (time_report, mem_report): New global flags.Zack Weinberg1-3/+22
2000-08-28fix Kenner thinkoJason Merrill1-1/+1
2000-08-28[multiple changes]Jason Merrill1-4/+27
2000-08-28toplev.c (decode_g_option): Don't give warning for unknown -g option; return ...Richard Kenner1-5/+7
2000-08-25loop.c (loop_dump_aux, debug_loop): New functions.Michael Hayes1-1/+1
2000-08-24* toplev.c (main): Enable flag_reorder_blocks at -O2.Richard Henderson1-0/+1
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-20/+18
2000-08-22toplev.c (rest_of_compilation): Rebuild label notes after post-reload splitti...J"orn Rennecke1-1/+6
2000-08-21gcc.c (do_spec_1): Implement %j spec flag.Jeff Law1-27/+23
2000-08-21global.c (global_alloc): Avoid passing dumpfile argument to reload routines.Jeffrey A Law1-1/+1
2000-08-19toplev.c (independent_decode_option): Always process -g.Zack Weinberg1-17/+6
2000-08-09c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers1-3/+3
2000-08-06Moved the Objective-C specific options to objc/lang-options.h.Ovidiu Predescu1-16/+0
2000-08-03* toplev.c: Fix formatting.Kazu Hirata1-214/+225
2000-08-02Makefile.in (OBJS): Added dce.o.Jeffrey Oldham1-3/+23
2000-07-31Makefile.in (ssa.o): Updated header files in dependences.Jeffrey D. Oldham1-0/+5
2000-07-30Makefile.in (OBJS): Add doloop.o.Richard Henderson1-3/+3
2000-07-25toplev.c (pipe_closed): Delete.Zack Weinberg1-9/+27
2000-07-10flags.h: Add new variable flag_single_precision_constant.Chandrakala Chavva1-1/+5
2000-06-29toplev.c (main): On an IA-64, make flag_unwind_tables defauit to true.Andrew Haley1-0/+6
2000-06-28c-decl.c: Mark strings for translation.Philipp Thomas1-40/+41
2000-06-22toplev.c (compile_file): Always call timevar_print.Jason Merrill1-2/+1
2000-06-06diagnostic.c (output_maximum_width): Remove.Gabriel Dos Reis1-0/+24
2000-06-03* toplev.c (main): Fix misspellings of possibility and language.Matt Kraai1-3/+3
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-1/+1
2000-05-29toplev.c (rest_of_compilation): Set no_new_pseudos after flow1; instead track...Richard Henderson1-12/+17
2000-05-28toplev.h (skip_leading_substring): New macro.Gabriel Dos Reis1-29/+34
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson1-1/+1
2000-05-25except.c (func_eh_entry): Add emitted field.Andrew MacLeod1-1/+16
2000-05-23getopt.h (getopt): Also check HAVE_DECL_* when prototyping.Kaveh R. Ghazi1-1/+1
2000-05-22Fix whitespace in commentRichard Kenner1-3/+2
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-0/+1
2000-05-19basic-block.h (struct edge_def): New field "count".Jan Hubicka1-25/+27
2000-05-17toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT...Richard Henderson1-5/+13
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-7/+42
2000-05-15toplev.c (rest_of_compilation): Run full jump pass before find_basic_blocks o...Richard Henderson1-1/+2
2000-05-15loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.Jan Hubicka1-2/+2
2000-05-11regrename.c (replace_reg_in_block): Improve REG_DEAD handling.Stan Cox1-14/+14
2000-05-11toplev.c (rest_of_compilation): Remove dead code after combine.Jan Hubicka1-1/+2