aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak1-717/+24
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-1/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+100
2004-05-11flags.h (flag_short_enums): Update comment.Paul Brook1-2/+3
2004-04-29Patch from Richard Guenther.Richard Guenther1-0/+4
2004-04-17opts.c (decode_options): Do not enable flag_rename_registers and flag_web at ...Paolo Bonzini1-2/+0
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+18
2004-04-02opts.c (decode_options): Do function inlining with very small max-inline-insn...Gabor Loki1-0/+9
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-3/+3
2004-03-09New option -Wstrict-aliasing=2.James E Wilson1-1/+2
2004-03-03common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog1-0/+5
2004-02-23Remove -fwritable-strings.Zack Weinberg1-4/+0
2004-02-23Makefile.in (opts.o): Depend on target.h.Kazu Hirata1-3/+2
2004-02-20revert: opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.Kazu Hirata1-0/+4
2004-02-19opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.Kazu Hirata1-4/+0
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-0/+4
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek1-0/+4
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner1-1/+2
2004-01-27re PR middle-end/13779 ([3.4 only] powerpc64: incorrect initialization of 'lo...J"orn Rennecke1-0/+4
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka1-2/+2
2003-12-24Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell1-13/+0
2003-12-23common.opt (fprofile-generate,fprofile-use): Add.Jan Hubicka1-0/+38
2003-12-17* opts.c (wrap_help): Fix overflow.Segher Boessenkool1-1/+1
2003-12-01common.opt: Remove -fgnu-linker.Zack Weinberg1-4/+0
2003-11-20ssa.c, [...]: Remove files.Richard Henderson1-12/+0
2003-11-09cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka1-1/+0
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka1-7/+0
2003-10-19Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak1-0/+8
2003-10-17opts.c (common_handle_option): Handle OPT_fwebJan Hubicka1-0/+4
2003-10-17common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog1-0/+4
2003-10-11Makefile.in (web.o): New.Jan Hubicka1-0/+1
2003-10-09haifa-sched.c (ok_for_early_schedule): New function.Dorit Naishlos1-0/+18
2003-09-05opts.c (decode_options): Enable unit-at-a-time at -O2.Jan Hubicka1-1/+1
2003-09-03toplev.c (flag_rounding_math): New global variable.Roger Sayle1-2/+9
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-08common.opt: Add debug switches.Neil Booth1-2/+111
2003-08-03opts.c (decode_options): Do language-specific initialization for the global d...Gabriel Dos Reis1-0/+2
2003-07-31opts.c (in_fnames, [...]): Moved here from c-opts.Per Bothner1-1/+14
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-1/+1
2003-07-19common.opt: Document --param.Neil Booth1-17/+127
2003-07-17c.opt: Document Uncodumented; use it.Neil Booth1-0/+4
2003-07-15c-opts.c (print_help): Remove.Neil Booth1-5/+32
2003-07-11common.opt: More --help messages.Neil Booth1-1/+1
2003-07-09opts.c (wrap_help): Only pass int arguments as arguments to printf's '*' modi...Andreas Jaeger1-3/+3
2003-07-08* opts.c (wrap_help): Use unsigned int, not size_t.Neil Booth1-3/+3
2003-07-08Makefile.in: Update.Neil Booth1-4/+87
2003-07-07opts.c (common_handle_option): Correct handling of the -falign- switches that...Neil Booth1-4/+16
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth1-90/+84
2003-07-04* opts.c (common_handle_options): Negate sense of -falign- switches.Neil Booth1-4/+4
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth1-12/+8