Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 1 | .. _programming: |
| 2 | |
| 3 | Programming Documentation |
| 4 | ========================= |
| 5 | |
Bill Wendling | eef31a5 | 2012-06-20 11:56:24 +0000 | [diff] [blame] | 6 | .. toctree:: |
| 7 | :hidden: |
| 8 | |
| 9 | CodingStandards |
| 10 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 11 | * `LLVM Language Reference Manual <LangRef.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 12 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 13 | Defines the LLVM intermediate representation and the assembly form of the |
| 14 | different nodes. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 15 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 16 | * `The LLVM Programmers Manual <ProgrammersManual.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 17 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 18 | Introduction to the general layout of the LLVM sourcebase, important classes |
| 19 | and APIs, and some tips & tricks. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 20 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 21 | * `CommandLine library Reference Manual <CommandLine.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 22 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 23 | Provides information on using the command line parsing library. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 24 | |
Bill Wendling | eef31a5 | 2012-06-20 11:56:24 +0000 | [diff] [blame] | 25 | * :ref:`coding_standards` |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 26 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 27 | Details the LLVM coding standards and provides useful information on writing |
| 28 | efficient C++ code. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 29 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 30 | * `Extending LLVM <ExtendingLLVM.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 31 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 32 | Look here to see how to add instructions and intrinsics to LLVM. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 33 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 34 | * `Doxygen generated documentation <http://llvm.org/doxygen/>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 35 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 36 | (`classes <http://llvm.org/doxygen/inherits.html>`_) |
| 37 | (`tarball <http://llvm.org/doxygen/doxygen.tar.gz>`_) |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 38 | |
Bill Wendling | af5e2e7 | 2012-06-20 11:55:22 +0000 | [diff] [blame] | 39 | * `ViewVC Repository Browser <http://llvm.org/viewvc/>`_ |