summaryrefslogtreecommitdiff
path: root/gcc/opts.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (FLAGS_H): New.Zdenek Dvorak2004-06-141-717/+24
* ddg.h, [...]: New files.Ayal Zaks2004-05-251-1/+3
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+100
* flags.h (flag_short_enums): Update comment.Paul Brook2004-05-111-2/+3
* Patch from Richard Guenther.Richard Guenther2004-04-291-0/+4
* opts.c (decode_options): Do not enable flag_rename_registers and flag_web at ...Paolo Bonzini2004-04-171-2/+0
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-0/+18
* opts.c (decode_options): Do function inlining with very small max-inline-insn...Gabor Loki2004-04-021-0/+9
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-3/+3
* New option -Wstrict-aliasing=2.James E Wilson2004-03-091-1/+2
* common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog2004-03-031-0/+5
* Remove -fwritable-strings.Zack Weinberg2004-02-231-4/+0
* Makefile.in (opts.o): Depend on target.h.Kazu Hirata2004-02-231-3/+2
* revert: opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.Kazu Hirata2004-02-201-0/+4
* opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.Kazu Hirata2004-02-191-4/+0
* re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell2004-02-171-0/+4
* Josef Zlomek <zlomekj@suse.cz>Josef Zlomek2004-02-061-0/+4
* Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner2004-02-041-1/+2
* re PR middle-end/13779 ([3.4 only] powerpc64: incorrect initialization of 'lo...J"orn Rennecke2004-01-271-0/+4
* re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka2004-01-011-2/+2
* Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell2003-12-241-13/+0
* common.opt (fprofile-generate,fprofile-use): Add.Jan Hubicka2003-12-231-0/+38
* * opts.c (wrap_help): Fix overflow.Segher Boessenkool2003-12-171-1/+1
* common.opt: Remove -fgnu-linker.Zack Weinberg2003-12-011-4/+0
* ssa.c, [...]: Remove files.Richard Henderson2003-11-201-12/+0
* cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka2003-11-091-1/+0
* toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka2003-10-201-7/+0
* Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak2003-10-191-0/+8
* opts.c (common_handle_option): Handle OPT_fwebJan Hubicka2003-10-171-0/+4
* common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog2003-10-171-0/+4
* Makefile.in (web.o): New.Jan Hubicka2003-10-111-0/+1
* haifa-sched.c (ok_for_early_schedule): New function.Dorit Naishlos2003-10-091-0/+18
* opts.c (decode_options): Enable unit-at-a-time at -O2.Jan Hubicka2003-09-051-1/+1
* toplev.c (flag_rounding_math): New global variable.Roger Sayle2003-09-031-2/+9
* c-common.c: Fix comment formatting.Kazu Hirata2003-08-191-1/+1
* common.opt: Add debug switches.Neil Booth2003-08-081-2/+111
* opts.c (decode_options): Do language-specific initialization for the global d...Gabriel Dos Reis2003-08-031-0/+2
* opts.c (in_fnames, [...]): Moved here from c-opts.Per Bothner2003-07-311-1/+14
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-1/+1
* common.opt: Document --param.Neil Booth2003-07-191-17/+127
* c.opt: Document Uncodumented; use it.Neil Booth2003-07-171-0/+4
* c-opts.c (print_help): Remove.Neil Booth2003-07-151-5/+32
* common.opt: More --help messages.Neil Booth2003-07-111-1/+1
* opts.c (wrap_help): Only pass int arguments as arguments to printf's '*' modi...Andreas Jaeger2003-07-091-3/+3
* * opts.c (wrap_help): Use unsigned int, not size_t.Neil Booth2003-07-081-3/+3
* Makefile.in: Update.Neil Booth2003-07-081-4/+87
* opts.c (common_handle_option): Correct handling of the -falign- switches that...Neil Booth2003-07-071-4/+16
* c-common.h (c_comon_handle_filename, [...]): New.Neil Booth2003-07-061-90/+84
* * opts.c (common_handle_options): Negate sense of -falign- switches.Neil Booth2003-07-041-4/+4
* c-common.h (c_common_init_options): New prototype.Neil Booth2003-07-021-12/+8