aboutsummaryrefslogtreecommitdiff
path: root/docs/OpenProjects.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-23 21:06:21 +0000
committerChris Lattner <sabre@nondot.org>2004-05-23 21:06:21 +0000
commit97d49ef58f9bec9dae80ea68c0e4de085d8ef7ea (patch)
tree9d278f537175be8d4e9ed4834b8e53d47ff0a9a4 /docs/OpenProjects.html
parentd7923910c58ea252033e102e83ae576de9eed8f2 (diff)
Remove implemented stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/OpenProjects.html')
-rw-r--r--docs/OpenProjects.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index ddc6720d3f..48c2716102 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -32,6 +32,11 @@
</ol></li>
</ul>
+<div class="doc_author">
+ <p>Written by the <a href="http://llvm.cs.uiuc.edu/">LLVM Team</a></p>
+</div>
+
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="what">What is this?</a>
@@ -209,9 +214,6 @@ themselves. It seems natural to want to take advantage of this...</p>
<li>Implement a flow-sensitive context-insensitive alias analysis algorithm<br>
- Just an efficient local algorithm perhaps?</li>
-<li>Implement an interface to update analyses in response to common code motion
- transformations</li>
-
<li>Implement alias-analysis-based optimizations:
<ul>
<li>Dead store elimination</li>
@@ -275,8 +277,6 @@ profiling code to work with the generic profiling interfaces.</li>
- Design some way to represent and query dep analysis</li>
<li>Implement a strength reduction pass</li>
<li>Value range propagation pass</li>
-<li>Implement an unswitching pass</li>
-<li>Write a loop unroller, with a simple heuristic for when to unroll</li>
</ol>
</div>