aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts-global.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-484/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-02Implement -fprofile-prefix-map.Martin Liska1-0/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-06dbgcnt: print list after compilationMartin Liska1-4/+0
2020-08-18options: Make --help= see overridden valuesKewen Lin1-2/+8
2020-05-05Provide hint for misspelled -fdump-foo options.Martin Liska1-2/+1
2020-02-17c/86134 avoid errors for unrecognized -Wno- optionsRichard Biener1-2/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+1
2019-07-22Make a warning for -Werror=wrong-language (PR driver/91172).Martin Liska1-1/+5
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-5/+5
2019-05-28Support again multiple --help options (PR other/90315).Martin Liska1-2/+5
2019-05-03opts.h (finish_options): Remove lang_mask argument.Jakub Jelinek1-1/+5
2019-05-02Postpone print of --help=* option.Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
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