summaryrefslogtreecommitdiff
path: root/gcc/opts-global.c
AgeCommit message (Expand)Author
2020-08-18options: Make --help= see overridden valuesKewen Lin
2020-05-05Provide hint for misspelled -fdump-foo options.Martin Liska
2020-02-17c/86134 avoid errors for unrecognized -Wno- optionsRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm
2019-07-22Make a warning for -Werror=wrong-language (PR driver/91172).Martin Liska
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-28Support again multiple --help options (PR other/90315).Martin Liska
2019-05-03opts.h (finish_options): Remove lang_mask argument.Jakub Jelinek
2019-05-02Postpone print of --help=* option.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-03Update copyright years.Jakub Jelinek
2017-08-29Fix --help=target (PR other/39851).Martin Liska
2017-08-08trans.c: Include header files.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-02-16re PR target/48344 (powerpc ICE with -fstack-limit-register=r2)Kelvin Nilsen
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-23[c-family/49654/49655] reject invalid options in pragma diagnosticManuel López-Ibáñez
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-17asan.c (set_sanitized_sections): New function.Yury Gribov
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez
2014-11-13opts-global.c (postpone_unknown_option_warning): Fix spelling.Manuel López-Ibáñez
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-28Allow to override Asan shadow offset.Yury Gribov
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-10-31re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ...Sharad Singhai
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod
2013-10-14Introduce gcc::dump_manager classDavid Malcolm
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther
2011-05-30New option to disable/enable optimization passes.Xinliang David Li