Add project
authorChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2004 22:25:28 +0000 (22:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2004 22:25:28 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16631 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenProjects.html

index da5639eac6a6e5ef9e327e148298f77943a0cb1e..b4050819d1ba59fe1415c8344b222716b254a6cb 100644 (file)
@@ -283,6 +283,8 @@ profiling code to work with the generic profiling interfaces.</li>
 <div class="doc_text">
 
 <ol>
+<li>Implement <a href="http://www.cs.purdue.edu/homes/vandrutj/">GVN-PRE</a>, a 
+  powerful and simple Partial Redundancy Elimination algorithm for SSA form</li>
 <li>Implement a Dependence Analysis Infrastructure<br>
      - Design some way to represent and query dep analysis</li>
 <li>Implement a strength reduction pass</li>