[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 17:55:44 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.247 -> 1.248
---
Log message:

Add a section for PPC, though it's empty for now


---
Diffs of the changes:  (+15 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.247 llvm/docs/ReleaseNotes.html:1.248
--- llvm/docs/ReleaseNotes.html:1.247	Wed Oct 27 11:28:17 2004
+++ llvm/docs/ReleaseNotes.html	Sat Nov  6 19:55:32 2004
@@ -23,6 +23,7 @@
     <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>
@@ -574,6 +575,19 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
+  <a name="ppc-be">Known problems with the PowerPC back-end</a>
+</div>
+
+<div class="doc_text">
+
+<ul>
+<li>none yet</li>
+</ul>
+
+</div>
+
+<!-- ======================================================================= -->
+<div class="doc_subsection">
   <a name="c-be">Known problems with the C back-end</a>
 </div>
 
@@ -629,7 +643,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/10/27 16:28:17 $
+  Last modified: $Date: 2004/11/07 01:55:32 $
 </address>
 
 </body>






More information about the llvm-commits mailing list