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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 27 11:24:20 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.258 -> 1.259
---
Log message:

Add some notes


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.258 llvm/docs/ReleaseNotes.html:1.259
--- llvm/docs/ReleaseNotes.html:1.258	Thu Nov 25 16:43:58 2004
+++ llvm/docs/ReleaseNotes.html	Sat Nov 27 13:24:06 2004
@@ -86,6 +86,7 @@
 
 <div class="doc_text">
 <ol>
+  <li>LLVM now includes a JIT for the PowerPC target.</li>
   <li>LLVM now optimizes global variables significantly more than it did 
   before.
   </li>
@@ -139,6 +140,8 @@
   <li>The target-to-JIT interfaces <a href="http://llvm.cs.uiuc.edu/PR283">are 
     now much simpler</a> and more powerful.
   </li>
+  <li>zlib and libpng are <a href="http://llvm.cs.uiuc.edu/PR417">no longer
+      included in the main LLVM tarball</a>.</li>
 </ol>
 
 </div>
@@ -705,7 +708,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/11/25 22:43:58 $
+  Last modified: $Date: 2004/11/27 19:24:06 $
 </address>
 
 </body>






More information about the llvm-commits mailing list