8 If you are using a released version of LLVM, see `the download page
9 <http://llvm.org/releases/>`_ to find your documentation.
11 The LLVM compiler infrastructure supports a wide range of projects, from
12 industrial strength compilers to specialized JIT applications to small
15 Similarly, documentation is broken down into several high-level groupings
16 targeted at different audiences:
18 * **Design & Overview**
20 Several introductory papers and presentations are available at
21 :ref:`design_and_overview`.
25 The list of `publications <http://llvm.org/pubs>`_ based on LLVM.
29 Those new to the LLVM system should first vist the :ref:`userguides`.
31 NOTE: If you are a user who is only interested in using LLVM-based
32 compilers, you should look into `Clang <http://clang.llvm.org>`_ or
33 `DragonEgg <http://dragonegg.llvm.org>`_ instead. The documentation here is
34 intended for users who have a need to work with the intermediate LLVM
39 Developers of applications which use LLVM as a library should visit the
44 API clients and LLVM developers may be interested in the
45 :ref:`subsystems` documentation.
47 * **Development Process**
49 Additional documentation on the LLVM project can be found at
50 :ref:`development_process`.
54 For more information, consider consulting the LLVM :ref:`mailing_lists`.