summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-26 16:38:22 +0000
committerChris Lattner <sabre@nondot.org>2003-02-26 16:38:22 +0000
commitdcc0ac9eb790bd3c09ed9fcc03a6294161b41236 (patch)
tree3bb6a2b46aba8c984b2dbe399775fde87e7c4b62 /docs
parentc3dc2125a6822722ac898bf367df7e652091a827 (diff)
downloadllvm-dcc0ac9eb790bd3c09ed9fcc03a6294161b41236.tar.gz
llvm-dcc0ac9eb790bd3c09ed9fcc03a6294161b41236.tar.bz2
llvm-dcc0ac9eb790bd3c09ed9fcc03a6294161b41236.tar.xz
Remove implemented projects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/OpenProjects.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index 9126271160..096d93632d 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -197,7 +197,6 @@ to take advantage of this...<p>
<li>Implement alias analysis based optimizations:
<ul>
<li>Dead store elimination
- <li>Location invariant Code Motion (LcICM)
<li>Store+Reload or "store forwarding" elimination:<p>
Change:
<pre>
@@ -207,7 +206,6 @@ to take advantage of this...<p>
<pre>
store int X, int *P
Y = X</pre>
- <li>Register promotion (move loads and stores out of loop bodies, for example)
</ul>
</ol>
@@ -287,6 +285,6 @@ Ideas for profile guided transformations:<p>
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Fri Feb 7 13:24:26 CST 2003
+Last modified: Wed Feb 26 10:37:31 CST 2003
<!-- hhmts end -->
</font></body></html>