summaryrefslogtreecommitdiff
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
commit88e24cffe671444c7b7bab4f4f44faeee81f254a (patch)
tree8ce8951840b9ffca8536242e90154ec0ce3028d7
parentd25f26fce833e1092e483f203d432c432a2ef322 (diff)
downloadllvm-88e24cffe671444c7b7bab4f4f44faeee81f254a.tar.gz
I'm a spaz
llvm-svn: 10422
-rw-r--r--llvm/docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 2c673bdc6db7..849b87912d1e 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>