blob: f1267dc439a3ded985f3bf4ac7c22af35a070403 [file] [log] [blame]
Daniel Dunbar21e993c2012-04-19 16:31:37 +00001.. _userguides:
2
3User Guides
4===========
5
Daniel Dunbar17412a02012-05-08 16:50:43 +00006.. toctree::
7 :hidden:
8
9 CommandGuide/index
Bill Wendlingbbc3be52012-06-20 11:20:07 +000010 DeveloperPolicy
Michael J. Spencer0ed5cf42012-06-18 20:21:38 +000011 FAQ
Bill Wendling5cda9012012-06-20 10:36:41 +000012 Lexicon
Bill Wendling1d4e6282012-06-21 06:09:37 +000013 Packaging
Daniel Dunbar17412a02012-05-08 16:50:43 +000014
Bill Wendling81e664b2012-06-20 09:48:38 +000015* `The LLVM Getting Started Guide <GettingStarted.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000016
Bill Wendling81e664b2012-06-20 09:48:38 +000017 Discusses how to get up and running quickly with the LLVM infrastructure.
18 Everything from unpacking and compilation of the distribution to execution
19 of some tools.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000020
Bill Wendling81e664b2012-06-20 09:48:38 +000021* `LLVM CMake guide <CMake.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000022
Bill Wendling81e664b2012-06-20 09:48:38 +000023 An addendum to the main Getting Started guide for those using the `CMake
24 build system <http://www.cmake.org>`_.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000025
Bill Wendling81e664b2012-06-20 09:48:38 +000026* `Getting Started with the LLVM System using Microsoft Visual Studio
27 <GettingStartedVS.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000028
Bill Wendling81e664b2012-06-20 09:48:38 +000029 An addendum to the main Getting Started guide for those using Visual Studio
30 on Windows.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000031
Bill Wendling81e664b2012-06-20 09:48:38 +000032* `LLVM Tutorial <tutorial/>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000033
Bill Wendling81e664b2012-06-20 09:48:38 +000034 A walk through the process of using LLVM for a custom language, and the
35 facilities LLVM offers in tutorial form.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000036
Bill Wendlingbbc3be52012-06-20 11:20:07 +000037* :ref:`developer_policy`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000038
Bill Wendling81e664b2012-06-20 09:48:38 +000039 The LLVM project's policy towards developers and their contributions.
Daniel Dunbar17412a02012-05-08 16:50:43 +000040
Bill Wendling81e664b2012-06-20 09:48:38 +000041* :ref:`LLVM Command Guide <commands>`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000042
Bill Wendling81e664b2012-06-20 09:48:38 +000043 A reference manual for the LLVM command line utilities ("man" pages for LLVM
44 tools).
Daniel Dunbar21e993c2012-04-19 16:31:37 +000045
Bill Wendling81e664b2012-06-20 09:48:38 +000046* `LLVM's Analysis and Transform Passes <Passes.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000047
Bill Wendling81e664b2012-06-20 09:48:38 +000048 A list of optimizations and analyses implemented in LLVM.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000049
Bill Wendling81e664b2012-06-20 09:48:38 +000050* :ref:`faq`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000051
Bill Wendling81e664b2012-06-20 09:48:38 +000052 A list of common questions and problems and their solutions.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000053
Bill Wendling81e664b2012-06-20 09:48:38 +000054* `Release notes for the current release <ReleaseNotes.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000055
Bill Wendling81e664b2012-06-20 09:48:38 +000056 This describes new features, known bugs, and other limitations.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000057
Bill Wendling81e664b2012-06-20 09:48:38 +000058* `How to Submit A Bug Report <HowToSubmitABug.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000059
Bill Wendling81e664b2012-06-20 09:48:38 +000060 Instructions for properly submitting information about any bugs you run into
61 in the LLVM system.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000062
Bill Wendling81e664b2012-06-20 09:48:38 +000063* `LLVM Testing Infrastructure Guide <TestingGuide.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000064
Bill Wendling81e664b2012-06-20 09:48:38 +000065 A reference manual for using the LLVM testing infrastructure.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000066
Bill Wendling81e664b2012-06-20 09:48:38 +000067* `How to build the C, C++, ObjC, and ObjC++ front end <http://clang.llvm.org/get_started.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000068
Bill Wendling81e664b2012-06-20 09:48:38 +000069 Instructions for building the clang front-end from source.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000070
Bill Wendling1d4e6282012-06-21 06:09:37 +000071* :ref:`packaging`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000072
Bill Wendling81e664b2012-06-20 09:48:38 +000073 Advice on packaging LLVM into a distribution.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000074
Bill Wendling5cda9012012-06-20 10:36:41 +000075* :ref:`lexicon`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000076
Bill Wendling81e664b2012-06-20 09:48:38 +000077 Definition of acronyms, terms and concepts used in LLVM.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000078
Bill Wendling81e664b2012-06-20 09:48:38 +000079* `How To Add Your Build Configuration To LLVM Buildbot Infrastructure <HowToAddABuilder.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000080
Bill Wendling81e664b2012-06-20 09:48:38 +000081 Instructions for adding new builder to LLVM buildbot master.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000082
Bill Wendling81e664b2012-06-20 09:48:38 +000083* **IRC** -- You can probably find help on the unofficial LLVM IRC.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000084
Bill Wendling81e664b2012-06-20 09:48:38 +000085 We often are on irc.oftc.net in the #llvm channel. If you are using the
86 mozilla browser, and have chatzilla installed, you can `join #llvm on
87 irc.oftc.net <irc://irc.oftc.net/llvm>`_.