[llvm-commits] CVS: llvm/docs/OpenProjects.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 28 17:05:01 PST 2003
Changes in directory llvm/docs:
OpenProjects.html updated: 1.14 -> 1.15
---
Log message:
What do you know, we actually do accomplish some things around here :)
---
Diffs of the changes: (+1 -12)
Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.14 llvm/docs/OpenProjects.html:1.15
--- llvm/docs/OpenProjects.html:1.14 Fri Nov 14 11:34:38 2003
+++ llvm/docs/OpenProjects.html Sun Dec 28 17:04:17 2003
@@ -101,10 +101,6 @@
daily report. It could use the following improvements:</p>
<ol>
-<li>Graphs - It would be great to have gnuplot graphs to keep track of how the
- tree is changing over time. We already gather a several statistics, it
- just necessary to add the script-fu to gnuplotize it.</li>
-
<li>Regression tests - We should run the regression tests in addition to the
program tests...</li>
</ol>
@@ -166,11 +162,6 @@
would also then have to implement the reader for this index in
<tt>gccld</tt>.</li>
-<li>Improve the efficiency of the bytecode loader/writer</li>
-
-<li>Extend the FunctionPassManager to use a ModuleProvider to stream functions
- in on demand. This would improve the efficiency of the JIT.</li>
-
<li>Rework the PassManager to be more flexible</li>
<li>Some transformations and analyses only work on reducible flow graphs. It
@@ -266,8 +257,6 @@
<ol>
<li>Implement a Dependence Analysis Infrastructure<br>
- Design some way to represent and query dep analysis</li>
-<li>Implement a faster Dominator Set Construction Algorithm<br>
- - A linear time or nearly so algorithm</li>
<li>Implement a strength reduction pass</li>
<li>Value range propagation pass</li>
<li>Implement an unswitching pass</li>
@@ -313,7 +302,7 @@
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/11/14 17:34:38 $
+ Last modified: $Date: 2003/12/28 23:04:17 $
</div>
</body>
More information about the llvm-commits
mailing list