21 SphinxQuickstartTemplate
29 * :ref:`getting_started`
31 Discusses how to get up and running quickly with the LLVM infrastructure.
32 Everything from unpacking and compilation of the distribution to execution
35 * :ref:`building-with-cmake`
37 An addendum to the main Getting Started guide for those using the `CMake
38 build system <http://www.cmake.org>`_.
40 * :ref:`how_to_build_on_arm`
42 Notes on building and testing LLVM/Clang on ARM.
44 * :doc:`GettingStartedVS`
46 An addendum to the main Getting Started guide for those using Visual Studio
49 * :doc:`tutorial/index`
51 A walk through the process of using LLVM for a custom language, and the
52 facilities LLVM offers in tutorial form.
54 * :ref:`developer_policy`
56 The LLVM project's policy towards developers and their contributions.
58 * :ref:`LLVM Command Guide <commands>`
60 A reference manual for the LLVM command line utilities ("man" pages for LLVM
65 A list of optimizations and analyses implemented in LLVM.
69 A list of common questions and problems and their solutions.
71 * :doc:`Release notes for the current release <ReleaseNotes>`
73 This describes new features, known bugs, and other limitations.
75 * :ref:`how-to-submit-a-bug-report`
77 Instructions for properly submitting information about any bugs you run into
79 * :doc:`SphinxQuickstartTemplate`
81 A template + tutorial for writing new Sphinx documentation. It is meant
82 to be read in source form.
84 * :doc:`LLVM Testing Infrastructure Guide <TestingGuide>`
86 A reference manual for using the LLVM testing infrastructure.
88 * `How to build the C, C++, ObjC, and ObjC++ front end <http://clang.llvm.org/get_started.html>`_
90 Instructions for building the clang front-end from source.
94 Advice on packaging LLVM into a distribution.
98 Definition of acronyms, terms and concepts used in LLVM.
100 * :ref:`how_to_add_a_builder`
102 Instructions for adding new builder to LLVM buildbot master.
106 A reference guide for using LLVM's YAML I/O library.
108 * **IRC** -- You can probably find help on the unofficial LLVM IRC.
110 We often are on irc.oftc.net in the #llvm channel. If you are using the
111 mozilla browser, and have chatzilla installed, you can `join #llvm on
112 irc.oftc.net <irc://irc.oftc.net/llvm>`_.