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 916e15d [esan|cfrag] Add test struct-simple.cpp new 9dfeca2 Add working set base runtime library
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: lib/esan/CMakeLists.txt | 3 +- lib/esan/esan.cpp | 27 ++++++++-- lib/esan/esan_interface_internal.h | 2 + lib/esan/working_set.cpp | 90 +++++++++++++++++++++++++++++++ lib/esan/{esan_flags.h => working_set.h} | 31 ++++------- test/esan/TestCases/workingset-memset.cpp | 21 ++++++++ test/esan/lit.cfg | 3 ++ 7 files changed, 150 insertions(+), 27 deletions(-) create mode 100644 lib/esan/working_set.cpp copy lib/esan/{esan_flags.h => working_set.h} (52%) create mode 100644 test/esan/TestCases/workingset-memset.cpp