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 0573d6c [esan] Intercept and chain signal handlers new 53a1466 [esan|wset] Iterate all memory to compute the total working set
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/esan.cpp | 12 +++- lib/esan/working_set.cpp | 78 +++++++++++++++++++++++-- lib/esan/working_set_posix.cpp | 14 +++-- test/esan/TestCases/workingset-memset.cpp | 3 +- test/esan/TestCases/workingset-signal-posix.cpp | 1 + test/esan/TestCases/workingset-simple.cpp | 30 ++++++++++ 6 files changed, 125 insertions(+), 13 deletions(-) create mode 100644 test/esan/TestCases/workingset-simple.cpp