1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Personally, I think that documentation is as important as code. Increase

the visibility of dox changes

llvm-svn: 13711
This commit is contained in:
Chris Lattner 2004-05-24 04:53:32 +00:00
parent ff169e5d11
commit 3eb16081b1

View File

@ -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>LLVM now has new loop unrolling and loop unswitching passes.</li>
<li>The induction variable substitution pass performs linear function test <li>The induction variable substitution pass performs linear function test
replacement and exit value replacement optimizations.</li> 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 <li>LLVM now has first-class support for <a href="GarbageCollection.html">Accurate
Garbage Collection</a>, enabling the use of aggressive copying and generational Garbage Collection</a>, enabling the use of aggressive copying and generational
collectors.</li> collectors.</li>
@ -148,6 +150,7 @@ issues were fixed:</a>
bytecode onto your terminal</a></li> bytecode onto your terminal</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR329">[llvmgcc] type names are not emitted <li><a href="http://llvm.cs.uiuc.edu/PR329">[llvmgcc] type names are not emitted
for structure typedefs</a></li> for structure typedefs</a></li>
<li>All documentation is now conformant to the HTML 4.01 (Strict) level.</li>
</ol> </ol>
</div> </div>
@ -249,23 +252,6 @@ indexing miscompiled</a></li>
</ol> </ol>
</div> </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"> <div class="doc_section">
<a name="portability">Portability and Supported Platforms</a> <a name="portability">Portability and Supported Platforms</a>