aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2383/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-28driver: Improve option diagnostics [PR103465]Martin Liska1-0/+2
2021-11-10attribs: Implement -Wno-attributes=vendor::attr [PR101940]Marek Polacek1-0/+2
2021-10-21options: Fix variable tracking option processing.Martin Liska1-46/+1
2021-10-21Move the initial debug_hooks settingRichard Biener1-3/+3
2021-10-15Always default to DWARF2_DEBUG if not specified, warn about deprecated STABSRichard Biener1-0/+5
2021-10-14Eliminate AUTODETECT_VALUE usage in options.Martin Liska1-27/+14
2021-10-13Fix handling of flag_rename_registers by a target.Martin Liska1-7/+0
2021-10-11opts: Remove AUTODETECT_VALUE usage.Martin Liska1-3/+3
2021-10-11Remove usage of IRA_REGION_AUTODETECTMartin Liska1-1/+1
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-1/+1
2021-10-07ctf: Do not warn for CTF not supported for GNU GIMPLEIndu Bhagat1-5/+7
2021-10-07build: Fix --enable-gather-detailed-mem-statsMartin Liska1-2/+3
2021-10-05Make flow of option processing more readily visibleRichard Biener1-24/+19
2021-10-03options: check for CL_OPTIMIZATION only for cl_options.Martin Liska1-1/+2
2021-10-02options: fix ASAN issue during saving of opt. optionsMartin Liska1-1/+1
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