summaryrefslogtreecommitdiff
path: root/gcc/common.opt
AgeCommit message (Expand)Author
2020-05-11Fix typo in fprofile-prefix-path.Martin Liska
2020-05-06add a new option -flarge-source-files.qing zhao
2020-04-23PR driver/90983 - manual documents `-Wno-stack-usage` flag but it is unrecogn...Martin Sebor
2020-04-16Make it possible to have different instrumented and feedback builds without c...Jan Hubicka
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener
2020-03-15driver: Fix redundant descriptions in optionsLewis Hyatt
2020-02-18Introduce -fprofile-reproducibility and support it with TOP N.Martin Liska
2020-01-14Initial commit of analyzerDavid Malcolm
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-07Make warn_inline Optimization option.Martin Liska
2020-01-07Mark -free as Optimization option.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm
2019-12-08re PR tree-optimization/92860 (Global flags affected by -O settings are clobb...Jan Hubicka
2019-12-06common.opt (fprofile-partial-training): Terminate description with full stop.Jakub Jelinek
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka
2019-11-20PR85678: Change default to -fno-commonWilco Dijkstra
2019-11-13Enhance syntax of -fdbg-cnt.Martin Liska
2019-11-12Remove last leftover usage of params* files.Martin Liska
2019-11-12Param to options conversion.Martin Liska
2019-11-06introduce -fcallgraph-info optionEric Botcazou
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar
2019-10-20common.opt (-fcommon): Fix description.Bernd Edlinger
2019-10-15re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska
2019-09-09Remove bt-load.cRichard Sandiford
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek
2019-07-29Don't run DSE at -OgRichard Sandiford
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-07-08subreg: Add -fsplit-wide-types-early (PR88233)Segher Boessenkool
2019-07-03Add zstd support for LTO bytecode compression.Martin Liska
2019-07-03Add -fprofile-note option.Martin Liska
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue
2019-06-07common.opt (flto-odr-type-merging): Ignore.Jan Hubicka
2019-05-31re PR debug/86964 (Too many debug symbols included, especially for extern glo...Thomas De Schampheleire
2019-03-09re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek
2019-02-25c.opt (Wmissing-attributes): Clean up doc string.Sandra Loosemore
2019-01-28common.opt (-Wattribute-alias): Remove "no-" from name.Bernd Edlinger
2019-01-15PR inline-asm/52813 revisitedRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-12-17Add a loop versioning passRichard Sandiford
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm
2018-11-12Instrument only selected files (PR gcov-profile/87442).Martin Liska
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-11-09Come up with the flag -fipa-stack-alignment.Martin Liska
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska
2018-11-08collect2.c (linker_select): Add USE_LLD_LD.Roman Geissler
2018-11-07common.opt: Add -Wattribute-warning.Nikolai Merinov