[llvm-commits] CVS: llvm/www/docs/OpenProjects.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 26 10:39:02 PST 2003
Changes in directory llvm/www/docs:
OpenProjects.html updated: 1.2 -> 1.3
---
Log message:
Remove implemented projects
---
Diffs of the changes:
Index: llvm/www/docs/OpenProjects.html
diff -u llvm/www/docs/OpenProjects.html:1.2 llvm/www/docs/OpenProjects.html:1.3
--- llvm/www/docs/OpenProjects.html:1.2 Fri Feb 7 13:25:35 2003
+++ llvm/www/docs/OpenProjects.html Wed Feb 26 10:38:22 2003
@@ -197,7 +197,6 @@
<li>Implement alias analysis based optimizations:
<ul>
<li>Dead store elimination
- <li>Location invariant Code Motion (LcICM)
<li>Store+Reload or "store forwarding" elimination:<p>
Change:
<pre>
@@ -207,7 +206,6 @@
<pre>
store int X, int *P
Y = X</pre>
- <li>Register promotion (move loads and stores out of loop bodies, for example)
</ul>
</ol>
@@ -287,6 +285,6 @@
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Fri Feb 7 13:24:26 CST 2003
+Last modified: Wed Feb 26 10:37:31 CST 2003
<!-- hhmts end -->
</font></body></html>
More information about the llvm-commits
mailing list