summaryrefslogtreecommitdiff
path: root/docs
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
commitf56703b608afc60430ea99ed5a688c52952d472b (patch)
treeab9836ef1d3cddc8dc861464faac732525444aa1 /docs
parent54f6032dae143c07e0ca9abb1f114cec4d416306 (diff)
downloadllvm-f56703b608afc60430ea99ed5a688c52952d472b.tar.gz
llvm-f56703b608afc60430ea99ed5a688c52952d472b.tar.bz2
llvm-f56703b608afc60430ea99ed5a688c52952d472b.tar.xz
Remove completed tasks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/OpenProjects.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index a15ca2eb7f..556fc44958 100644
--- a/docs/OpenProjects.html
+++ b/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>