From: Chris Lattner Date: Fri, 12 Dec 2003 04:51:00 +0000 (+0000) Subject: I'm a spaz X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=287c9e67219cb6af563409c15397ad000c1b6af4;p=oota-llvm.git I'm a spaz git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10422 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2c673bdc6db..849b87912d1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -134,6 +134,9 @@ object tree as subdirectories are built. This means that:
  • The configure script will now configure all projects placed in the llvm/projects directory.
  • +
  • The -tailcallelim pass can now introduce "accumulator" variables + to transform functions in many common cases that it could not before.
  • +
  • The -licm pass can now sink instructions out the bottom of loops in addition to being able to hoist them out the top.