1 ================================
2 LLVM Tutorial: Table of Contents
3 ================================
5 Kaleidoscope: Implementing a Language with LLVM
6 ===============================================
13 MyFirstLanguageFrontend/index
15 This is the "Kaleidoscope" Language tutorial, showing how to implement a simple
16 language using LLVM components in C++.
18 Kaleidoscope: Implementing a Language with LLVM in Objective Caml
19 =================================================================
28 Building a JIT in LLVM
29 ===============================================
41 `Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <http://jonathan2251.github.com/lbd/>`_
42 A step-by-step tutorial for developing an LLVM backend. Under
43 active development at `<https://github.com/Jonathan2251/lbd>`_ (please
46 `Howto: Implementing LLVM Integrated Assembler`_
47 A simple guide for how to implement an LLVM integrated assembler for an
50 .. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html
55 #. `Writing an Optimization for LLVM <http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html>`_