This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7cca07f llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +A [...] new ad47702 Add initial support for debug counting new 2287817 Add a DebugCounter for PredicateInfo renaming, and an associa [...] new 8b1bda0 Add two files lost in rebase, causing build break
The 3 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/llvm/Support/CommandLine.h | 3 + include/llvm/Support/DebugCounter.h | 141 +++++++++++++++++++++++++++++++++ lib/Support/CMakeLists.txt | 1 + lib/Support/CommandLine.cpp | 10 +-- lib/Support/DebugCounter.cpp | 108 +++++++++++++++++++++++++ lib/Transforms/Utils/PredicateInfo.cpp | 8 ++ test/Other/debugcounter.ll | 39 +++++++++ 7 files changed, 305 insertions(+), 5 deletions(-) create mode 100644 include/llvm/Support/DebugCounter.h create mode 100644 lib/Support/DebugCounter.cpp create mode 100644 test/Other/debugcounter.ll