[llvm-commits] [llvm] r142989 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Tue Oct 25 17:14:36 PDT 2011


Author: void
Date: Tue Oct 25 19:14:36 2011
New Revision: 142989

URL: http://llvm.org/viewvc/llvm-project?rev=142989&view=rev
Log:
Add mention of ClamAV to external OS projects.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142989&r1=142988&r2=142989&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 19:14:36 2011
@@ -284,7 +284,25 @@
    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>
 





More information about the llvm-commits mailing list