summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* analyzer: add -Wanalyzer-use-of-closed-filedevel/analyzerDavid Malcolm2020-01-144-1/+116
* diagnostic_path: fix up expected analyzer outputDavid Malcolm2020-01-1417-350/+238
* diagnostic_path: avoid printing redundant dataDavid Malcolm2020-01-1418-168/+401
* invoke.texi: update -fdiagnostics-show-cwe for analyzerDavid Malcolm2020-01-142-1/+7
* analyzer: fix ICE on METHOD_TYPE (PR 93212)David Malcolm2020-01-143-2/+9
* analyzer: fix global-sm-state issue affecting sm-signalDavid Malcolm2020-01-144-0/+66
* analyzer: cleanups to checker_pathDavid Malcolm2020-01-143-17/+40
* analyzer: delete checker_event::cloneDavid Malcolm2020-01-142-72/+17
* analyzer: ensure .dot output is valid for an empty BBDavid Malcolm2020-01-144-0/+42
* analyzer: fix tests for UNKNOWN_LOCATIONDavid Malcolm2020-01-145-8/+50
* tree-diagnostic-path.cc: properly handle ad-hoc wrappers of UNKNOWN_LOCATIONDavid Malcolm2020-01-142-1/+7
* analyzer: add known stdio functions to sm-file.cc (PR analyzer/58237)David Malcolm2020-01-147-3/+207
* tree-optimization: Fix tree dse of __*_chk PR93262Jakub Jelinek2020-01-156-0/+106
* tree-optimization: Fix tree dse of strncpy PR93249Jakub Jelinek2020-01-154-40/+123
* Daily bump.GCC Administrator2020-01-151-1/+1
* analyzer: introduce a set of known async-signal-unsafe functionsDavid Malcolm2020-01-146-7/+89
* analyzer: add function-set.cc/hDavid Malcolm2020-01-147-0/+253
* analyzer: purge state for unknown function callsDavid Malcolm2020-01-1420-38/+423
* analyzer: fix dedupe issue seen with CVE-2005-1689David Malcolm2020-01-1412-21/+87
* Remove bogus initial lines from test.Jakub Jelinek2020-01-152-5/+5
* i386: Fix wrong-code x86 issue with avx512{f,vl} fma PR93009Jakub Jelinek2020-01-154-16/+70
* analyzer: better logging for dedupe_winners::addDavid Malcolm2020-01-142-3/+25
* [PR90916] Use TI accessor.Nathan Sidwell2020-01-142-3/+5
* Compare TREE_ADDRESSABLE and TYPE_MODE when ODR checking types.Jan Hubicka2020-01-145-0/+52
* Initial commit of analyzerDavid Malcolm2020-01-14222-8/+40744
* PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill2020-01-1412-20/+44
* [PR90916] ICE in retrieve specializationNathan Sidwell2020-01-143-5/+24
* PR target/93254 - -msse generates sse2 instructionsUros Bizjak2020-01-142-1/+7
* hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm2020-01-1422-3/+105
* PR c++/92594 - ICE with inherited trivial default ctor.Jason Merrill2020-01-143-1/+23
* PR c++/92009 - ICE with punning of typeid.Jason Merrill2020-01-145-1/+50
* Fix dejagnu pruning of constexpr context messages.Jason Merrill2020-01-142-1/+5
* The mentioned auto-generated file is no more part of theGeorg-Johann Lay2020-01-142-1/+10
* Typo.Georg-Johann Lay2020-01-142-4/+4
* PR middle-end/93246 - missing alias subsetsRichard Biener2020-01-142-4/+61
* Fix typo and avoid possible memory leak in average_num_loop_insnsKewen Lin2020-01-142-1/+9
* PR c++/92746 - ICE with noexcept of function concept check.Jason Merrill2020-01-133-0/+11
* PR c++/92582 - ICE with member template as requirement.Jason Merrill2020-01-135-11/+57
* Missed function specialization + partial devirtualizationXiong Hu Luo2020-01-1321-169/+934
* Daily bump.GCC Administrator2020-01-141-1/+1
* Add initial octeontx2 support.Andrew Pinski2020-01-134-2/+28
* Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_gitJonathan Wakely2020-01-133-9/+12
* testsuite: remove unused dg-line directiveDavid Malcolm2020-01-132-1/+6
* MAINTAINERS: Update my email address.Anatoliy Sokolov2020-01-132-1/+5
* Revert "contrib: Add in the default push rule which was overridden"Richard Earnshaw2020-01-133-11/+12
* contrib: Add in the default push rule which was overriddenRichard Earnshaw2020-01-133-3/+17
* IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)Martin Jambor2020-01-132-1/+63
* PR c++/80265 - constexpr __builtin_mem*.Jason Merrill2020-01-132-5/+102
* PR c++/33799 - destroy return value if local cleanup throws.Jason Merrill2020-01-137-0/+88
* PR c++/93238 - short right-shift with enum.Jason Merrill2020-01-133-3/+18