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

Chris Lattner lattner at cs.uiuc.edu
Sat Jan 22 10:45:50 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.287 -> 1.288
---
Log message:

QOI feature implemented.


---
Diffs of the changes:  (+4 -3)

 ReleaseNotes.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.287 llvm/docs/ReleaseNotes.html:1.288
--- llvm/docs/ReleaseNotes.html:1.287	Sun Jan  2 22:20:21 2005
+++ llvm/docs/ReleaseNotes.html	Sat Jan 22 12:45:35 2005
@@ -76,7 +76,7 @@
 <div class="doc_text">
 <ol>
   <li>LLVM now includes an <a href="http://llvm.cs.uiuc.edu/PR415">
-      Inter-Procedural Sparse Conditional Constant Propagation</a> pass, named
+      Interprocedural Sparse Conditional Constant Propagation</a> pass, named
      -ipsccp, which is run by default at link-time.</li>
 </ol>
 
@@ -105,7 +105,8 @@
 <div class="doc_text">
 
 <ol>
-   <li></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR448">Building LLVM in optimized mode
+       should no longer cause GCC to hit swap in the PowerPC backend.</a></li>
 </ol>
 </div>
 
@@ -565,7 +566,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: 2005/01/03 04:20:21 $
+  Last modified: $Date: 2005/01/22 18:45:35 $
 </address>
 
 </body>






More information about the llvm-commits mailing list