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

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 11 22:52:01 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.77 -> 1.78

---
Log message:

I'm a spaz


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.77 llvm/docs/ReleaseNotes.html:1.78
--- llvm/docs/ReleaseNotes.html:1.77	Thu Dec 11 22:45:09 2003
+++ llvm/docs/ReleaseNotes.html	Thu Dec 11 22:51:00 2003
@@ -134,6 +134,9 @@
 <li>The <tt>configure</tt> script will now configure all projects placed in the
 <tt>llvm/projects</tt> directory.</li>
 
+<li>The <tt>-tailcallelim</tt> pass can now introduce "accumulator" variables
+    to transform functions in many common cases that it could not before.</li>
+
 <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>
 
@@ -662,7 +665,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:45:09 $
+  Last modified: $Date: 2003/12/12 04:51:00 $
 </address>
 
 </body>





More information about the llvm-commits mailing list