<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 3, 2012 at 3:40 PM, Evgeniy Stepanov <span dir="ltr"><<a href="mailto:reviews@llvm-reviews.chandlerc.com" target="_blank">reviews@llvm-reviews.chandlerc.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi chandlerc,<br>
<br>
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.<br>
<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D56" target="_blank">http://llvm-reviews.chandlerc.com/D56</a><br>
<br>
Files:<br>
  llvm/include/llvm/InitializePasses.h<br>
  llvm/include/llvm/Transforms/Instrumentation.h<br>
  llvm/lib/Transforms/Instrumentation/CMakeLists.txt<br>
  llvm/lib/Transforms/Instrumentation/Instrumentation.cpp<br>
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp<br>
</blockquote></div><br></div>