2012-04-19 16:31:37 +00:00
|
|
|
Programming Documentation
|
|
|
|
=========================
|
|
|
|
|
2012-06-20 11:56:24 +00:00
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
2012-10-07 04:56:08 +00:00
|
|
|
Atomics
|
2012-06-20 11:56:24 +00:00
|
|
|
CodingStandards
|
2012-08-08 08:21:24 +00:00
|
|
|
CommandLine
|
2012-10-07 04:34:10 +00:00
|
|
|
CompilerWriterInfo
|
2012-10-07 04:56:08 +00:00
|
|
|
ExtendingLLVM
|
2012-10-05 03:32:01 +00:00
|
|
|
HowToSetUpLLVMStyleRTTI
|
2012-12-04 03:20:08 +00:00
|
|
|
ProgrammersManual
|
2012-06-20 11:56:24 +00:00
|
|
|
|
2013-01-11 02:28:08 +00:00
|
|
|
* :doc:`LLVM Language Reference Manual <LangRef>`
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
Defines the LLVM intermediate representation and the assembly form of the
|
|
|
|
different nodes.
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2013-01-11 02:28:08 +00:00
|
|
|
* :doc:`Atomics`
|
2012-09-21 02:46:32 +00:00
|
|
|
|
|
|
|
Information about LLVM's concurrency model.
|
|
|
|
|
2012-12-04 03:20:08 +00:00
|
|
|
* :doc:`ProgrammersManual`
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
Introduction to the general layout of the LLVM sourcebase, important classes
|
|
|
|
and APIs, and some tips & tricks.
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2013-01-11 02:28:08 +00:00
|
|
|
* :doc:`CommandLine`
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
Provides information on using the command line parsing library.
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2013-01-11 02:28:08 +00:00
|
|
|
* :doc:`CodingStandards`
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
Details the LLVM coding standards and provides useful information on writing
|
|
|
|
efficient C++ code.
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-10-05 03:32:01 +00:00
|
|
|
* :doc:`HowToSetUpLLVMStyleRTTI`
|
|
|
|
|
|
|
|
How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
|
|
|
|
class hierarchy.
|
|
|
|
|
2013-01-11 02:28:08 +00:00
|
|
|
* :doc:`ExtendingLLVM`
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
Look here to see how to add instructions and intrinsics to LLVM.
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
* `Doxygen generated documentation <http://llvm.org/doxygen/>`_
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
(`classes <http://llvm.org/doxygen/inherits.html>`_)
|
|
|
|
(`tarball <http://llvm.org/doxygen/doxygen.tar.gz>`_)
|
2012-04-19 16:31:37 +00:00
|
|
|
|
2012-06-20 11:55:22 +00:00
|
|
|
* `ViewVC Repository Browser <http://llvm.org/viewvc/>`_
|
2012-10-07 04:34:10 +00:00
|
|
|
|
2013-01-11 02:28:08 +00:00
|
|
|
* :doc:`CompilerWriterInfo`
|
2012-10-07 04:34:10 +00:00
|
|
|
|
|
|
|
A list of helpful links for compiler writers.
|