aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts-global.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-29Fix --help=target (PR other/39851).Martin Liska1-4/+8
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-16re PR target/48344 (powerpc ICE with -fstack-limit-register=r2)Kelvin Nilsen1-2/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+7
2015-09-23[c-family/49654/49655] reject invalid options in pragma diagnosticManuel López-Ibáñez1-1/+1
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-1/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-17asan.c (set_sanitized_sections): New function.Yury Gribov1-0/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-0/+5
2014-11-13opts-global.c (postpone_unknown_option_warning): Fix spelling.Manuel López-Ibáñez1-2/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-28Allow to override Asan shadow offset.Yury Gribov1-0/+9
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-10-31re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ...Sharad Singhai1-38/+0
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+11
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-3/+3
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-0/+47
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-19/+0
2011-05-30New option to disable/enable optimization passes.Xinliang David Li1-0/+8
2011-04-22Proper handling of -Werror=coverage-mismatchXinliang David Li1-5/+0
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-4/+5
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-3/+30
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-1/+301
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers1-0/+105