From 29817ea67f568d0e7111777464705cbbfe3db4de Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Wed, 26 Oct 2011 00:14:36 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 98b16ad2842..087d860bf41 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.
+ClamAV
+
+
+
Clam AntiVirus is an open source (GPL)
+ anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail
+ gateways.
+
+
Since version 0.96 it
+ has bytecode
+ signatures that allow writing detections for complex malware.
+
+
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.
+
+
+
+