aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-14analyzer: add -Wanalyzer-use-of-closed-filedevel/analyzerDavid Malcolm4-1/+116
2020-01-14diagnostic_path: fix up expected analyzer outputDavid Malcolm17-350/+238
2020-01-14diagnostic_path: avoid printing redundant dataDavid Malcolm18-168/+401
2020-01-14invoke.texi: update -fdiagnostics-show-cwe for analyzerDavid Malcolm2-1/+7
2020-01-14analyzer: fix ICE on METHOD_TYPE (PR 93212)David Malcolm3-2/+9
2020-01-14analyzer: fix global-sm-state issue affecting sm-signalDavid Malcolm4-0/+66
2020-01-14analyzer: cleanups to checker_pathDavid Malcolm3-17/+40
2020-01-14analyzer: delete checker_event::cloneDavid Malcolm2-72/+17
2020-01-14analyzer: ensure .dot output is valid for an empty BBDavid Malcolm4-0/+42
2020-01-14analyzer: fix tests for UNKNOWN_LOCATIONDavid Malcolm5-8/+50
2020-01-14tree-diagnostic-path.cc: properly handle ad-hoc wrappers of UNKNOWN_LOCATIONDavid Malcolm2-1/+7
2020-01-14analyzer: add known stdio functions to sm-file.cc (PR analyzer/58237)David Malcolm7-3/+207
2020-01-15tree-optimization: Fix tree dse of __*_chk PR93262Jakub Jelinek6-0/+106
2020-01-15tree-optimization: Fix tree dse of strncpy PR93249Jakub Jelinek4-40/+123
2020-01-15Daily bump.GCC Administrator1-1/+1
2020-01-14analyzer: introduce a set of known async-signal-unsafe functionsDavid Malcolm6-7/+89
2020-01-14analyzer: add function-set.cc/hDavid Malcolm7-0/+253
2020-01-14analyzer: purge state for unknown function callsDavid Malcolm20-38/+423
2020-01-14analyzer: fix dedupe issue seen with CVE-2005-1689David Malcolm12-21/+87
2020-01-15Remove bogus initial lines from test.Jakub Jelinek2-5/+5
2020-01-15i386: Fix wrong-code x86 issue with avx512{f,vl} fma PR93009Jakub Jelinek4-16/+70
2020-01-14analyzer: better logging for dedupe_winners::addDavid Malcolm2-3/+25
2020-01-14[PR90916] Use TI accessor.Nathan Sidwell2-3/+5
2020-01-14Compare TREE_ADDRESSABLE and TYPE_MODE when ODR checking types.Jan Hubicka5-0/+52
2020-01-14Initial commit of analyzerDavid Malcolm222-8/+40744
2020-01-14PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill12-20/+44
2020-01-14[PR90916] ICE in retrieve specializationNathan Sidwell3-5/+24
2020-01-14PR target/93254 - -msse generates sse2 instructionsUros Bizjak2-1/+7
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm22-3/+105
2020-01-14 PR c++/92594 - ICE with inherited trivial default ctor.Jason Merrill3-1/+23
2020-01-14 PR c++/92009 - ICE with punning of typeid.Jason Merrill5-1/+50
2020-01-14Fix dejagnu pruning of constexpr context messages.Jason Merrill2-1/+5
2020-01-14The mentioned auto-generated file is no more part of theGeorg-Johann Lay2-1/+10
2020-01-14Typo.Georg-Johann Lay2-4/+4
2020-01-14PR middle-end/93246 - missing alias subsetsRichard Biener2-4/+61
2020-01-14Fix typo and avoid possible memory leak in average_num_loop_insnsKewen Lin2-1/+9
2020-01-13 PR c++/92746 - ICE with noexcept of function concept check.Jason Merrill3-0/+11
2020-01-13 PR c++/92582 - ICE with member template as requirement.Jason Merrill5-11/+57
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo21-169/+934
2020-01-14Daily bump.GCC Administrator1-1/+1
2020-01-13Add initial octeontx2 support.Andrew Pinski4-2/+28
2020-01-13Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_gitJonathan Wakely3-9/+12
2020-01-13testsuite: remove unused dg-line directiveDavid Malcolm2-1/+6
2020-01-13MAINTAINERS: Update my email address.Anatoliy Sokolov2-1/+5
2020-01-13Revert "contrib: Add in the default push rule which was overridden"Richard Earnshaw3-11/+12
2020-01-13contrib: Add in the default push rule which was overriddenRichard Earnshaw3-3/+17
2020-01-13IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)Martin Jambor2-1/+63
2020-01-13PR c++/80265 - constexpr __builtin_mem*.Jason Merrill2-5/+102
2020-01-13PR c++/33799 - destroy return value if local cleanup throws.Jason Merrill7-0/+88
2020-01-13 PR c++/93238 - short right-shift with enum.Jason Merrill3-3/+18