aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-10-04 17:54:30 +0000
committerGabor Greif <ggreif@gmail.com>2010-10-04 17:54:30 +0000
commitd6b11794f1b477994a7653e7b7aa9861d7936e84 (patch)
treeb322b0534e47bff75de8ca7196426321a934e81a /docs
parent2e709aba5eb95097c10e78d9d13f14ef4923e911 (diff)
downloadexternal_llvm-d6b11794f1b477994a7653e7b7aa9861d7936e84.zip
external_llvm-d6b11794f1b477994a7653e7b7aa9861d7936e84.tar.gz
external_llvm-d6b11794f1b477994a7653e7b7aa9861d7936e84.tar.bz2
validator fixes; others remain, somebody who knows some html, please have a look
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 6bb86ed..a8c2005 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -197,7 +197,6 @@ optimizers, rather than just a handful.</li>
<li>Fortran programs using common variables now link correctly.</li>
<li>GNU OMP constructs no longer crash the compiler.</li>
</ul>
-</p>
</div>
@@ -379,7 +378,7 @@ href="http://www.quokforge.org/projects/horizon/wiki/Wiki">wiki</a>.</p>
<div class="doc_text">
<p>
-<a href=http://www.clamav.net>Clam AntiVirus</a> is an open source (GPL)
+<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. Since version 0.96 it has <a
href="http://vrt-sourcefire.blogspot.com/2010/09/introduction-to-clamavs-low-level.html">bytecode
@@ -616,7 +615,6 @@ in this section.
<li>LLVM 2.8 now has pretty decent support for debugging optimized code. You
should be able to reliably get debug info for function arguments, assuming
that the value is actually available where you have stopped.</li>
-</ul>
<li>A new 'llvm-diff' tool is available that does a semantic diff of .ll
files.</li>
<li>The <a href="#mc">MC subproject</a> has made major progress in this release.