[llvm-commits] CVS: llvm/docs/index.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 16:00:11 PDT 2004
Changes in directory llvm/docs:
index.html updated: 1.28 -> 1.29
---
Log message:
Add link to new howto on writing backends.
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.28 llvm/docs/index.html:1.29
--- llvm/docs/index.html:1.28 Mon Sep 6 15:58:44 2004
+++ llvm/docs/index.html Mon Sep 6 18:00:01 2004
@@ -131,6 +131,9 @@
<li><a href="WritingAnLLVMPass.html">Writing an LLVM Pass</a> - Information
on how to write LLVM transformations and analyses.</li>
+<li><a href="WritingAnLLVMBackend.html">Writing an LLVM Backend</a> - Information
+on how to write LLVM backends for machine targets.</li>
+
<li><a href="CodeGenerator.html">The LLVM Target-Independent Code
Generator</a> - The design and implementation of the LLVM code generator.
Useful if you are working on retargetting LLVM to a new architecture, designing
@@ -202,6 +205,6 @@
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: 2004/09/06 20:58:44 $
+ Last modified: $Date: 2004/09/06 23:00:01 $
</address>
More information about the llvm-commits
mailing list