This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11646329 Fix a typo in an error message. Caught by Sean Silva! new b505275 Add utility function to manipulate attributes on CallSite. NFC new 3494767 [esan] EfficiencySanitizer instrumentation pass
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: include/llvm/IR/CallSite.h | 16 + include/llvm/IR/Instructions.h | 6 + include/llvm/InitializePasses.h | 1 + include/llvm/Transforms/Instrumentation.h | 13 + lib/IR/Instructions.cpp | 12 + lib/Transforms/Instrumentation/CMakeLists.txt | 1 + .../Instrumentation/EfficiencySanitizer.cpp | 352 +++++++++++++++++++++ lib/Transforms/Instrumentation/Instrumentation.cpp | 1 + .../EfficiencySanitizer/cache_frag_basic.ll | 257 +++++++++++++++ 9 files changed, 659 insertions(+) create mode 100644 lib/Transforms/Instrumentation/EfficiencySanitizer.cpp create mode 100644 test/Instrumentation/EfficiencySanitizer/cache_frag_basic.ll