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

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 11 23:53:01 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.79 -> 1.80

---
Log message:

Note about bytecode format


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.79 llvm/docs/ReleaseNotes.html:1.80
--- llvm/docs/ReleaseNotes.html:1.79	Thu Dec 11 22:56:02 2003
+++ llvm/docs/ReleaseNotes.html	Thu Dec 11 23:52:39 2003
@@ -140,11 +140,13 @@
 <li>The <tt>-licm</tt> pass can now sink instructions out the bottom of loops
 in addition to being able to hoist them out the top.</li>
 
-
 <li>The <tt>-basicaa</tt> pass (the default alias analysis) has been upgraded
 to be <a href="http://llvm.cs.uiuc.edu/PR86">significantly more 
 precise</a>.</li>
 
+<li>LLVM 1.1 implements a simple size optimization for LLVM bytecode files.  
+    This means that the 1.1 files are smaller than 1.0, but that 1.0 won't 
+    read 1.1 bytecode files.</li>
 </ol>
 
 
@@ -670,7 +672,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: 2003/12/12 04:56:02 $
+  Last modified: $Date: 2003/12/12 05:52:39 $
 </address>
 
 </body>





More information about the llvm-commits mailing list