summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15analyzer: add -Wanalyzer-use-of-closed-filedevel/analyzerDavid Malcolm
2020-01-15diagnostic_path: fix up expected analyzer outputDavid Malcolm
2020-01-15diagnostic_path: avoid printing redundant dataDavid Malcolm
2020-01-15invoke.texi: update -fdiagnostics-show-cwe for analyzerDavid Malcolm
2020-01-15analyzer: fix ICE on METHOD_TYPE (PR 93212)David Malcolm
2020-01-15analyzer: fix global-sm-state issue affecting sm-signalDavid Malcolm
2020-01-15analyzer: cleanups to checker_pathDavid Malcolm
2020-01-15analyzer: delete checker_event::cloneDavid Malcolm
2020-01-15analyzer: ensure .dot output is valid for an empty BBDavid Malcolm
2020-01-15analyzer: fix tests for UNKNOWN_LOCATIONDavid Malcolm
2020-01-15tree-diagnostic-path.cc: properly handle ad-hoc wrappers of UNKNOWN_LOCATIONDavid Malcolm
2020-01-15analyzer: add known stdio functions to sm-file.cc (PR analyzer/58237)David Malcolm
2020-01-15tree-optimization: Fix tree dse of __*_chk PR93262Jakub Jelinek
2020-01-15tree-optimization: Fix tree dse of strncpy PR93249Jakub Jelinek
2020-01-15Daily bump.GCC Administrator
2020-01-14analyzer: introduce a set of known async-signal-unsafe functionsDavid Malcolm
2020-01-14analyzer: add function-set.cc/hDavid Malcolm
2020-01-14analyzer: purge state for unknown function callsDavid Malcolm
2020-01-14analyzer: fix dedupe issue seen with CVE-2005-1689David Malcolm
2020-01-14Remove bogus initial lines from test.Jakub Jelinek
2020-01-14i386: Fix wrong-code x86 issue with avx512{f,vl} fma PR93009Jakub Jelinek
2020-01-14analyzer: better logging for dedupe_winners::addDavid Malcolm
2020-01-14[PR90916] Use TI accessor.Nathan Sidwell
2020-01-14Compare TREE_ADDRESSABLE and TYPE_MODE when ODR checking types.Jan Hubicka
2020-01-14Initial commit of analyzerDavid Malcolm
2020-01-14PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill
2020-01-14[PR90916] ICE in retrieve specializationNathan Sidwell
2020-01-14PR target/93254 - -msse generates sse2 instructionsUros Bizjak
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-14 PR c++/92594 - ICE with inherited trivial default ctor.Jason Merrill
2020-01-14 PR c++/92009 - ICE with punning of typeid.Jason Merrill
2020-01-14Fix dejagnu pruning of constexpr context messages.Jason Merrill
2020-01-14The mentioned auto-generated file is no more part of theGeorg-Johann Lay
2020-01-14Typo.Georg-Johann Lay
2020-01-14PR middle-end/93246 - missing alias subsetsRichard Biener
2020-01-14Fix typo and avoid possible memory leak in average_num_loop_insnsKewen Lin
2020-01-14 PR c++/92746 - ICE with noexcept of function concept check.Jason Merrill
2020-01-14 PR c++/92582 - ICE with member template as requirement.Jason Merrill
2020-01-14Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-14Daily bump.GCC Administrator
2020-01-13Add initial octeontx2 support.Andrew Pinski
2020-01-13Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_gitJonathan Wakely
2020-01-13testsuite: remove unused dg-line directiveDavid Malcolm
2020-01-13MAINTAINERS: Update my email address.Anatoliy Sokolov
2020-01-13Revert "contrib: Add in the default push rule which was overridden"Richard Earnshaw
2020-01-13contrib: Add in the default push rule which was overriddenRichard Earnshaw
2020-01-13IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)Martin Jambor
2020-01-13PR c++/80265 - constexpr __builtin_mem*.Jason Merrill
2020-01-13PR c++/33799 - destroy return value if local cleanup throws.Jason Merrill
2020-01-13 PR c++/93238 - short right-shift with enum.Jason Merrill