1 Getting Started/Tutorials
\r
2 =========================
\r
4 For those new to the LLVM system.
\r
9 Frontend/PerformanceTips
\r
15 :doc:`GettingStarted`
\r
16 Discusses how to get up and running quickly with the LLVM infrastructure.
\r
17 Everything from unpacking and compilation of the distribution to execution
\r
20 :doc:`tutorial/index`
\r
21 Tutorials about using LLVM. Includes a tutorial about making a custom
\r
24 :doc:`ProgrammersManual`
\r
25 Introduction to the general layout of the LLVM sourcebase, important classes
\r
26 and APIs, and some tips & tricks.
\r
28 :doc:`Frontend/PerformanceTips`
\r
29 A collection of tips for frontend authors on how to generate IR
\r
30 which LLVM is able to effectively optimize.
\r
32 :doc:`GettingStartedVS`
\r
33 An addendum to the main Getting Started guide for those using Visual Studio
\r