]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/opts.c
* doc/install.texi (Specific, alpha): Remove note to use
[thirdparty/gcc.git] / gcc / opts.c
2019-08-09  marxinAdd -flto=auto option value.
2019-08-09  marxinProvide proper error message for -flto=abcd.
2019-07-29  rsandifoDon't run DSE at -Og
2019-07-24  mseborPR driver/80545 - option -Wstringop-overflow not recogn...
2019-07-24  law * gimplify.c (flag_instrument_functions_exclude_p...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-06-13  fxuePR tree-optimization/89713 - Assume loop with an exit...
2019-06-03  wilcoFix alignment option parser (PR90684)
2019-05-28  marxinSupport again multiple --help options (PR other/90315).
2019-05-23  rguenth2019-05-23 Richard Biener <rguenther@suse.de>
2019-05-17  mseborgcc/ada/ChangeLog:
2019-05-03  jakub * opts.h (finish_options): Remove lang_mask argument.
2019-05-02  marxinPostpone print of --help=* option.
2019-04-30  marxinAdd option suggestion for -Werror=foo and corresponding...
2019-04-30  marxinWrap a string with _ for translation (PR translation...
2019-03-19  rguenth2019-03-19 Richard Biener <rguenther@suse.de>
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-01-30  rguenth2019-01-30 Richard Biener <rguenther@suse.de>
2019-01-06  hubicka * opts.c (enable_fdo_optimizations): Enable
2019-01-01  jakub Update copyright years.
2018-12-17  rsandifoAdd a loop versioning pass
2018-11-29  qinzhaoAdd a new option -flive-patching={inline-only-static...
2018-11-15  dmalcolmMachine-readable diagnostic output (PR other/19165)
2018-11-14  sandra2018-11-14 Sandra Loosemore <sandra@codesourcery...
2018-11-09  marxinCome up with -fipa-reference-addressable flag.
2018-11-08  law * collect2.c (linker_select): Add USE_LLD_LD.
2018-11-01  aolivagOlogy: skip dbranch at -Og
2018-10-15  dmalcolmdiagnostics: add minimum width to left margin for line...
2018-09-03  marxinCome up with TARGET_GET_VALID_OPTION_VALUES option...
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-09  dmalcolmdiagnostics: add line numbers to source (PR other/84889)
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-07-17  marxinDo not enable OPT_falign_* for -Os.
2018-07-17  marxinDefine MAX_CODE_ALIGN globally.
2018-07-04  marxin2018-07-04 Denys Vlasenko <dvlasenk@redhat.com>
2018-06-28  marxinCome up with new --completion option.
2018-02-20  marxinAdd limit for maximal alignment options (PR c/84310).
2018-01-18  borisAdd ability to remap file names in __FILE__, etc (PR...
2018-01-15  jakub PR middle-end/82694
2018-01-03  jakub Update copyright years.
2017-12-19  nathan[PATCH] -fdump-tree, -save-temps=obj & subdirs
2017-12-08  matzFix PR83323
2017-12-07  amker PR tree-optimization/81303
2017-12-07  matzAdd unroll and jam pass
2017-12-05  jakubgcc/
2017-11-16  wilcoSet default to -fomit-frame-pointer
2017-10-29  wilsonDelete obsolete SDB debug info support.
2017-10-19  jakub * flag-types.h (enum sanitize_code): Add SANITIZE_BUIL...
2017-10-11  marxinDo not error for no_sanitize attributes (PR sanitizer...
2017-09-06  jakub * asan.c (initialize_sanitizer_builtins): Add
2017-08-29  marxinFix --help=target (PR other/39851).
2017-08-08  amker * doc/invoke.texi: Document -ftree-loop-distribution...
2017-08-01  jgreenhalghRemove flag_tree_vectorize
2017-07-28  jakub PR sanitizer/80998
2017-07-25  rguenth2017-07-07 Torsten Duwe <duwe@suse.de>
2017-07-17  marxinDo not allow -fgnu-tm w/ -fsanitize={kernel-,}address...
2017-07-14  marxinRemove Java references in source code.
2017-07-14  marxinAdd additional quotes to opts.c.
2017-07-13  marxinAdd quotes to error messages related to Sanitizers.
2017-07-06  chefmaxgcc/
2017-06-28  marxinIntroduce IntegerRange for options (PR driver/79659).
2017-06-13  marxinImplement no_sanitize function attribute
2017-06-11  hubicka * opts.c (finish_options): Move test for flag_split_st...
2017-06-09  iangcc/:
2017-06-08  hubicka * opts.c (finish_options): x_flag_reorder_blocks_and_p...
2017-05-02  rguenth2017-05-02 Richard Biener <rguenther@suse.de>
2017-03-10  dmalcolmAdd missing punctuation to message (PR driver/79875)
2017-02-28  marxinIntroduce =<number> for couple of options.
2017-02-24  jakub PR c/79677
2017-01-30  marxinFix profile corruption with -O1 (PR gcov-profile/79259)
2017-01-11  dmalcolmOffer suggestions for unrecognized sanitizer options...
2017-01-09  jakub PR translation/79019
2017-01-01  jakub Update copyright years.
2016-12-20  jgreenhalgh[Patch] Turn -fexcess-precision=fast on when in -ffast...
2016-12-08  dvyukovEnable -fsanitize-address-use-after-scope only if ...
2016-11-23  jakub PR sanitizer/69278
2016-11-23  aldyh PR target/78213
2016-11-09  jakub * flag-types.h (enum sanitize_code): Add SANITIZE_SHIF...
2016-11-07  marxinIntroduce -fsanitize-address-use-after-scope
2016-10-28  ktkachovGIMPLE store merging pass
2016-10-24  marxinDo not disable aggressive loop opts for
2016-10-20  matzloop splitting
2016-10-09  prathamesh34922016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-09-26  marxinFix handling of -fsanitize-recover* options.
2016-09-20  kuganAdd IPA VRP
2016-09-07  uros * config/i386/i386.c: Add 'U' suffix to processor...
2016-08-26  prathamesh3492Patch for performing interprocedural bitwise constant...
2016-08-12  mpolacek PR c/7652
2016-07-12  rguenth2016-07-12 Steven Bosscher <steven@gcc.gnu.org>
2016-06-30  dmalcolmOffer suggestions for misspelled --param names.
2016-06-22  dmalcolmImplement -fdiagnostics-parseable-fixits
2016-05-30  hubicka * doc/invoke.texi (-fpeel-loops,-O3): Update documenta...
2016-05-12  mpolacek PR driver/71063
2016-05-03  bernds PR rtl-optimization/57193
2016-04-26  berndsEnable -frename-registers at -O2.
2016-03-17  hjlProperly set flag_pie and flag_pic
2016-02-12  dmalcolmPR driver/69265 and 69453: improved suggestions for...
2016-01-26  jakub PR lto/69254
2016-01-19  dmalcolmFix memory chunk corruption for opts_obstack (PR jit...
2016-01-19  jambormMerge of HSA
next