[llvm-commits] CVS: llvm-www/OpenProjects.html
Anton Korobeynikov
asl at math.spbu.ru
Tue Apr 10 14:16:26 PDT 2007
Changes in directory llvm-www:
OpenProjects.html updated: 1.25 -> 1.26
---
Log message:
Add new idea
---
Diffs of the changes: (+11 -6)
OpenProjects.html | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.25 llvm-www/OpenProjects.html:1.26
--- llvm-www/OpenProjects.html:1.25 Wed Apr 4 22:55:22 2007
+++ llvm-www/OpenProjects.html Tue Apr 10 16:16:08 2007
@@ -319,11 +319,16 @@
<div class="www_text">
<ol>
-<li>Implement GVN-PRE, a powerful and simple Partial Redundancy Elimination
-algorithm for SSA form (in progress, ask on llvmdev)</li>
-<li>Implement a Dependence Analysis Infrastructure<br>
- - Design some way to represent and query dep analysis</li>
-<li>Value range propagation pass</li>
+ <li>Implement GVN-PRE, a powerful and simple Partial Redundancy Elimination
+ algorithm for SSA form (in progress, ask on llvmdev)</li>
+ <li>Implement a Dependence Analysis Infrastructure<br>
+ - Design some way to represent and query dep analysis</li>
+ <li>Value range propagation pass</li>
+ <li>More fun with loops:
+ <a href="http://www.cs.ualberta.ca/~amaral/cascon/CDP04/tal.html">
+ Predictive Commoning
+ </a>
+ </li>
</ol>
</div>
@@ -406,7 +411,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/04/05 03:55:22 $
+ Last modified: $Date: 2007/04/10 21:16:08 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list