summaryrefslogtreecommitdiffstats
path: root/llvm/docs/OpenProjects.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-25 14:31:06 +0000
committerChris Lattner <sabre@nondot.org>2003-06-25 14:31:06 +0000
commit0b3def4d4915fd9443fbdbc16da0aa01edf1e22d (patch)
treeb851af8ed8ee9c5e9c4c80df7d94f094caafe27a /llvm/docs/OpenProjects.html
parentfbb9ab4913bffcaafbd821bbcdeb5035d646ab2c (diff)
downloadbcm5719-llvm-0b3def4d4915fd9443fbdbc16da0aa01edf1e22d.tar.gz
bcm5719-llvm-0b3def4d4915fd9443fbdbc16da0aa01edf1e22d.zip
Remove completed tasks
llvm-svn: 6899
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r--llvm/docs/OpenProjects.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html
index a15ca2eb7fc..556fc44958c 100644
--- a/llvm/docs/OpenProjects.html
+++ b/llvm/docs/OpenProjects.html
@@ -130,7 +130,6 @@ all the back-ends: CBE, llc, and lli.<p>
<li>Transform <tt>setjmp</tt> and <tt>longjmp</tt> calls to use the LLVM
<tt>invoke</tt> mechanism.
<li>Add support for a volatile attribute on loads and stores
-<li>Support for variable argument functions
<li>Add a new conditional move instruction: <tt>X = select bool Cond, Y, Z</tt>
<li>Add support for platform independent prefetch support. The GCC <a
href="http://gcc.gnu.org/projects/prefetch.html">prefetch project</a> page
@@ -192,7 +191,7 @@ to take advantage of this...<p>
<li>Implement a flow-sensitive context-sensitive alias analysis algorithm<br>
- Pick one of the somewhat efficient algorithms, but strive for maximum
precision
-<li>Implement a flow-sensitive context-insensitive alias anlaysis algorithm<br>
+<li>Implement a flow-sensitive context-insensitive alias analysis algorithm<br>
- Just an efficient local algorithm perhaps?
<li>Implement an interface to update analyses in response to common code motion
@@ -200,15 +199,6 @@ to take advantage of this...<p>
<li>Implement alias analysis based optimizations:
<ul>
<li>Dead store elimination
- <li>Store+Reload or "store forwarding" elimination:<p>
- Change:
- <pre>
- store int X, int* P
- Y = load int* P</pre>
- into:
- <pre>
- store int X, int *P
- Y = X</pre>
</ul>
</ol>
@@ -290,6 +280,6 @@ Ideas for profile guided transformations:<p>
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Tue May 6 15:46:48 CDT 2003
+Last modified: Wed Jun 25 09:30:27 CDT 2003
<!-- hhmts end -->
</font></body></html>
OpenPOWER on IntegriCloud