[UpdateCCTestChecks] Detect function mangled name on separate line
[llvm-core.git] / docs / GettingStartedTutorials.rst
bloba8d60343ddc5b13ab52ffefe3f583632dc09ae6a
1 Getting Started/Tutorials\r
2 =========================\r
3 \r
4 For those new to the LLVM system.\r
5 \r
6 .. toctree::\r
7    :hidden:\r
8 \r
9    Frontend/PerformanceTips\r
10    GettingStarted\r
11    GettingStartedVS\r
12    ProgrammersManual\r
13    tutorial/index\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
18    of some tools.\r
20 :doc:`tutorial/index`\r
21    Tutorials about using LLVM. Includes a tutorial about making a custom\r
22    language with LLVM.\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
34    on Windows.