aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-29tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-2/+1
2008-12-09tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-11/+24
2008-10-14re PR middle-end/37805 (gcc --help=separate)Jakub Jelinek1-2/+0
2008-10-07re PR middle-end/37576 (-v --help ICEs)Jakub Jelinek1-2/+1
2008-09-26re PR middle-end/37576 (-v --help ICEs)Jakub Jelinek1-1/+2
2008-09-20tm.texi (TARGET_IRA_COVER_CLASSES): Define.Richard Sandiford1-6/+3
2008-09-14invoke.texi (-fconserve-stack): Document.Jan Hubicka1-0/+8
2008-09-08re PR middle-end/37415 (ICE with -ftree-store-ccp)Jakub Jelinek1-0/+1
2008-09-05opts.c (decode_options): Combine nested if statements.Janis Johnson1-9/+6
2008-09-05re PR target/37283 (Cannot build crtbegin.o for ARM)Janis Johnson1-8/+22
2008-09-02re PR target/37283 (Cannot build crtbegin.o for ARM)Samuel Tardieu1-28/+19
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-0/+13
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-27/+19
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka1-4/+14
2008-08-29common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther1-2/+1
2008-08-29invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3Jan Hubicka1-1/+8
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-14/+0
2008-08-26opts.c (decode_options): Add missing parameter to inform call.Hans-Peter Nilsson1-1/+1
2008-08-26[multiple changes]Vladimir Makarov1-0/+28
2008-08-24* opts.c (decode_options): Revert accidental change enabling ipa-cp.Jan Hubicka1-1/+0
2008-08-23ipa-cp.c (constant_val_insert): Remove.Jan Hubicka1-0/+1
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