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