mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
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. llvm-svn: 13660
This commit is contained in:
parent
03d7a95ea9
commit
ff53779015
@ -150,7 +150,6 @@ work if you change PATH</a></li>
|
||||
<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 @@ propagation of function calls. It currently supports a few math library
|
||||
functions like sqrt/sin/cos/etc.</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<!--=========================================================================-->
|
||||
<div class="doc_subsubsection">
|
||||
@ -224,9 +224,23 @@ enum type</a></li>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user