[llvm-commits] [www] r119991 - /www/trunk/OpenProjects.html
Wesley Peck
peckw at wesleypeck.com
Mon Nov 22 19:31:16 PST 2010
Author: peckw
Date: Mon Nov 22 21:31:16 2010
New Revision: 119991
URL: http://llvm.org/viewvc/llvm-project?rev=119991&view=rev
Log:
Removing open project completed in 119990.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=119991&r1=119990&r2=119991&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Mon Nov 22 21:31:16 2010
@@ -424,7 +424,6 @@
epilog. However, some paths through a function (e.g. an early exit) may
not use all regs. Sinking the save down the CFG avoids useless work on
these paths. Work has started on this, please inquire on llvmdev.</li>
-<li>Rename ISD::BIT_CONVERT to ISD::BITCAST to match the llvm ir concept</li>
<li>Finish adapting existing targets to use the calling convention description
mechanism (see lib/Target/X86/X86CallingConv.td for an example).</li>
<li>Implement interprocedural register allocation. The CallGraphSCCPass can be
More information about the llvm-commits
mailing list