aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-12 04:51:00 +0000
committerChris Lattner <sabre@nondot.org>2003-12-12 04:51:00 +0000
commit287c9e67219cb6af563409c15397ad000c1b6af4 (patch)
tree3c15f2cb185a871e3e29adef3873fc9d7968816b
parent3b368c7fb47159efda860ec2bd857a674be27d6c (diff)
I'm a spaz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10422 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 2c673bdc6d..849b87912d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>