[llvm-commits] CVS: llvm-www/OpenProjects.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Mar 17 14:20:38 PST 2005
Changes in directory llvm-www:
OpenProjects.html updated: 1.4 -> 1.5
---
Log message:
Add some architecture reference links
---
Diffs of the changes: (+5 -2)
OpenProjects.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.4 llvm-www/OpenProjects.html:1.5
--- llvm-www/OpenProjects.html:1.4 Tue Mar 15 09:28:41 2005
+++ llvm-www/OpenProjects.html Thu Mar 17 16:20:27 2005
@@ -311,7 +311,10 @@
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 (ARM? MIPS? MMIX?)</li>
+<li>Write a new backend for a target
+(<a href="docs/CompilerWriterInfo.html#arm">ARM</a>?
+ <a href="docs/CompilerWriterInfo.html#mips">MIPS</a>?
+ <a href="http://www-cs-faculty.stanford.edu/~knuth/mmix.html">MMIX</a>?)</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 +373,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 15:28:41 $
+ Last modified: $Date: 2005/03/17 22:20:27 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list