[llvm-commits] CVS: llvm/www/docs/OpenProjects.html

Chris Lattner lattner at cs.uiuc.edu
Tue May 6 15:48:01 PDT 2003


Changes in directory llvm/www/docs:

OpenProjects.html updated: 1.5 -> 1.6

---
Log message:

Add a new open project


---
Diffs of the changes:

Index: llvm/www/docs/OpenProjects.html
diff -u llvm/www/docs/OpenProjects.html:1.5 llvm/www/docs/OpenProjects.html:1.6
--- llvm/www/docs/OpenProjects.html:1.5	Sun Apr 27 22:42:31 2003
+++ llvm/www/docs/OpenProjects.html	Tue May  6 15:47:11 2003
@@ -147,6 +147,11 @@
 </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 @@
 <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: Wed Feb 26 10:37:31 CST 2003
+Last modified: Tue May  6 15:46:48 CDT 2003
 <!-- hhmts end -->
 </font></body></html>





More information about the llvm-commits mailing list