1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/docs/programming.rst

41 lines
1017 B
ReStructuredText
Raw Normal View History

.. _programming:
Programming Documentation
=========================
.. toctree::
:hidden:
CodingStandards
CommandLine
2012-06-20 13:55:22 +02:00
* `LLVM Language Reference Manual <LangRef.html>`_
2012-06-20 13:55:22 +02:00
Defines the LLVM intermediate representation and the assembly form of the
different nodes.
2012-06-20 13:55:22 +02:00
* `The LLVM Programmers Manual <ProgrammersManual.html>`_
2012-06-20 13:55:22 +02:00
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.
* :ref:`commandline`
2012-06-20 13:55:22 +02:00
Provides information on using the command line parsing library.
* :ref:`coding_standards`
2012-06-20 13:55:22 +02:00
Details the LLVM coding standards and provides useful information on writing
efficient C++ code.
2012-06-20 13:55:22 +02:00
* `Extending LLVM <ExtendingLLVM.html>`_
2012-06-20 13:55:22 +02:00
Look here to see how to add instructions and intrinsics to LLVM.
2012-06-20 13:55:22 +02:00
* `Doxygen generated documentation <http://llvm.org/doxygen/>`_
2012-06-20 13:55:22 +02:00
(`classes <http://llvm.org/doxygen/inherits.html>`_)
(`tarball <http://llvm.org/doxygen/doxygen.tar.gz>`_)
2012-06-20 13:55:22 +02:00
* `ViewVC Repository Browser <http://llvm.org/viewvc/>`_