Tell Valgrind when we modify already-executed machine code so it knows
authorJeffrey Yasskin <jyasskin@google.com>
Mon, 15 Mar 2010 04:57:55 +0000 (04:57 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Mon, 15 Mar 2010 04:57:55 +0000 (04:57 +0000)
commitf28411f732960981f8920195ad8f7e6792396961
tree92cc2bde87b08aba5eb01639b253601ac6d30fd8
parent0cec9c85ee0cf2a2eea34792424bf9b6874a0b63
Tell Valgrind when we modify already-executed machine code so it knows
to re-instrument the code.  We depend on the system valgrind.h to
avoid adding a new license.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98529 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
cmake/config-ix.cmake
cmake/modules/LLVMLibDeps.cmake
configure
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/System/Valgrind.h [new file with mode: 0644]
lib/System/CMakeLists.txt
lib/System/Memory.cpp
lib/System/Valgrind.cpp [new file with mode: 0644]
lib/Target/X86/X86JITInfo.cpp