summaryrefslogtreecommitdiff
path: root/gcc/opts-global.c
Commit message (Expand)AuthorAgeFilesLines
* Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov2018-01-181-0/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix --help=target (PR other/39851).Martin Liska2017-08-291-4/+8
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR target/48344 (powerpc ICE with -fstack-limit-register=r2)Kelvin Nilsen2016-02-161-2/+12
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-6/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+7
* [c-family/49654/49655] reject invalid options in pragma diagnosticManuel López-Ibáñez2015-09-231-1/+1
* lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod2015-07-091-1/+1
* flags.h: Don't include flag-types.h or options.h.Andrew MacLeod2015-07-091-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* asan.c (set_sanitized_sections): New function.Yury Gribov2015-04-171-0/+4
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez2014-12-041-0/+5
* opts-global.c (postpone_unknown_option_warning): Fix spelling.Manuel López-Ibáñez2014-11-131-2/+2
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* Allow to override Asan shadow offset.Yury Gribov2014-10-281-0/+9
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+9
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ...Sharad Singhai2013-10-311-38/+0
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-1/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+11
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-3/+3
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-0/+47
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-031-19/+0
* New option to disable/enable optimization passes.Xinliang David Li2011-05-301-0/+8
* Proper handling of -Werror=coverage-mismatchXinliang David Li2011-04-221-5/+0
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-4/+5
* common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers2010-11-241-3/+30
* flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers2010-11-241-1/+301
* options.texi (Var): Document effects of Defer.Joseph Myers2010-11-191-0/+105