diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-24 04:53:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-24 04:53:32 +0000 |
commit | b965669d558e42220f011f5885a15f9a28522fe8 (patch) | |
tree | 1d3904a44f28f0cf53c1cd96005248102676f7f0 /docs | |
parent | 80453c97f96975f53143ff2bdf571f217ef48c1b (diff) |
Personally, I think that documentation is as important as code. Increase
the visibility of dox changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c68cd03aa7..ef56380d22 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -105,6 +105,8 @@ constrained to be the same as the CFG for the LLVM input code.</li> <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 @@ issues were fixed:</a> 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 @@ indexing miscompiled</a></li> </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> |