[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 12 09:20:37 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.283 -> 1.284
---
Log message:
Get rid of subbullets for all of the "known problems" section. None of the
other sections have subbullets, and it make the TOC look like the whole
document is known problems!
---
Diffs of the changes: (+1 -12)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.283 llvm/docs/ReleaseNotes.html:1.284
--- llvm/docs/ReleaseNotes.html:1.283 Sat Dec 11 00:10:52 2004
+++ llvm/docs/ReleaseNotes.html Sun Dec 12 11:20:23 2004
@@ -16,17 +16,6 @@
<li><a href="GettingStarted.html">Installation Instructions</a></li>
<li><a href="#portability">Portability and Supported Platforms</a></li>
<li><a href="#knownproblems">Known Problems</a>
- <ul>
- <li><a href="#experimental">Experimental features included in this
- release</a>
- <li><a href="#core">Known problems with the LLVM Core</a>
- <li><a href="#c-fe">Known problems with the C Front-end</a>
- <li><a href="#c++-fe">Known problems with the C++ Front-end</a>
- <li><a href="#x86-be">Known problems with the X86 Back-end</a>
- <li><a href="#sparcv9-be">Known problems with the SparcV9 Back-end</a>
- <li><a href="#ppc-be">Known problems with the PowerPC Back-end</a>
- <li><a href="#c-be">Known problems with the C back-end</a>
- </ul></li>
<li><a href="#additionalinfo">Additional Information</a></li>
</ol>
@@ -571,7 +560,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/12/11 06:10:52 $
+ Last modified: $Date: 2004/12/12 17:20:23 $
</address>
</body>
More information about the llvm-commits
mailing list