This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ddeb60876d [PowerPC] Do not emit record-form rotates when record-form [...] new 21cc5d93b2a On Windows we need to be able to process response files wit [...] new a3170b6798c Re-commit: Make STATISTIC() values available programmatically
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 | 16 ++++- include/llvm/Config/llvm-config.h.cmake | 5 ++ lib/Support/CommandLine.cpp | 6 +- lib/Support/Statistic.cpp | 30 +++++++-- unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/StatisticTest.cpp | 106 ++++++++++++++++++++++++++++++++ unittests/Support/CommandLineTest.cpp | 35 +++++++++++ 8 files changed, 195 insertions(+), 8 deletions(-) create mode 100644 unittests/ADT/StatisticTest.cpp