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

John Criswell criswell at cs.uiuc.edu
Tue Mar 15 07:29:07 PST 2005



Changes in directory llvm-www:

OpenProjects.html updated: 1.3 -> 1.4
---
Log message:

Add another architecture for which we would probably like an LLVM code
generator.


---
Diffs of the changes:  (+2 -2)

 OpenProjects.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.3 llvm-www/OpenProjects.html:1.4
--- llvm-www/OpenProjects.html:1.3	Tue Mar 15 00:49:47 2005
+++ llvm-www/OpenProjects.html	Tue Mar 15 09:28:41 2005
@@ -311,7 +311,7 @@
     used to implement a bottom-up analysis that will determine the *actual* 
     registers clobbered by a function. Use the pass to fine tune register usage 
     in callers based on *actual* registers used by the callee.</li>
-<li>Write a new backend for a target (MIPS? MMIX?)</li>
+<li>Write a new backend for a target (ARM? MIPS? MMIX?)</li>
 <li>Improve the usefulness and utility of the Skeleton target backend:
 <ul>
   <li>Convert the non-functional Skeleton target to become an abstract machine
@@ -370,7 +370,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/03/15 06:49:47 $
+  Last modified: $Date: 2005/03/15 15:28:41 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list