Describe the recent changes to the bytecode format for PR761.
[oota-llvm.git] / docs / WritingAnLLVMBackend.html
index ea5cd9c3da59699e39cc1c41928fa99e8917a488..8826ee7706b8d207a02ca585d5a7c4a43bcec42e 100644 (file)
@@ -61,8 +61,9 @@ convert the LLVM representation to machine assembly code or other languages.</p>
 
 <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>
@@ -250,7 +251,7 @@ how the C backend is written.</p>
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
   Last modified: $Date$
 </address>