diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-10-26 00:14:36 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-10-26 00:14:36 +0000 |
| commit | 3bb971b74b8157b86eb989b44d100e198e76a4f5 (patch) | |
| tree | c089d2f797617ab4419fee434356b66696e7222c /llvm | |
| parent | 97b889d6e530ff004f15966d67e7a70d85df93b7 (diff) | |
| download | bcm5719-llvm-3bb971b74b8157b86eb989b44d100e198e76a4f5.tar.gz bcm5719-llvm-3bb971b74b8157b86eb989b44d100e198e76a4f5.zip | |
Add mention of ClamAV to external OS projects.
llvm-svn: 142989
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 98b16ad2842..087d860bf41 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

