[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

LLVM llvm at cs.uiuc.edu
Sun May 23 12:25:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.180 -> 1.181

---
Log message:

Added a "Miscellaneous Improvements" section to cover things like the 
Bytecode File Format documentation, getting all documents in HTML 4.01 
(Strict) compliance, and any other minor improvement that shoud be noted.


---
Diffs of the changes:  (+16 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.180 llvm/docs/ReleaseNotes.html:1.181
--- llvm/docs/ReleaseNotes.html:1.180	Fri May 21 11:48:20 2004
+++ llvm/docs/ReleaseNotes.html	Sun May 23 12:23:13 2004
@@ -150,7 +150,6 @@
 <div class="doc_subsubsection">
 <a name="codequality">This release includes the following Code Quality
 improvements:</a>
-</div>
 
 <ol>
 <li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem
@@ -189,6 +188,7 @@
 functions like sqrt/sin/cos/etc.</li>
 </ol>
 
+</div>
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
@@ -224,9 +224,23 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array
 indexing miscompiled</a></li>
 </ol>
+</div>
+
+
+<!--=========================================================================-->
+<div class="doc_subsubsection">
+<a name="misc">This release includes the following miscellaneous
+improvements:</a>
 
+<p>Documentation Improvements</p>
+<ol>
+<li><a href="BytecodeFormat.html">Documentation of the LLVM Bytecode file format
+was added.</a></li>
+<li>All documentation was brought up to HTML 4.01 (Strict) level.</li>
+</ol>
 </div>
 
+
 <!-- *********************************************************************** -->
 <div class="doc_section">
   <a name="portability">Portability and Supported Platforms</a>
@@ -646,7 +660,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/21 16:48:20 $
+  Last modified: $Date: 2004/05/23 17:23:13 $
 </address>
 
 </body>





More information about the llvm-commits mailing list