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 124601f __builtin_ia32_storeups is no more. Replace it with xmmintrin [...] new 0573d6c [esan] Intercept and chain signal handlers
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 | 12 +++ lib/esan/esan.h | 3 + lib/esan/esan_interceptors.cpp | 40 +++++++++ lib/esan/working_set.cpp | 1 + lib/esan/working_set.h | 6 ++ lib/esan/working_set_posix.cpp | 106 ++++++++++++++++++++++++ test/esan/TestCases/workingset-signal-posix.cpp | 59 +++++++++++++ 8 files changed, 229 insertions(+), 1 deletion(-) create mode 100644 lib/esan/working_set_posix.cpp create mode 100644 test/esan/TestCases/workingset-signal-posix.cpp