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 6553f3f19 [X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cp [...] new 3a390dc51 [asan] Move memcpy, memmove, memset code out of asan_interceptors.cc
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/asan/CMakeLists.txt | 1 + lib/asan/asan_interceptors.cc | 131 ------------------------ lib/asan/asan_interceptors.h | 3 +- lib/asan/asan_interceptors_memintrinsics.cc | 32 ++++++ lib/asan/asan_interceptors_memintrinsics.h | 148 ++++++++++++++++++++++++++++ 5 files changed, 182 insertions(+), 133 deletions(-) create mode 100644 lib/asan/asan_interceptors_memintrinsics.cc create mode 100644 lib/asan/asan_interceptors_memintrinsics.h