1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Add a new open project

llvm-svn: 6007
This commit is contained in:
Chris Lattner 2003-05-06 20:47:11 +00:00
parent 792fe48132
commit 1269cdf9de

View File

@ -147,6 +147,11 @@ all the back-ends: CBE, llc, and lli.<p>
</b></font></td></tr></table><ul> </b></font></td></tr></table><ul>
<ol> <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 <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> loading of functions from the bytecode (for use by the JIT, for example)<br>
<li>Rework the PassManager to be more flexible <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> <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Wed Feb 26 10:37:31 CST 2003 Last modified: Tue May 6 15:46:48 CDT 2003
<!-- hhmts end --> <!-- hhmts end -->
</font></body></html> </font></body></html>