diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-06 22:35:43 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-06 22:35:43 +0000 |
commit | d48f54417ffeab902dda3afe3ba36f02dfd9672d (patch) | |
tree | e7323652a521f1b0fdb20d8386608acd5fd159bb /llvm/docs/OpenProjects.html | |
parent | a196c6859e0dfa053632beb6f839665a77540378 (diff) | |
download | bcm5719-llvm-d48f54417ffeab902dda3afe3ba36f02dfd9672d.tar.gz bcm5719-llvm-d48f54417ffeab902dda3afe3ba36f02dfd9672d.zip |
* Profile-guided needs a hyphen
* Dead store elimination has been implemented
llvm-svn: 16202
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index cc0f133d9a2..4b68694c92b 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -26,7 +26,7 @@ <ol> <li><a href="#newfeaturebugs">Implementing new feature PRs</a></li> <li><a href="#pointeranalysis">Pointer and Alias Analysis</a></li> - <li><a href="#profileguided">Profile Guided Optimization</a></li> + <li><a href="#profileguided">Profile-Guided Optimization</a></li> <li><a href="#xforms">New Transformations and Analyses</a></li> <li><a href="#x86be">X86 Back-end Improvements</a></li> <li><a href="#misc_new">Miscellaneous Additions</a></li> @@ -227,7 +227,6 @@ themselves. It seems natural to want to take advantage of this...</p> <li>Implement alias-analysis-based optimizations: <ul> - <li>Dead store elimination</li> <li>...</li> </ul></li> </ol> @@ -236,7 +235,7 @@ themselves. It seems natural to want to take advantage of this...</p> <!-- ======================================================================= --> <div class="doc_subsection"> - <a name="profileguided">Profile Guided Optimization</a> + <a name="profileguided">Profile-Guided Optimization</a> </div> <div class="doc_text"> @@ -247,7 +246,7 @@ but we don't have many transformations. We would welcome new profile-guided transformations as well as improvements to the current profiling system. </p> -<p>Ideas for profile guided transformations:</p> +<p>Ideas for profile-guided transformations:</p> <ol> <li>Superblock formation (with many optimizations)</li> |