summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-06 20:47:11 +0000
committerChris Lattner <sabre@nondot.org>2003-05-06 20:47:11 +0000
commit8bde96f9a287f6f5e23525daa14acd64016cc398 (patch)
tree0270bf19e99ac6ec83cbf9e072a84d14ef568ebd /docs
parent7c87e407fc1b53a819c08dc353b69d2b8c2e82cf (diff)
downloadllvm-8bde96f9a287f6f5e23525daa14acd64016cc398.tar.gz
llvm-8bde96f9a287f6f5e23525daa14acd64016cc398.tar.bz2
llvm-8bde96f9a287f6f5e23525daa14acd64016cc398.tar.xz
Add a new open project
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/OpenProjects.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index 9b50d23b43..a15ca2eb7f 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -147,6 +147,11 @@ all the back-ends: CBE, llc, and lli.<p>
</b></font></td></tr></table><ul>
<ol>
+<li>Someone needs to look into getting the <tt>ranlib</tt> tool to index LLVM
+ bytecode files, so that linking in .a files is not hideously slow. They
+ would also then have to implement the reader for this index in
+ <tt>gccld</tt>.<br>
+
<li>Improve the efficiency of the bytecode loader/writer, allow streaming lazy
loading of functions from the bytecode (for use by the JIT, for example)<br>
<li>Rework the PassManager to be more flexible
@@ -285,6 +290,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: Wed Feb 26 10:37:31 CST 2003
+Last modified: Tue May 6 15:46:48 CDT 2003
<!-- hhmts end -->
</font></body></html>