Mercurial > hg > CbC > CbC_llvm
comparison docs/tutorial/index.rst @ 31:d22a1cf4041c
merge with the LLVM_original
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 14:37:49 +0900 |
parents | 9ad51c7bc036 |
children |
comparison
equal
deleted
inserted
replaced
2:4bc3e1cd2659 | 31:d22a1cf4041c |
---|---|
1 ================================ | |
2 LLVM Tutorial: Table of Contents | |
3 ================================ | |
4 | |
5 Kaleidoscope: Implementing a Language with LLVM | |
6 =============================================== | |
7 | |
8 .. toctree:: | |
9 :titlesonly: | |
10 :glob: | |
11 :numbered: | |
12 | |
13 LangImpl* | |
14 | |
15 Kaleidoscope: Implementing a Language with LLVM in Objective Caml | |
16 ================================================================= | |
17 | |
18 .. toctree:: | |
19 :titlesonly: | |
20 :glob: | |
21 :numbered: | |
22 | |
23 OCamlLangImpl* | |
24 | |
25 External Tutorials | |
26 ================== | |
27 | |
28 `Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <http://jonathan2251.github.com/lbd/>`_ | |
29 A step-by-step tutorial for developing an LLVM backend. Under | |
30 active development at `<https://github.com/Jonathan2251/lbd>`_ (please | |
31 contribute!). | |
32 | |
33 `Howto: Implementing LLVM Integrated Assembler`_ | |
34 A simple guide for how to implement an LLVM integrated assembler for an | |
35 architecture. | |
36 | |
37 .. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/download/ean10.html | |
38 | |
39 Advanced Topics | |
40 =============== | |
41 | |
42 #. `Writing an Optimization for LLVM <http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html>`_ | |
43 |