summaryrefslogtreecommitdiff
path: root/gcc/opts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu2006-05-161-85/+0
* opts.c (flag_see): remove its setting at -O3.Mircea Namolaru2006-05-071-1/+0
* [multiple changes]Razya Ladelsky2006-05-041-0/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* opts.c (decode_options): Do not handle flag_strength_reduce.Zdenek Dvorak2006-02-271-1/+6
* common.opt (-floop-optimize, [...]): Remove.Steven Bosscher2006-02-261-10/+0
* re PR rtl-optimization/26184 (memory leaks in swing modulo scheduling function)Uttam Pawar2006-02-151-1/+2
* opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka2006-02-011-1/+7
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* c-pragma.c (handle_pragma_diagnostic): New.DJ Delorie2006-01-181-4/+32
* * opts.c (decode_options): Fix typo in message.Andreas Schwab2005-12-061-1/+1
* re PR target/24934 (profilebootstrap failure)James E Wilson2005-12-051-2/+19
* Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka2005-07-281-15/+8
* Makefile.in: Removed tree-promote-statics.cDaniel Berlin2005-07-191-1/+0
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-0/+4
* Removal of -fforce-mem.Fariborz Jahanian2005-07-061-1/+4
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+1
* c.opt, [...]: Remove "." from end of help texts.Joseph Myers2005-07-021-1/+1
* Makefile.in: Set and use UNWIND_H.Paul Brook2005-06-281-5/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* * opts.c (decode_options): Enable unit-at-a-time by default at -O1.Jan Hubicka2005-06-241-1/+1
* system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford2005-06-011-15/+27
* opts.h (cl_option_state): New structure.Richard Sandiford2005-06-011-0/+34
* cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata2005-05-291-1/+1
* opt-functions.awk (var_type): New function.Richard Sandiford2005-05-261-11/+20
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-1/+2
* Makefile.in (options.c): Tell optc-gen.awk to include config.h, system.h, cor...Richard Sandiford2005-05-161-0/+8
* common.opt (fdiagnostics-show-option): No variable is needed.DJ Delorie2005-05-031-0/+4
* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie2005-05-031-1/+2
* Correct fixes for various hot/cold partitioning concerns.Caroline Tice2005-04-271-0/+9
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-4/+4
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-4/+2
* Revert patch from April 9.Caroline Tice2005-04-121-9/+0
* Fix problems with labels with hot/cold partitioning.Caroline Tice2005-04-091-0/+9
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-0/+4
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-14/+1
* common.opt (m): Remove.Richard Sandiford2005-03-181-5/+10
* config.gcc (extra_options): New variable for listing option files.Richard Sandiford2005-03-141-18/+56
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-0/+1
* Makefile.in (tree-ssa-sink.o): New.Daniel Berlin2005-03-011-0/+1
* re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson2005-02-241-0/+1
* invoke.texi (ftree-vectorizer-verbose): New.Leehod Baruch2005-02-071-0/+4
* c-common.def, [...]: Update copyright.Kazu Hirata2005-01-271-1/+1
* re PR middle-end/17278 (8% C++ compile-time regression in comparison with 3.4...Steven Bosscher2005-01-271-4/+7
* opts.c (decode_options): Do not set max-inline-insns-rtl.Nathan Sidwell2004-11-291-2/+0
* re PR other/17594 (GCC does not error about unknown options which starts with...Matt Kraai2004-11-291-6/+6
* opts.h (add_input_filename): Remove extern declaration.Ben Elliston2004-11-181-9/+9
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-1/+1
* * opts.c (decode_options): Lower the crossjump threshold for -Os.Richard Earnshaw2004-10-291-0/+3
* * opts.c (decode_options): Don't run PRE at -Os.Diego Novillo2004-10-281-1/+3