aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
AgeCommit message (Expand)AuthorFilesLines
2023-01-05modula-2, driver: Implement handling for -static-libgm2.Iain Sandoe1-0/+4
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-30Make Warray-bounds alias to Warray-bounds= [PR107787]Iskander Shakirzyanov1-2/+1
2022-11-25OpenMP: Generate SIMD clones for functions with "declare target"Sandra Loosemore1-0/+22
2022-11-05Support multilib-aware target lib flags self-specs overridingAlexandre Oliva1-0/+4
2022-10-10c++: Lambda context manglingNathan Sidwell1-0/+3
2022-10-07Introduce DWARF_VERSION_DEFAULT and redefine for VxWorksOlivier Hainque1-1/+1
2022-09-29support -gz=zstd for both linker and assemblerMartin Liska1-1/+4
2022-09-23opts: fix --help=common with '\t' descriptionMartin Liska1-1/+1
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-16/+10
2022-08-17fortran: Add -static-libquadmath support [PR46539]Jakub Jelinek1-0/+4
2022-06-23Introduce -nostdlib++ optionAlexandre Oliva1-0/+3
2022-06-23diagnostics: add ability to associate diagnostics with rules from coding stan...David Malcolm1-0/+4
2022-06-22ubsan: default to trap on unreachable at -O0 and -Og [PR104642]Jason Merrill1-0/+4
2022-06-18ubsan: Add -fsanitize-trap= supportJakub Jelinek1-2/+13
2022-06-13Introduce -finstrument-functions-onceEric Botcazou1-1/+5
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-1/+7
2022-06-02Add -fdiagnostics-format={json-stderr|json-file}David Malcolm1-2/+8
2022-04-06--target-help: align with --help=targetMartin Liska1-1/+1
2022-03-02Don't emit switch-unreachable warnings for -ftrivial-auto-var-init (PR102276)Qing Zhao1-0/+4
2022-02-02Correct typos in -Wuse-after-free description.Martin Sebor1-2/+2
2022-01-24options: Add EnumBitSet property support [PR104158]Jakub Jelinek1-3/+3
2022-01-24options: Fix up -fsanitize-coverage= [PR104158]Jakub Jelinek1-7/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-15Add -Wuse-after-free [PR80532].Martin Sebor1-0/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-29Support ld.mold linker.Martin Liska1-0/+4
2021-12-18PR target/32803: Add -Oz option for improved clang compatibility.Roger Sayle1-0/+4
2021-12-16c++: layout of aggregate base with DMI [PR103681]Jason Merrill1-0/+4
2021-12-13Add -fipa-strict-aliasingJan Hubicka1-0/+4
2021-12-02Implement -fprofile-prefix-map.Martin Liska1-0/+4
2021-12-01darwin, d: Support outfile substitution for libphobosIain Buclaw1-0/+4
2021-11-23Implement -Winfinite-recursion [PR88232].Martin Sebor1-0/+4
2021-11-18Turn -fsemantic-interposition to optimization flagJan Hubicka1-1/+1
2021-11-10attribs: Implement -Wno-attributes=vendor::attr [PR101940]Marek Polacek1-1/+8
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-0/+13
2021-10-28hardened conditionalsAlexandre Oliva1-0/+8
2021-10-21options: Fix variable tracking option processing.Martin Liska1-1/+1
2021-10-14Eliminate AUTODETECT_VALUE usage in options.Martin Liska1-14/+10
2021-10-13Fix handling of flag_rename_registers by a target.Martin Liska1-3/+3
2021-10-11opts: Remove AUTODETECT_VALUE usage.Martin Liska1-3/+3
2021-10-11Remove usage of IRA_REGION_AUTODETECTMartin Liska1-1/+1
2021-10-08Enable auto-vectorization at O2 with very-cheap cost model.liuhongt1-1/+1
2021-09-27flag_complex_method: support optimize attributeMartin Liska1-0/+3
2021-09-09Add -ftrivial-auto-var-init option and uninitialized variable attribute.qing zhao1-0/+16
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt1-1/+4
2021-08-30Make sure -fexceptions is enabled when -fnon-call-exceptions isRichard Biener1-1/+1
2021-08-09Don't consider '-foffload-abi' in 'DEF_GOACC_BUILTIN', 'DEF_GOMP_BUILTIN'Thomas Schwinge1-1/+1
2021-07-06add -fmove-loop-stores option to control GIMPLE loop store-motionRichard Biener1-0/+4
2021-06-30gcc.c: Add -foffload= to display_helpTobias Burnus1-3/+0