summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 00:14:36 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 00:14:36 +0000
commit29817ea67f568d0e7111777464705cbbfe3db4de (patch)
treef09ad7de3804f0fc6aa2ee81311b6d826c6bd378 /docs
parent537d85bda8c28c01fb14ec3109d2f357c4bec1b6 (diff)
downloadllvm-29817ea67f568d0e7111777464705cbbfe3db4de.tar.gz
llvm-29817ea67f568d0e7111777464705cbbfe3db4de.tar.bz2
llvm-29817ea67f568d0e7111777464705cbbfe3db4de.tar.xz
Add mention of ClamAV to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 98b16ad284..087d860bf4 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -284,7 +284,25 @@ be used to verify some algorithms.
projects that have already been updated to work with LLVM 3.0.</p>
<!--=========================================================================-->
+<h3>ClamAV</h3>
+
+<div>
+
+<p><a href="http://www.clamav.net">Clam AntiVirus</a> is an open source (GPL)
+ anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail
+ gateways.</p>
+
+<p>Since version 0.96 it
+ has <a href="http://vrt-sourcefire.blogspot.com/2010/09/introduction-to-clamavs-low-level.html">bytecode
+ signatures</a> that allow writing detections for complex malware.</p>
+<p>It uses LLVM's JIT to speed up the execution of bytecode on X86, X86-64,
+ PPC32/64, falling back to its own interpreter otherwise. The git version was
+ updated to work with LLVM 3.0.</p>
+
+</div>
+
+<!--=========================================================================-->
<!-- FIXME: Comment out
<h3>Crack Programming Language</h3>