This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ac1a56b207 [analyzer] Correct modelling of OSDynamicCast: eagerly state split new e3b576dd4d [analyzer] Remove custom rule for OSIterator in RetainCountChecker new 43816b26ad [analyzer] [RetainCountChecker] Do not invalidate references [...] new 74495412f2 [analyzer] Fix a bug in "collapsed" graph viewer new f852c383f1 [AArch64] Implement FP16FML intrinsics
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/arm_neon.td | 27 +++ include/clang/Basic/arm_neon_incl.td | 7 + .../Core/PathSensitive/ExplodedGraph.h | 21 ++- .../StaticAnalyzer/Core/RetainSummaryManager.h | 2 +- lib/Basic/Targets/AArch64.cpp | 6 + lib/Basic/Targets/AArch64.h | 1 + lib/CodeGen/CGBuiltin.cpp | 36 ++++ lib/StaticAnalyzer/Core/ExplodedGraph.cpp | 3 +- lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 14 +- test/Analysis/osobject-retain-release.cpp | 7 + test/CodeGen/aarch64-neon-fp16fml.c | 196 +++++++++++++++++++++ test/Preprocessor/aarch64-target-features.c | 30 ++-- utils/TableGen/NeonEmitter.cpp | 37 ++++ 13 files changed, 357 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/aarch64-neon-fp16fml.c