summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-01 22:25:28 +0000
committerChris Lattner <sabre@nondot.org>2004-10-01 22:25:28 +0000
commitc2a5730118acf727032271221398ea1cb903dd3f (patch)
treea4aff58419fb46e82b79b8df637a5c8c2d47ad59 /docs
parent52b25db3ef9390271bbfa0b5c6efe0a72ce7cb8e (diff)
downloadllvm-c2a5730118acf727032271221398ea1cb903dd3f.tar.gz
llvm-c2a5730118acf727032271221398ea1cb903dd3f.tar.bz2
llvm-c2a5730118acf727032271221398ea1cb903dd3f.tar.xz
Add project
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/OpenProjects.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index da5639eac6..b4050819d1 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -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>