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

Misha Brukman brukman at cs.uiuc.edu
Mon May 16 19:12:43 PDT 2005



Changes in directory llvm/docs:

WritingAnLLVMBackend.html updated: 1.4 -> 1.5
---
Log message:

Add link to debugging code generators with bugpoint


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

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


Index: llvm/docs/WritingAnLLVMBackend.html
diff -u llvm/docs/WritingAnLLVMBackend.html:1.4 llvm/docs/WritingAnLLVMBackend.html:1.5
--- llvm/docs/WritingAnLLVMBackend.html:1.4	Mon Dec 27 13:05:16 2004
+++ llvm/docs/WritingAnLLVMBackend.html	Mon May 16 21:12:32 2005
@@ -229,10 +229,13 @@
 <ul>
 <li><a href="CodeGenerator.html">Code generator</a> -
     describes some of the classes in code generation at a high level, but
-    it is not (yet) complete.</li>
+    it is not (yet) complete</li>
 <li><a href="TableGenFundamentals.html">TableGen fundamentals</a> -
-    describes how to use TableGen to describe your target information succinctly
-</li>
+    describes how to use TableGen to describe your target information
+    succinctly</li>
+<li><a href="HowToSubmitABug.html#codegen">Debugging code generation with
+    bugpoint</a> - shows bugpoint usage scenarios to simplify backend
+    development</li>
 </ul>
 
 </div>
@@ -249,7 +252,7 @@
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/12/27 19:05:16 $
+  Last modified: $Date: 2005/05/17 02:12:32 $
 </address>
 
 </body>






More information about the llvm-commits mailing list