aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-5/+5
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-0/+32
2008-08-08re PR c/28875 ("-Wextra -Wno-unused-parameter -Wall" doesn't work as expected)Manuel López-Ibáñez1-22/+1
2008-07-31passes.c (init_optimization_passes): Always call pass_early_warn_uninitialized.Richard Guenther1-7/+0
2008-07-29flags.h (flag_really_no_inline): Remove.Jan Hubicka1-14/+1
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-18/+1
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-0/+1
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-119/+200
2008-07-20extend.texi (flatten attribute): Remove note about unit-at-a-timeJan Hubicka1-5/+18
2008-07-10re PR other/28322 (GCC new warnings and compatibility)Peter Maydell1-6/+9
2008-07-09invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok1-6/+41
2008-07-04tree-ssa-structalias.c (lookup_vi_for_tree): Declare.Richard Guenther1-0/+3
2008-07-01Makefile.in (tree-switch-conversion.o): Add.Martin Jambor1-0/+1
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-3/+3
2008-06-18c-opts.c (c_common_post_options): PCH is not compatible with no-unit-at-a-time.Jan Hubicka1-2/+7
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-4/+4
2008-06-04tree-call-cdce.c: New file.Xinliang David Li1-0/+2
2008-05-20Revert r135493 & r135463Xinliang David Li1-1/+0
2008-05-17Check in tree-dce enh to trunkXinliang David Li1-0/+1
2008-05-09invoke.texi (-fdump-tree-salias): Remove documentation.Richard Guenther1-1/+1
2008-05-03re PR middle-end/34973 (Wno-strict-aliasing is not working)Richard Guenther1-0/+2
2008-03-31common.opt (fprofile-dir=, [...]): New optionsSeongbae Park1-0/+13
2008-03-04re PR other/28322 (GCC new warnings and compatibility)Manuel López-Ibáñez1-1/+1
2008-02-26common.opt (Wlarger-than=): New.Manuel López-Ibáñez1-0/+5
2008-02-25re PR other/28322 (GCC new warnings and compatibility)Manuel López-Ibáñez1-0/+41
2008-02-20invoke.texi (Warning Options): Add new option -Wframe-larger-than=.Seongbae Park1-0/+10
2008-02-19* opts.c (print_specific_help): Fix typo in --help text.Nick Clifton1-1/+1
2008-02-19re PR other/31349 (gcc -v --help returns no options for C, C++)Nick Clifton1-23/+71
2008-01-22re PR c/32102 (-Wall stomps on -Wstrict-overflow)Manuel López-Ibáñez1-8/+0
2008-01-09re PR debug/26364 ([no unit-at-a-time mode] Uninlined function is marked as i...Steven Bosscher1-0/+10
2007-12-07re PR middle-end/34382 (-fforce-addr completely broken)Richard Guenther1-0/+1
2007-12-03re PR middle-end/34317 (-fno-tree-store-copy-prop causes an ICE)Jakub Jelinek1-0/+1
2007-11-19re PR tree-optimization/34036 (ICE with control flow in the middle of basic ...Eric Botcazou1-5/+4
2007-10-29passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.Richard Guenther1-1/+0
2007-10-15re PR tree-optimization/33136 (wrong code due to alias with allocation in loop)Jakub Jelinek1-1/+0
2007-09-18* opts.c (decode_options): Enable vectorization under -O3.Dorit Nuzman1-0/+1
2007-09-05opts.c (common_handle_option): Enable inlining functions for -fprofile-generate.Jan Hubicka1-0/+2
2007-09-04re PR middle-end/29478 (optimization generates warning for casts)Jan Hubicka1-0/+8
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-0/+15
2007-08-18Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook1-0/+5
2007-08-07common.opt (finstrument-functions-exclude-function-list): New option.Ian Lance Taylor1-0/+100
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-04target.h (struct gcc_target): Add target_help field.Nick Clifton1-0/+4
2007-06-12opts.c (common_handle_option): Handle new option -fdbg-cnt-list.Seongbae Park1-0/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-0/+5
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-0/+1
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus1-0/+17
2007-05-04opts.c (decode_options): Do not fiddle with inlining parameters in case of op...Jan Hubicka1-3/+2
2007-04-17invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl1-0/+254