* 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
This commit is contained in:
Misha Brukman 2004-09-06 22:35:43 +00:00
parent 0b9370f8f4
commit 05bcca95e9

View File

@ -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>