X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Ftutorial%2Findex.rst;h=dde53badd3ad8cbd26127c51f930360b3e580a35;hb=566fb9fe3ed767be7218fb1608ec6a284067d3b0;hp=c2ef3b992c3b10a1386f6a29b25d9b32a00b8b98;hpb=d63c66890cd47e1c271df0737ec4f74975740bc1;p=oota-llvm.git diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index c2ef3b992c3..dde53badd3a 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -25,11 +25,16 @@ Kaleidoscope: Implementing a Language with LLVM in Objective Caml External Tutorials ================== -`Write An LLVM Backend Tutorial For Cpu0 `_ +`Tutorial: Creating an LLVM Backend for the Cpu0 Architecture `_ A step-by-step tutorial for developing an LLVM backend. Under active development at ``_ (please contribute!). +`Howto: Implementing LLVM Integrated Assembler`_ + A simple guide for how to implement an LLVM integrated assembler for an + architecture. + +.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html Advanced Topics ===============