[llvm-commits] CVS: llvm-www/OpenProjects.html
Chris Lattner
sabre at nondot.org
Thu Nov 15 22:46:38 PST 2007
Changes in directory llvm-www:
OpenProjects.html updated: 1.28 -> 1.29
---
Log message:
GVN-PRE is implemented.
---
Diffs of the changes: (+1 -3)
OpenProjects.html | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.28 llvm-www/OpenProjects.html:1.29
--- llvm-www/OpenProjects.html:1.28 Thu Aug 16 23:47:33 2007
+++ llvm-www/OpenProjects.html Fri Nov 16 00:45:55 2007
@@ -319,8 +319,6 @@
<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>
@@ -402,7 +400,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/08/17 04:47:33 $
+ Last modified: $Date: 2007/11/16 06:45:55 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list