AddressSanitizer, first commit (compiler module only)
authorKostya Serebryany <kcc@google.com>
Wed, 16 Nov 2011 01:35:23 +0000 (01:35 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 16 Nov 2011 01:35:23 +0000 (01:35 +0000)
commit800e03f59896ef4b26d988f1878370bb5aeec0d8
tree3753819241e0e363630e1ccf6b5797b2cad50836
parent8a2549febcc4e09f5573c57e10c580586d005447
AddressSanitizer, first commit (compiler module only)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144758 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/Transforms/Instrumentation.h
lib/Transforms/Instrumentation/AddressSanitizer.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/Instrumentation.cpp
test/Instrumentation/AddressSanitizer/dg.exp [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/test64.ll [new file with mode: 0644]