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

Gabor Greif ggreif at gmail.com
Mon Oct 4 10:54:30 PDT 2010


Author: ggreif
Date: Mon Oct  4 12:54:30 2010
New Revision: 115526

URL: http://llvm.org/viewvc/llvm-project?rev=115526&view=rev
Log:
validator fixes; others remain, somebody who knows some html, please have a look

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=115526&r1=115525&r2=115526&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct  4 12:54:30 2010
@@ -197,7 +197,6 @@
 <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 @@
 
 <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 @@
 <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.





More information about the llvm-commits mailing list