[llvm-commits] CVS: llvm/docs/OpenProjects.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 15:36:33 PDT 2004
Changes in directory llvm/docs:
OpenProjects.html updated: 1.33 -> 1.34
---
Log message:
* Profile-guided needs a hyphen
* Dead store elimination has been implemented
---
Diffs of the changes: (+4 -5)
Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.33 llvm/docs/OpenProjects.html:1.34
--- llvm/docs/OpenProjects.html:1.33 Mon Jul 12 16:10:47 2004
+++ llvm/docs/OpenProjects.html Mon Sep 6 17:35:43 2004
@@ -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 @@
<li>Implement alias-analysis-based optimizations:
<ul>
- <li>Dead store elimination</li>
<li>...</li>
</ul></li>
</ol>
@@ -236,7 +235,7 @@
<!-- ======================================================================= -->
<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 @@
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>
@@ -353,7 +352,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/07/12 21:10:47 $
+ Last modified: $Date: 2004/09/06 22:35:43 $
</address>
</body>
More information about the llvm-commits
mailing list