summaryrefslogtreecommitdiff
path: root/gcc/opts.c
Commit message (Expand)AuthorAgeFilesLines
* common.opt: Add driver options.Joseph Myers2010-08-161-9/+28
* opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers2010-08-111-22/+35
* tree-ssa-ccp.c (struct prop_value_d): Add mask member.Richard Guenther2010-08-061-0/+1
* Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop2010-08-021-0/+1
* common.opt (-G): Don't define option here.Joseph Myers2010-07-301-5/+0
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-154/+75
* common.opt (o): Add MissingArgError.Joseph Myers2010-07-271-1/+3
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-271-10/+5
* re PR other/44034 (target hooks are hard to maintain)Joern Rennecke2010-06-291-2/+2
* tree-pass.h (pass_split_functions): Declare.Jan Hubicka2010-06-251-0/+1
* diagnostic.h (diagnostic_classification_change_t): New.DJ Delorie2010-06-211-2/+4
* re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers2010-06-201-70/+77
* opts-common.c: Include options.h.Joseph Myers2010-06-121-117/+25
* invoke.texi (Wsuggest-attribute): Document.Jan Hubicka2010-06-111-0/+5
* optabs.c (init_optabs): Guard all accesses to reinit.Richard Guenther2010-06-011-1/+2
* opts.c (common_handle_option): Handle OPT_Ofast.Richard Guenther2010-05-261-0/+1
* diagnostic.c: Don't include opts.h.Joseph Myers2010-05-261-1/+53
* invoke.texi: Document -Ofast.Richard Guenther2010-05-251-1/+23
* invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther2010-05-191-0/+4
* ipacp_0.c: New test.Jan Hubicka2010-05-181-1/+0
* invoke.texi (-fipa-struct-reorg): Do not mention -fipa-type-escape.Richard Guenther2010-05-161-1/+0
* opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.Eric Botcazou2010-05-161-0/+8
* ipa-reference.c: Include toplev.hJan Hubicka2010-05-151-1/+0
* re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez2010-05-061-37/+57
* Sanitize the behavior of -Wcoverage-mismatch.Neil Vachharajani2010-05-041-0/+3
* invoke.texi (-fipa-profile): Document.Jan Hubicka2010-04-271-0/+1
* toplev.c (general_init): Set default for fdiagnostics-show-option.Manuel López-Ibáñez2010-04-231-1/+1
* * opts.c (decode_options): Enable pure-const pass for whopr.Jan Hubicka2010-04-211-1/+0
* opts.c (decode_options): Disable whpr incompatible passes.Jan Hubicka2010-04-191-0/+10
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-6/+26
* invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther2010-04-071-0/+4
* re PR other/43564 (ICE on code with optimize attribute and inlining)Jie Zhang2010-03-291-7/+1
* common.opt (fsched2-use-traces): Preserved for backward compatibility.Alexander Monakov2010-02-091-0/+1
* invoke.texi: Fix name of sched1 dump.Steven Bosscher2010-02-031-1/+1
* invoke.texi: Remove the documentation about option -Wunreachable-code.Eric Fisher2010-01-051-0/+1
* Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu2010-01-031-17/+28
* tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther2009-12-151-4/+0
* opts.c (decode_options): If optimize is bigger than 255, set it to 255.Jakub Jelinek2009-11-271-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-10/+10
* opts.c (decode_options): Don't enable flag_schedule_insns when optimizing for...Richard Earnshaw2009-11-221-1/+2
* c-opts.c (c_common_post_options): Move LTO option processing code ...Richard Guenther2009-11-041-0/+22
* common.opt (fuse-linker-plugin): New option.Rafael Avila de Espindola2009-10-281-0/+4
* invoke.texi (fira-loop-pressure): Update default value.Vladimir Makarov2009-10-221-1/+0
* params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.Vladimir Makarov2009-10-141-0/+1
* re PR lto/41565 (-m32 causes an ICE when the object files were compiled with ...Richard Guenther2009-10-131-26/+37
* re PR bootstrap/41395 (Revision 151800 failed bootstrap)Martin Jambor2009-10-061-0/+1
* Merge lto branch into trunk.Diego Novillo2009-10-031-6/+33
* re PR bootstrap/41395 (Revision 151800 failed bootstrap)H.J. Lu2009-09-201-1/+0
* common.opt (fipa-sra): New switch.Martin Jambor2009-09-171-0/+1
* dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill2009-09-121-1/+1