17 * `The LLVM Getting Started Guide <GettingStarted.html>`_
19 Discusses how to get up and running quickly with the LLVM infrastructure.
20 Everything from unpacking and compilation of the distribution to execution
23 * :ref:`building-with-cmake`
25 An addendum to the main Getting Started guide for those using the `CMake
26 build system <http://www.cmake.org>`_.
28 * `Getting Started with the LLVM System using Microsoft Visual Studio
29 <GettingStartedVS.html>`_
31 An addendum to the main Getting Started guide for those using Visual Studio
34 * `LLVM Tutorial <tutorial/>`_
36 A walk through the process of using LLVM for a custom language, and the
37 facilities LLVM offers in tutorial form.
39 * :ref:`developer_policy`
41 The LLVM project's policy towards developers and their contributions.
43 * :ref:`LLVM Command Guide <commands>`
45 A reference manual for the LLVM command line utilities ("man" pages for LLVM
48 * `LLVM's Analysis and Transform Passes <Passes.html>`_
50 A list of optimizations and analyses implemented in LLVM.
54 A list of common questions and problems and their solutions.
56 * `Release notes for the current release <ReleaseNotes.html>`_
58 This describes new features, known bugs, and other limitations.
60 * `How to Submit A Bug Report <HowToSubmitABug.html>`_
62 Instructions for properly submitting information about any bugs you run into
65 * `LLVM Testing Infrastructure Guide <TestingGuide.html>`_
67 A reference manual for using the LLVM testing infrastructure.
69 * `How to build the C, C++, ObjC, and ObjC++ front end <http://clang.llvm.org/get_started.html>`_
71 Instructions for building the clang front-end from source.
75 Advice on packaging LLVM into a distribution.
79 Definition of acronyms, terms and concepts used in LLVM.
81 * `How To Add Your Build Configuration To LLVM Buildbot Infrastructure <HowToAddABuilder.html>`_
83 Instructions for adding new builder to LLVM buildbot master.
85 * **IRC** -- You can probably find help on the unofficial LLVM IRC.
87 We often are on irc.oftc.net in the #llvm channel. If you are using the
88 mozilla browser, and have chatzilla installed, you can `join #llvm on
89 irc.oftc.net <irc://irc.oftc.net/llvm>`_.