This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c29d5318975 fix PR36582 new 0caccbe952f Make STATISTIC() values available programmatically new eafb434169f [AArch64] Harden test case
The 2 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: cmake/modules/HandleLLVMOptions.cmake | 4 + include/llvm/ADT/Statistic.h | 15 +- include/llvm/Config/llvm-config.h.cmake | 5 + lib/Support/Statistic.cpp | 30 ++- test/CodeGen/AArch64/neon-bitwise-instructions.ll | 309 +++++++++++----------- unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/StatisticTest.cpp | 106 ++++++++ 7 files changed, 312 insertions(+), 158 deletions(-) create mode 100644 unittests/ADT/StatisticTest.cpp