aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-05 21:43:56 +0000
committerChris Lattner <sabre@nondot.org>2011-04-05 21:43:56 +0000
commit51fbec9021e180af6e9bb6ec7d0a6ed3bd73a0f3 (patch)
tree1eda00ecefaafc8a65d81ef38b003b068cb41528 /docs/ReleaseNotes.html
parentc5ddb740895f4f2efe58bcd6d092d07d0bdb2527 (diff)
downloadexternal_llvm-51fbec9021e180af6e9bb6ec7d0a6ed3bd73a0f3.zip
external_llvm-51fbec9021e180af6e9bb6ec7d0a6ed3bd73a0f3.tar.gz
external_llvm-51fbec9021e180af6e9bb6ec7d0a6ed3bd73a0f3.tar.bz2
remove graphprinter support for domfrontier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1bf3621..b437357 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -427,6 +427,7 @@ Speedups to various mid-level passes:
GVN is much faster on functions with deep dominator trees / lots of BBs.
DomTree and DominatorFrontier are much faster to compute, and preserved by
more passes (so they are computed less often)
+ SRoA is also much faster and doesn't use DominanceFrontier.
new 'hotpatch' attribute: LangRef.html#fnattrs
@@ -456,6 +457,9 @@ MVT::Flag renamed to MVT::Glue
Removed the PartialSpecialization pass, it was unmaintained and buggy.
+SPARC: Many improvements, including using the Y registers for multiplications
+ and addition of a simple delay slot filler.
+
</pre></li>
</ul>