aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-01Append target/optimize attr to the current cmdline.Martin Liska1-0/+8
2021-09-27flag_complex_method: support optimize attributeMartin Liska1-8/+0
2021-07-19debug: Allow means for targets to opt out of CTF/BTF supportIndu Bhagat1-2/+9
2021-06-28CTF/BTF debug formatsIndu Bhagat1-2/+17
2021-06-28ipa-sra: Restructure how cloning and call redirection communicate (PR 93385)Martin Jambor1-0/+2
2021-06-11Introduce -Wcoverage-invalid-line-numberMartin Liska1-6/+13
2021-05-20dwarf: new dwarf_debuginfo_p predicateIndu Bhagat1-4/+2
2021-05-20opts: change write_symbols to support bitmasksIndu Bhagat1-3/+6
2021-05-10Reset prologue_location before calling code_endBernd Edlinger1-0/+1
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