[llvm-commits] CVS: llvm/docs/OpenProjects.html

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 16:08:00 PDT 2004


Changes in directory llvm/docs:

OpenProjects.html updated: 1.27 -> 1.28

---
Log message:

Remove implemented stuff


---
Diffs of the changes:  (+6 -6)

Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.27 llvm/docs/OpenProjects.html:1.28
--- llvm/docs/OpenProjects.html:1.27	Sun May 23 15:29:35 2004
+++ llvm/docs/OpenProjects.html	Sun May 23 16:06:21 2004
@@ -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 @@
 <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 @@
      - 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>
@@ -333,7 +333,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/23 20:29:35 $
+  Last modified: $Date: 2004/05/23 21:06:21 $
 </address>
 
 </body>





More information about the llvm-commits mailing list