aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Fix 2 more leaks related to gen_command_line_string.Martin Liska1-5/+9
2021-02-08opts: fix handling of -fpatchable-function-entries optionMartin Liska1-1/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-04Refactor -frecord-gcc-switches.Martin Liska1-158/+18
2020-11-25libsanitizer: Add hwasan pass and associated gimple changesMatthew Malcomson1-1/+1
2020-11-25libsanitizer: mid-end: Introduce stack variable handling for HWASANMatthew Malcomson1-0/+3
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson1-0/+9
2020-11-13Asan changes for RISC-V.Jim Wilson1-1/+2
2020-11-06PR target/96307: Fix KASAN option checking.Kito Cheng1-1/+0
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-0/+1
2020-10-06dbgcnt: print list after compilationMartin Liska1-0/+4
2020-09-22Fix ipa-modref selftest and destructorJan Hubicka1-0/+3
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-3/+4
2020-08-12Fix up flag_cunroll_grow_size handling in presence of optimize attr [PR96535]Jakub Jelinek1-10/+0
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-3/+0
2020-07-23PR target/96260 - KASAN should work even back-end not porting anything.Kito Cheng1-1/+21
2020-06-07Introduce flag_cunroll_grow_size for cunrollguojiufu1-0/+5
2020-05-26revamp dump and aux output namesAlexandre Oliva1-18/+44
2020-05-06add a new option -flarge-source-files.qing zhao1-0/+3
2020-04-30toplev.c: Check for null argument to fprintfStefan Schulze Frielinghaus1-1/+1
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm1-0/+2
2019-11-20drop attempt to reuse cgraph callees for -fcallgraph-infoAlexandre Oliva1-8/+0
2019-11-19Restore init_ggc_heuristics.Martin Liska1-4/+4
2019-11-12Remove last leftover usage of params* files.Martin Liska1-8/+0
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-35/+143
2019-10-29Print header in dump_memory_report.Martin Liska1-2/+11
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska1-3/+3
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-0/+1
2019-10-10re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka1-1/+1
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek1-16/+0
2019-08-19PR target/91441 - Turn off -fsanitize=kernel-address if TARGET_ASAN_SHADOW_OF...Kito Cheng1-9/+1
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor1-1/+3
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska1-21/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-06-07Enable sanitization for hash tables.Martin Liska1-0/+4
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-5/+5
2019-05-17Handle a location with NULL as a file (PR driver/90495)Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-21/+22
2019-02-20re PR tree-optimization/88074 (g++ hangs on math expression)Jakub Jelinek1-2/+6
2019-02-19re PR tree-optimization/88074 (g++ hangs on math expression)Richard Biener1-0/+24
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-19Eliminate global state from -fsave-optimization-recordDavid Malcolm1-2/+6
2018-11-13toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on sta...Eric Botcazou1-2/+2
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm1-0/+2
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries1-0/+5