aboutsummaryrefslogtreecommitdiff
path: root/docs/OpenProjects.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-06 22:35:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-06 22:35:43 +0000
commit05bcca95e974a7120cd758770ea53363f903727a (patch)
treeaa2827e056095d40af3ed28424dac346cf8090f1 /docs/OpenProjects.html
parent0b9370f8f4b87b57c3f634c0e32073d6662b3d81 (diff)
* Profile-guided needs a hyphen
* Dead store elimination has been implemented git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16202 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/OpenProjects.html')
-rw-r--r--docs/OpenProjects.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index cc0f133d9a..4b68694c92 100644
--- a/docs/OpenProjects.html
+++ b/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>