[llvm-commits] [PATCH] MemorySanitizer instrumentation pass.

Evgeniy Stepanov eugenis at google.com
Wed Oct 3 04:50:14 PDT 2012


On Wed, Oct 3, 2012 at 3:40 PM, Evgeniy Stepanov <
reviews at llvm-reviews.chandlerc.com> wrote:

> Hi chandlerc,
>
> MemorySanitizer (MSan) is a compiler-based tool that detect use of
> uninitialized values. This patch only contains the LLVM instrumentation
> pass, without the runtime library and Clang driver changes.
>
>
> http://llvm-reviews.chandlerc.com/D56
>
> Files:
>   llvm/include/llvm/InitializePasses.h
>   llvm/include/llvm/Transforms/Instrumentation.h
>   llvm/lib/Transforms/Instrumentation/CMakeLists.txt
>   llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
>   llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121003/6fc03812/attachment.html>


More information about the llvm-commits mailing list