diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-01 22:25:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-01 22:25:28 +0000 |
commit | 79bb240345799ff8d99ec7fcf59e7386027b1df7 (patch) | |
tree | 5310d11a3129884a558e1d4d0ff2c07e7c6f4ab6 /llvm/docs/OpenProjects.html | |
parent | 04f52079d7bb00eda89b51b846557cee309becbe (diff) | |
download | bcm5719-llvm-79bb240345799ff8d99ec7fcf59e7386027b1df7.tar.gz bcm5719-llvm-79bb240345799ff8d99ec7fcf59e7386027b1df7.zip |
Add project
llvm-svn: 16631
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index da5639eac6a..b4050819d1b 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/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> |