summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)Author
2020-05-06add a new option -flarge-source-files.qing zhao
2020-04-30toplev.c: Check for null argument to fprintfStefan Schulze Frielinghaus
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm
2019-11-20drop attempt to reuse cgraph callees for -fcallgraph-infoAlexandre Oliva
2019-11-19Restore init_ggc_heuristics.Martin Liska
2019-11-12Remove last leftover usage of params* files.Martin Liska
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-06introduce -fcallgraph-info optionEric Botcazou
2019-10-29Print header in dump_memory_report.Martin Liska
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm
2019-10-10re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek
2019-08-19PR target/91441 - Turn off -fsanitize=kernel-address if TARGET_ASAN_SHADOW_OF...Kito Cheng
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-07Enable sanitization for hash tables.Martin Liska
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-17Handle a location with NULL as a file (PR driver/90495)Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-02-20re PR tree-optimization/88074 (g++ hangs on math expression)Jakub Jelinek
2019-02-19re PR tree-optimization/88074 (g++ hangs on math expression)Richard Biener
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-19Eliminate global state from -fsave-optimization-recordDavid Malcolm
2018-11-13toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on sta...Eric Botcazou
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-07-20Add "-fsave-optimization-record"David Malcolm
2018-07-17Clean up of new format of -falign-FOO.Martin Liska
2018-07-04[multiple changes]Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva
2018-02-09[LVU] Introduce location viewsAlexandre Oliva
2018-01-06re PR debug/83480 (ICE in create_block_for_bookkeeping, at sel-sched.c:4557)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-12[SFN] Introduce -gstatement-frontiers option, enable debug markersAlexandre Oliva
2017-11-13re PR lto/81351 (Many LTO testcases FAIL)Eric Botcazou
2017-11-06ipa-fnsummary.c: fix use-after-free crash (PR jit/82826)David Malcolm
2017-10-29Delete obsolete SDB debug info support.James E Wilson
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist