summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 00:17:54 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 00:17:54 +0000
commit7be6bc5a93415a8efce21928125cafd618319851 (patch)
tree800d9c58216194044997157d6816f164e4045796 /docs
parentd4821b894a4c15c2f212cf8bcf50b524e3229e9f (diff)
downloadllvm-7be6bc5a93415a8efce21928125cafd618319851.tar.gz
llvm-7be6bc5a93415a8efce21928125cafd618319851.tar.bz2
llvm-7be6bc5a93415a8efce21928125cafd618319851.tar.xz
Add mention of AddressSanitizer to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 7b42baa9e9..ed5f6b04ef 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -284,6 +284,19 @@ be used to verify some algorithms.
projects that have already been updated to work with LLVM 3.0.</p>
<!--=========================================================================-->
+<h3>AddressSanitizer</h3>
+
+<div>
+
+<p><a href="http://code.google.com/p/address-sanitizer/">AddressSanitizer</a>
+ uses compiler instrumentation and a specialized malloc library to find C/C++
+ bugs such as use-after-free and out-of-bound accesses to heap, stack, and
+ globals. The key feature of the tool is speed: the average slowdown
+ introduced by AddressSanitizer is less than 2x.</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>ClamAV</h3>
<div>