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 031c1e4 tsan: rely on AnnotateRWLockCreateStatic to detect linker-ini [...] new d5bcae9 [esan] Add sideline itimer support
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 | 1 + lib/esan/esan_flags.inc | 18 ++- lib/esan/esan_sideline.h | 61 +++++++++++ lib/esan/esan_sideline_linux.cpp | 170 +++++++++++++++++++++++++++++ lib/esan/working_set.cpp | 23 ++++ test/esan/TestCases/workingset-samples.cpp | 26 +++++ test/esan/Unit/circular_buffer.cpp | 2 +- test/esan/lit.cfg | 1 + 8 files changed, 300 insertions(+), 2 deletions(-) create mode 100644 lib/esan/esan_sideline.h create mode 100644 lib/esan/esan_sideline_linux.cpp create mode 100644 test/esan/TestCases/workingset-samples.cpp