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

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 23:56:02 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.185 -> 1.186

---
Log message:

Personally, I think that documentation is as important as code.  Increase
the visibility of dox changes


---
Diffs of the changes:  (+4 -18)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.185 llvm/docs/ReleaseNotes.html:1.186
--- llvm/docs/ReleaseNotes.html:1.185	Sun May 23 23:50:25 2004
+++ llvm/docs/ReleaseNotes.html	Sun May 23 23:53:32 2004
@@ -105,6 +105,8 @@
 <li>LLVM now has new loop unrolling and loop unswitching passes.</li>
 <li>The induction variable substitution pass performs linear function test
 replacement and exit value replacement optimizations.</li>
+<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now 
+    documented.</a></li>
 <li>LLVM now has first-class support for <a href="GarbageCollection.html">Accurate 
 Garbage Collection</a>, enabling the use of aggressive copying and generational 
 collectors.</li>
@@ -148,6 +150,7 @@
 bytecode onto your terminal</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR329">[llvmgcc] type names are not emitted
 for structure typedefs</a></li>
+<li>All documentation is now conformant to the HTML 4.01 (Strict) level.</li>
 </ol>
 
 </div>
@@ -249,23 +252,6 @@
 </ol>
 </div>
 
-<!--=========================================================================-->
-<div class="doc_subsubsection">
-<a name="misc">This release includes the following miscellaneous
-improvements:</a>
-</div>
-
-<div class="doc_text">
-
-<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>
@@ -689,7 +675,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/24 04:50:25 $
+  Last modified: $Date: 2004/05/24 04:53:32 $
 </address>
 
 </body>





More information about the llvm-commits mailing list