2019-09-05 19:30:52 +02:00
|
|
|
About
|
2012-04-19 18:31:37 +02:00
|
|
|
========
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
If you are using a released version of LLVM, see `the download page
|
2020-03-22 22:42:03 +01:00
|
|
|
<https://llvm.org/releases/>`_ to find your documentation.
|
2012-04-19 18:31:37 +02:00
|
|
|
|
|
|
|
The LLVM compiler infrastructure supports a wide range of projects, from
|
|
|
|
industrial strength compilers to specialized JIT applications to small
|
|
|
|
research projects.
|
|
|
|
|
|
|
|
Similarly, documentation is broken down into several high-level groupings
|
2012-06-02 12:20:22 +02:00
|
|
|
targeted at different audiences:
|
2012-04-19 18:31:37 +02:00
|
|
|
|
2013-01-20 03:19:36 +01:00
|
|
|
LLVM Design & Overview
|
|
|
|
======================
|
2012-04-19 18:31:37 +02:00
|
|
|
|
2013-01-20 03:19:36 +01:00
|
|
|
Several introductory papers and presentations.
|
2012-04-19 18:31:37 +02:00
|
|
|
|
2013-01-20 03:19:36 +01:00
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
2019-09-21 16:29:19 +02:00
|
|
|
FAQ
|
|
|
|
Lexicon
|
|
|
|
|
2013-01-20 03:19:42 +01:00
|
|
|
`Introduction to the LLVM Compiler`__
|
2013-01-20 03:19:36 +01:00
|
|
|
Presentation providing a users introduction to LLVM.
|
|
|
|
|
2020-03-22 22:42:03 +01:00
|
|
|
.. __: https://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2013-01-20 03:19:42 +01:00
|
|
|
`Intro to LLVM`__
|
2019-11-19 18:49:37 +01:00
|
|
|
A chapter from the book "The Architecture of Open Source Applications" that
|
|
|
|
describes high-level design decisions that shaped LLVM.
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2013-01-20 03:19:42 +01:00
|
|
|
.. __: http://www.aosabook.org/en/llvm.html
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2013-01-20 03:19:42 +01:00
|
|
|
|
|
|
|
`LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation`__
|
2013-01-20 03:19:36 +01:00
|
|
|
Design overview.
|
|
|
|
|
2020-03-22 22:42:03 +01:00
|
|
|
.. __: https://llvm.org/pubs/2004-01-30-CGO-LLVM.html
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2013-01-20 03:19:42 +01:00
|
|
|
`LLVM: An Infrastructure for Multi-Stage Optimization`__
|
2013-01-20 03:19:36 +01:00
|
|
|
More details (quite old now).
|
|
|
|
|
2020-03-22 22:42:03 +01:00
|
|
|
.. __: https://llvm.org/pubs/2002-12-LattnerMSThesis.html
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2019-09-05 19:30:52 +02:00
|
|
|
Documentation
|
|
|
|
=============
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2019-09-05 19:30:52 +02:00
|
|
|
Getting Started, How-tos, Developer Guides, and Tutorials.
|
2013-01-20 03:19:36 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
2019-10-06 17:36:37 +02:00
|
|
|
GettingStartedTutorials
|
2019-09-25 02:49:02 +02:00
|
|
|
Reference
|
2019-10-06 17:36:37 +02:00
|
|
|
UserGuides
|
2019-09-13 22:05:57 +02:00
|
|
|
|
2019-10-06 17:36:37 +02:00
|
|
|
:doc:`GettingStartedTutorials`
|
2019-09-05 19:30:52 +02:00
|
|
|
For those new to the LLVM system.
|
2018-08-06 02:38:31 +02:00
|
|
|
|
2019-10-06 17:36:37 +02:00
|
|
|
:doc:`UserGuides`
|
|
|
|
User guides and How-tos.
|
|
|
|
|
2019-09-25 02:49:02 +02:00
|
|
|
:doc:`Reference`
|
|
|
|
LLVM and API reference documentation.
|
|
|
|
|
2019-09-05 23:24:47 +02:00
|
|
|
Community
|
|
|
|
=========
|
2013-01-20 03:19:36 +01:00
|
|
|
|
2019-09-21 22:56:40 +02:00
|
|
|
LLVM welcomes contributions of all kinds. To learn more, see the following articles:
|
2016-07-20 11:38:04 +02:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
2019-09-21 22:56:40 +02:00
|
|
|
GettingInvolved
|
2019-03-28 15:42:21 +01:00
|
|
|
|
2019-09-21 22:56:40 +02:00
|
|
|
* :doc:`GettingInvolved`
|
|
|
|
* :ref:`development-process`
|
|
|
|
* :ref:`mailing-lists`
|
|
|
|
* :ref:`meetups-social-events`
|
|
|
|
* :ref:`community-proposals`
|
2013-03-30 16:32:51 +01:00
|
|
|
|
2019-11-15 19:54:39 +01:00
|
|
|
Reporting a security issue
|
|
|
|
|
|
|
|
* :ref:`report-security-issue`
|
|
|
|
|
2012-04-19 18:31:37 +02:00
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|