aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-05-23 17:23:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-05-23 17:23:13 +0000
commit8e0262f0edec9e40bfe0bdc7f1c70a3f1cbb95c7 (patch)
treef33f8fb03ac671df7fdcf5354c811157489440c6 /docs
parent6f1d69922524c9ea1c5b0192efe11523bef9dd16 (diff)
downloadexternal_llvm-8e0262f0edec9e40bfe0bdc7f1c70a3f1cbb95c7.zip
external_llvm-8e0262f0edec9e40bfe0bdc7f1c70a3f1cbb95c7.tar.gz
external_llvm-8e0262f0edec9e40bfe0bdc7f1c70a3f1cbb95c7.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4bd208d..fb61c52 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>