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