I'm a spaz
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2003 04:51:00 +0000 (04:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2003 04:51:00 +0000 (04:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10422 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 2c673bdc6db7781fb06945472dd53d50657f63e5..849b87912d1e2e1389ba2b2e360840555ae89c2c 100644 (file)
@@ -134,6 +134,9 @@ object tree as subdirectories are built.  This means that:
 <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>