This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 557221a [PowerPC] Add support for -mlongcall new 8c23b33 [sanitizer-coverage] add two more modes of instrumentation: t [...]
The 1 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/Transforms/Instrumentation.h | 5 +- .../Instrumentation/SanitizerCoverage.cpp | 81 ++++++++++++++++++++-- .../SanitizerCoverage/cmp-tracing.ll | 4 +- .../SanitizerCoverage/div-tracing.ll | 37 ++++++++++ .../SanitizerCoverage/gep-tracing.ll | 32 +++++++++ .../SanitizerCoverage/switch-tracing.ll | 4 +- 6 files changed, 152 insertions(+), 11 deletions(-) create mode 100644 test/Instrumentation/SanitizerCoverage/div-tracing.ll create mode 100644 test/Instrumentation/SanitizerCoverage/gep-tracing.ll