[llvm-commits] CVS: llvm/docs/WritingAnLLVMBackend.html

Chris Lattner lattner at cs.uiuc.edu
Mon Apr 24 09:35:09 PDT 2006



Changes in directory llvm/docs:

WritingAnLLVMBackend.html updated: 1.10 -> 1.11
---
Log message:

Suggest looking at the SPARC backend.  How weird is that?? :)


---
Diffs of the changes:  (+4 -3)

 WritingAnLLVMBackend.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/docs/WritingAnLLVMBackend.html
diff -u llvm/docs/WritingAnLLVMBackend.html:1.10 llvm/docs/WritingAnLLVMBackend.html:1.11
--- llvm/docs/WritingAnLLVMBackend.html:1.10	Mon Mar 13 23:39:39 2006
+++ llvm/docs/WritingAnLLVMBackend.html	Mon Apr 24 11:34:45 2006
@@ -61,8 +61,9 @@
 
 <div class="doc_text">
 
-<p>In general, you want to follow the format of X86 or PowerPC (in
-<tt>lib/Target</tt>).</p>
+<p>In general, you want to follow the format of SPARC, X86 or PowerPC (in
+<tt>lib/Target</tt>).  SPARC is the simplest backend, and is RISC, so if
+you're working on a RISC target, it is a good one to start with.</p>
 
 <p>To create a static compiler (one that emits text assembly), you need to
 implement the following:</p>
@@ -252,7 +253,7 @@
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2006/03/14 05:39:39 $
+  Last modified: $Date: 2006/04/24 16:34:45 $
 </address>
 
 </body>






More information about the llvm-commits mailing list