[llvm-commits] CVS: llvm/docs/OpenProjects.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Oct 4 10:36:45 PDT 2004
Changes in directory llvm/docs:
OpenProjects.html updated: 1.36 -> 1.37
---
Log message:
Add example 'abstract' architectures for LLI: MIX, MMIX, and DLX
---
Diffs of the changes: (+5 -2)
Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.36 llvm/docs/OpenProjects.html:1.37
--- llvm/docs/OpenProjects.html:1.36 Fri Oct 1 17:25:28 2004
+++ llvm/docs/OpenProjects.html Mon Oct 4 12:36:35 2004
@@ -344,7 +344,10 @@
<li>Convert the non-functional Skeleton target to become an abstract machine
target (choose some simple instructions, a register set, etc). This will
become a much more useful example of a backend since it would be a simple
- but <em>functional</em> backend.</li>
+ but <em>functional</em> backend. Examples of such architectures include MIX,
+ MMIX, <a
+ href="http://www.cs.cinvestav.mx/SC/prof_personal/adiaz/vhdl/DLX/">DLX</a>,
+ or come up with your own!</li>
<li>Use the new Skeleton backend in the Interpreter: compile LLVM to Skeleton
target, and then interpret that code instead of LLVM. Performance win would
be the primary goal, as the number of registers would be a small constant
@@ -365,7 +368,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/10/01 22:25:28 $
+ Last modified: $Date: 2004/10/04 17:36:35 $
</address>
</body>
More information about the llvm-commits
mailing list