summaryrefslogtreecommitdiff
path: root/gcc/common.opt
AgeCommit message (Expand)Author
2020-06-10Adds GimpleAccessor and ExprAccessorErick Ochoa
2020-06-09Fixes escape analysis testsErick Ochoa
2020-06-08Adds type-escape-analysis for testingErick Ochoa
2020-06-08Deletes and comments previous APIErick Ochoa
2020-06-04Merge branch 'erick/type-escape-analysis-refactor' into common/ipa-str-reorgErick Ochoa
2020-06-04remove ipa-typa-collectorErick Ochoa
2020-06-03MergingErick Ochoa
2020-06-03Rename to prototypeErick Ochoa
2020-06-03refactoring escape analysisErick Ochoa
2020-06-03Renames escape analysis to type playgroundErick Ochoa
2020-06-03renames hello-world pass to escape-analysisErick Ochoa
2020-06-03Adds ability to use only specified comparison functionsErick Ochoa
2020-06-03experiment with aliasErick Ochoa
2020-06-03Fixes testErick Ochoa
2020-06-03Changes pass name to type-escape-analysisErick Ochoa
2020-06-03collects pointersErick Ochoa
2020-06-03Migrating to common APIErick Ochoa
2020-06-03Adds Garys commitErick Ochoa
2020-06-03Allows to specify which struct to modify via CLIErick Ochoa
2020-06-03Initial commitErick Ochoa
2020-05-26revamp dump and aux output namesAlexandre Oliva
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