This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 87110b4 Revert "Add runtime support for __cpu_model (__builtin_cpu_su [...] new bcdfb40 [esan] Add __esan_report for mid-run data
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/CMakeLists.txt | 1 + include/sanitizer/esan_interface.h | 46 ++++++++++++++++++ lib/esan/cache_frag.cpp | 6 +++ lib/esan/cache_frag.h | 1 + lib/esan/esan.cpp | 9 ++++ lib/esan/esan.h | 1 + lib/esan/esan_interface.cpp | 7 +++ lib/esan/working_set.cpp | 26 ++++++++-- lib/esan/working_set.h | 1 + test/esan/TestCases/workingset-midreport.cpp | 71 ++++++++++++++++++++++++++++ test/esan/lit.cfg | 2 + 11 files changed, 166 insertions(+), 5 deletions(-) create mode 100644 include/sanitizer/esan_interface.h create mode 100644 test/esan/TestCases/workingset-midreport.cpp