Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 3 | <html> |
Misha Brukman | 1e07e0c | 2004-04-06 04:22:43 +0000 | [diff] [blame] | 4 | <head> |
Jeffrey Yasskin | 6351d6b | 2010-02-03 18:49:55 +0000 | [diff] [blame] | 5 | <title>Documentation for the LLVM System at SVN head</title> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 6 | <link rel="stylesheet" href="llvm.css" type="text/css"> |
Misha Brukman | 1e07e0c | 2004-04-06 04:22:43 +0000 | [diff] [blame] | 7 | </head> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 8 | <body> |
| 9 | |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 10 | <h1>Documentation for the LLVM System at SVN head</h1> |
Jeffrey Yasskin | 6cfb8a1 | 2010-02-03 18:23:23 +0000 | [diff] [blame] | 11 | |
Jeffrey Yasskin | 6351d6b | 2010-02-03 18:49:55 +0000 | [diff] [blame] | 12 | <p class="doc_warning">If you are using a released version of LLVM, |
| 13 | see <a href="http://llvm.org/releases/">the download page</a> to find |
| 14 | your documentation.</p> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 15 | |
Chris Lattner | 86d9b4c | 2005-04-23 15:55:18 +0000 | [diff] [blame] | 16 | <table class="layout" width="95%"><tr class="layout"><td class="left"> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 17 | <ul> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 18 | <li><a href="#llvmdesign">LLVM Design</a></li> |
Reid Spencer | 20fdab6 | 2006-09-17 23:05:15 +0000 | [diff] [blame] | 19 | <li><a href="/pubs/">LLVM Publications</a></li> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 20 | <li><a href="#userguide">LLVM User Guides</a></li> |
| 21 | <li><a href="#llvmprog">General LLVM Programming Documentation</a></li> |
| 22 | <li><a href="#subsystems">LLVM Subsystem Documentation</a></li> |
Chris Lattner | 354a442 | 2004-08-02 21:32:08 +0000 | [diff] [blame] | 23 | <li><a href="#maillist">LLVM Mailing Lists</a></li> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 24 | </ul> |
Chris Lattner | 86d9b4c | 2005-04-23 15:55:18 +0000 | [diff] [blame] | 25 | </td><td class="right"> |
| 26 | <form action="http://www.google.com/search" method=get> |
Misha Brukman | 430245f | 2008-12-11 18:14:06 +0000 | [diff] [blame] | 27 | <p> |
Reid Spencer | 05fe4b0 | 2006-03-14 05:39:39 +0000 | [diff] [blame] | 28 | <input type="hidden" name="sitesearch" value="llvm.org/docs"> |
Chris Lattner | 86d9b4c | 2005-04-23 15:55:18 +0000 | [diff] [blame] | 29 | <input type=text name=q size=25><br> |
| 30 | <input type=submit value="Search the LLVM Docs" name="submit"> |
Misha Brukman | 430245f | 2008-12-11 18:14:06 +0000 | [diff] [blame] | 31 | </p> |
Chris Lattner | f1b200b | 2005-04-23 17:27:36 +0000 | [diff] [blame] | 32 | </form> |
Chris Lattner | 86d9b4c | 2005-04-23 15:55:18 +0000 | [diff] [blame] | 33 | </td></tr></table> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 34 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 35 | <div class="doc_author"> |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 36 | <p>Written by <a href="http://llvm.org/">The LLVM Team</a></p> |
Chris Lattner | ddd2184 | 2004-08-02 21:33:45 +0000 | [diff] [blame] | 37 | </div> |
| 38 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 39 | <!--=======================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 40 | <h2><a name="llvmdesign">LLVM Design & Overview</a></h2> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 41 | <!--=======================================================================--> |
Misha Brukman | 1e07e0c | 2004-04-06 04:22:43 +0000 | [diff] [blame] | 42 | |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 43 | <ul> |
Chris Lattner | 4a463a3 | 2006-06-20 20:54:47 +0000 | [diff] [blame] | 44 | <li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM |
| 45 | intermediate representation.</li> |
Chris Lattner | 78e78b5 | 2011-05-30 03:36:58 +0000 | [diff] [blame] | 46 | <li><a href="http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html">Introduction to the LLVM Compiler </a> - Presentation providing a users introduction to LLVM.</li> |
| 47 | <li><a href="http://www.aosabook.org/en/llvm.html">Intro to LLVM</a> - book chapter providing a compiler hacker's introduction to LLVM.</li> |
Chris Lattner | fded8a2 | 2006-06-20 20:56:03 +0000 | [diff] [blame] | 48 | <li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for |
| 49 | Lifelong Program Analysis & Transformation</a> - Design overview.</li> |
| 50 | <li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for |
Chris Lattner | f21f85a | 2009-07-29 06:19:14 +0000 | [diff] [blame] | 51 | Multi-Stage Optimization</a> - More details (quite old now).</li> |
Reid Spencer | 7cbe67d | 2006-11-13 08:03:59 +0000 | [diff] [blame] | 52 | <li><a href="GetElementPtr.html">GetElementPtr FAQ</a> - Answers to some very |
| 53 | frequent questions about LLVM's most frequently misunderstood instruction.</li> |
John Criswell | a877f14 | 2006-06-20 18:21:31 +0000 | [diff] [blame] | 54 | </ul> |
| 55 | |
| 56 | <!--=======================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 57 | <h2><a name="userguide">LLVM User Guides</a></h2> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 58 | <!--=======================================================================--> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 59 | |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 60 | <ul> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 61 | <li><a href="GettingStarted.html">The LLVM Getting Started Guide</a> - |
| 62 | Discusses how to get up and running quickly with the LLVM infrastructure. |
| 63 | Everything from unpacking and compilation of the distribution to execution of |
| 64 | some tools.</li> |
| 65 | |
Jeff Cohen | b9a47d1 | 2005-02-01 15:59:28 +0000 | [diff] [blame] | 66 | <li><a href="GettingStartedVS.html">Getting Started with the LLVM System using |
| 67 | Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for |
| 68 | those using Visual Studio on Windows.</li> |
| 69 | |
mike-m | e2c3a49 | 2010-05-07 00:28:04 +0000 | [diff] [blame] | 70 | <li><a href="tutorial/">LLVM Tutorial</a> - A walk through the process of using |
Nick Lewycky | cf326da | 2007-11-09 05:45:51 +0000 | [diff] [blame] | 71 | LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li> |
Reid Spencer | 26cf066 | 2007-02-13 09:08:27 +0000 | [diff] [blame] | 72 | <li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's |
| 73 | policy towards developers and their contributions.</li> |
| 74 | |
NAKAMURA Takumi | 31c1806 | 2011-04-09 02:13:48 +0000 | [diff] [blame] | 75 | <li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference |
Misha Brukman | 430245f | 2008-12-11 18:14:06 +0000 | [diff] [blame] | 76 | manual for the LLVM command line utilities ("man" pages for LLVM tools).<br> |
Reid Spencer | 31f841b | 2004-11-01 21:57:35 +0000 | [diff] [blame] | 77 | Current tools: |
mike-m | e2c3a49 | 2010-05-07 00:28:04 +0000 | [diff] [blame] | 78 | <a href="/cmds/llvm-ar.html">llvm-ar</a>, |
| 79 | <a href="/cmds/llvm-as.html">llvm-as</a>, |
| 80 | <a href="/cmds/llvm-dis.html">llvm-dis</a>, |
| 81 | <a href="/cmds/llvm-extract.html">llvm-extract</a>, |
| 82 | <a href="/cmds/llvm-ld.html">llvm-ld</a>, |
| 83 | <a href="/cmds/llvm-link.html">llvm-link</a>, |
| 84 | <a href="/cmds/llvm-nm.html">llvm-nm</a>, |
| 85 | <a href="/cmds/llvm-prof.html">llvm-prof</a>, |
| 86 | <a href="/cmds/llvm-ranlib.html">llvm-ranlib</a>, |
| 87 | <a href="/cmds/opt.html">opt</a>, |
| 88 | <a href="/cmds/llc.html">llc</a>, |
| 89 | <a href="/cmds/lli.html">lli</a>, |
| 90 | <a href="/cmds/llvmc.html">llvmc</a> |
| 91 | <a href="/cmds/llvmgcc.html">llvm-gcc</a>, |
| 92 | <a href="/cmds/llvmgxx.html">llvm-g++</a>, |
| 93 | <a href="/cmds/bugpoint.html">bugpoint</a>, |
| 94 | <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>, |
Reid Spencer | 31f841b | 2004-11-01 21:57:35 +0000 | [diff] [blame] | 95 | </li> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 96 | |
Tanya Lattner | 20b7bda | 2008-03-24 18:29:32 +0000 | [diff] [blame] | 97 | <li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of |
| 98 | optimizations and analyses implemented in LLVM.</li> |
| 99 | |
Chris Lattner | 354a442 | 2004-08-02 21:32:08 +0000 | [diff] [blame] | 100 | <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common |
| 101 | questions and problems and their solutions.</li> |
| 102 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 103 | <li><a href="ReleaseNotes.html">Release notes for the current release</a> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 104 | - This describes new features, known bugs, and other limitations.</li> |
| 105 | |
| 106 | <li><a href="HowToSubmitABug.html">How to Submit A Bug Report</a> - |
| 107 | Instructions for properly submitting information about any bugs you run into in |
| 108 | the LLVM system.</li> |
| 109 | |
Matthijs Kooijman | 9d3edca | 2008-07-02 13:54:58 +0000 | [diff] [blame] | 110 | <li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference |
| 111 | manual for using the LLVM testing infrastructure.</li> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 112 | |
Duncan Sands | 0cfe052 | 2008-12-10 10:50:58 +0000 | [diff] [blame] | 113 | <li><a href="GCCFEBuildInstrs.html">How to build the Ada/C/C++/Fortran front-ends</a> - |
| 114 | Instructions for building gcc front-ends from source.</li> |
Chris Lattner | 354a442 | 2004-08-02 21:32:08 +0000 | [diff] [blame] | 115 | |
Jeffrey Yasskin | 0c0f4b6 | 2010-02-26 00:54:42 +0000 | [diff] [blame] | 116 | <li><a href="Packaging.html">Packaging guide</a> - Advice on packaging |
| 117 | LLVM into a distribution.</li> |
| 118 | |
Chris Lattner | d404d7f | 2004-09-19 23:15:47 +0000 | [diff] [blame] | 119 | <li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms |
| 120 | and concepts used in LLVM.</li> |
| 121 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 122 | <li><a name="irc">You can probably find help on the unofficial LLVM IRC |
| 123 | channel</a>. We often are on irc.oftc.net in the #llvm channel. If you are |
| 124 | using the mozilla browser, and have chatzilla installed, you can <a |
Misha Brukman | 0b9370f | 2004-09-06 20:58:44 +0000 | [diff] [blame] | 125 | href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li> |
Chris Lattner | 354a442 | 2004-08-02 21:32:08 +0000 | [diff] [blame] | 126 | |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 127 | </ul> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 128 | |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 129 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 130 | <!--=======================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 131 | <h2><a name="llvmprog">General LLVM Programming Documentation</a></h2> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 132 | <!--=======================================================================--> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 133 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 134 | <ul> |
Chris Lattner | 4a463a3 | 2006-06-20 20:54:47 +0000 | [diff] [blame] | 135 | <li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM |
| 136 | intermediate representation and the assembly form of the different nodes.</li> |
| 137 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 138 | <li><a href="ProgrammersManual.html">The LLVM Programmers Manual</a> - |
| 139 | Introduction to the general layout of the LLVM sourcebase, important classes |
| 140 | and APIs, and some tips & tricks.</li> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 141 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 142 | <li><a href="Projects.html">LLVM Project Guide</a> - How-to guide and |
| 143 | templates for new projects that <em>use</em> the LLVM infrastructure. The |
| 144 | templates (directory organization, Makefiles, and test tree) allow the project |
| 145 | code to be located outside (or inside) the <tt>llvm/</tt> tree, while using LLVM |
| 146 | header files and libraries.</li> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 147 | |
Chris Lattner | 4c871b5 | 2004-10-25 19:39:46 +0000 | [diff] [blame] | 148 | <li><a href="MakefileGuide.html">LLVM Makefile Guide</a> - Describes how the |
| 149 | LLVM makefiles work and how to use them.</li> |
| 150 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 151 | <li><a href="CommandLine.html">CommandLine library Reference Manual</a> - |
| 152 | Provides information on using the command line parsing library.</li> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 153 | |
Chris Lattner | 4c871b5 | 2004-10-25 19:39:46 +0000 | [diff] [blame] | 154 | <li><a href="CodingStandards.html">LLVM Coding standards</a> - |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 155 | Details the LLVM coding standards and provides useful information on writing |
| 156 | efficient C++ code.</li> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 157 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 158 | <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 159 | to add instructions and intrinsics to LLVM.</li> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 160 | |
Reid Spencer | 0a727fc | 2004-10-31 23:02:38 +0000 | [diff] [blame] | 161 | <li><a href="UsingLibraries.html">Using LLVM Libraries</a> - Look here to |
| 162 | understand how to use the libraries produced when LLVM is compiled.</li> |
| 163 | |
Reid Spencer | 7df8e26 | 2006-03-23 06:53:38 +0000 | [diff] [blame] | 164 | <li><a href="HowToReleaseLLVM.html">How To Release LLVM To The Public</a> - This |
| 165 | is a guide to preparing LLVM releases. Most developers can ignore it.</li> |
| 166 | |
Jakub Staszak | 2905776 | 2011-07-06 18:31:02 +0000 | [diff] [blame] | 167 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 168 | <li><a href="http://llvm.org/doxygen/">Doxygen generated |
Misha Brukman | e539a2b | 2004-12-03 23:26:23 +0000 | [diff] [blame] | 169 | documentation</a> (<a |
Reid Spencer | 05fe4b0 | 2006-03-14 05:39:39 +0000 | [diff] [blame] | 170 | href="http://llvm.org/doxygen/inherits.html">classes</a>) |
Chris Lattner | e266731 | 2005-11-30 06:35:34 +0000 | [diff] [blame] | 171 | |
Reid Spencer | 05fe4b0 | 2006-03-14 05:39:39 +0000 | [diff] [blame] | 172 | (<a href="http://llvm.org/doxygen/doxygen.tar.gz">tarball</a>) |
Chris Lattner | e266731 | 2005-11-30 06:35:34 +0000 | [diff] [blame] | 173 | </li> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 174 | |
Reid Spencer | 669ed45 | 2007-07-09 08:04:31 +0000 | [diff] [blame] | 175 | <li><a href="http://llvm.org/viewvc/">ViewVC Repository Browser</a></li> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 176 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 177 | </ul> |
| 178 | |
| 179 | <!--=======================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 180 | <h2><a name="subsystems">LLVM Subsystem Documentation</a></h2> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 181 | <!--=======================================================================--> |
| 182 | |
| 183 | <ul> |
| 184 | |
| 185 | <li><a href="WritingAnLLVMPass.html">Writing an LLVM Pass</a> - Information |
| 186 | on how to write LLVM transformations and analyses.</li> |
| 187 | |
Misha Brukman | 96bba38 | 2004-09-06 23:00:01 +0000 | [diff] [blame] | 188 | <li><a href="WritingAnLLVMBackend.html">Writing an LLVM Backend</a> - Information |
| 189 | on how to write LLVM backends for machine targets.</li> |
| 190 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 191 | <li><a href="CodeGenerator.html">The LLVM Target-Independent Code |
| 192 | Generator</a> - The design and implementation of the LLVM code generator. |
| 193 | Useful if you are working on retargetting LLVM to a new architecture, designing |
| 194 | a new codegen pass, or enhancing existing components.</li> |
| 195 | |
| 196 | <li><a href="TableGenFundamentals.html">TableGen Fundamentals</a> - |
| 197 | Describes the TableGen tool, which is used heavily by the LLVM code |
| 198 | generator.</li> |
| 199 | |
| 200 | <li><a href="AliasAnalysis.html">Alias Analysis in LLVM</a> - Information |
| 201 | on how to write a new alias analysis implementation or how to use existing |
| 202 | analyses.</li> |
| 203 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 204 | <li><a href="GarbageCollection.html">Accurate Garbage Collection with |
| 205 | LLVM</a> - The interfaces source-language compilers should use for compiling |
| 206 | GC'd programs.</li> |
| 207 | |
| 208 | <li><a href="SourceLevelDebugging.html">Source Level Debugging with |
| 209 | LLVM</a> - This document describes the design and philosophy behind the LLVM |
| 210 | source-level debugger.</li> |
| 211 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 212 | <li><a href="ExceptionHandling.html">Zero Cost Exception handling in LLVM</a> |
Chris Lattner | 9273418 | 2007-05-13 23:38:44 +0000 | [diff] [blame] | 213 | - This document describes the design and implementation of exception handling |
| 214 | in LLVM.</li> |
| 215 | |
Misha Brukman | 9e3bdf1 | 2005-01-07 17:00:44 +0000 | [diff] [blame] | 216 | <li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case |
Misha Brukman | 3df00a0 | 2004-12-09 20:26:53 +0000 | [diff] [blame] | 217 | reducer description and usage information.</li> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 218 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 219 | <li><a href="CompilerDriverTutorial.html">Compiler Driver (llvmc) Tutorial</a> |
| 220 | - This document is a tutorial introduction to the usage and |
| 221 | configuration of the LLVM compiler driver tool, <tt>llvmc</tt>.</li> |
Reid Spencer | 2d1e01c | 2004-08-17 08:01:57 +0000 | [diff] [blame] | 222 | |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 223 | <li><a href="CompilerDriver.html">Compiler Driver (llvmc) |
| 224 | Reference</a> - This document describes the design and configuration |
| 225 | of <tt>llvmc</tt> in more detail.</li> |
| 226 | |
| 227 | <li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a> - This describes |
Chris Lattner | 4f60e4d | 2008-07-13 21:27:36 +0000 | [diff] [blame] | 228 | the file format and encoding used for LLVM "bc" files.</li> |
Chris Lattner | 4a463a3 | 2006-06-20 20:54:47 +0000 | [diff] [blame] | 229 | |
Reid Spencer | 8853b13 | 2005-01-05 19:01:20 +0000 | [diff] [blame] | 230 | <li><a href="SystemLibrary.html">System Library</a> - This document describes |
| 231 | the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code |
| 232 | portable</li> |
| 233 | |
Devang Patel | de4bbd9 | 2006-08-14 18:21:53 +0000 | [diff] [blame] | 234 | <li><a href="LinkTimeOptimization.html">Link Time Optimization</a> - This |
| 235 | document describes the interface between LLVM intermodular optimizer and |
| 236 | the linker and its design</li> |
| 237 | |
Chris Lattner | 932af8f | 2009-03-01 23:42:51 +0000 | [diff] [blame] | 238 | <li><a href="GoldPlugin.html">The LLVM gold plugin</a> - How to build your |
| 239 | programs with link-time optimization on Linux.</li> |
Reid Kleckner | 22884dd | 2009-09-21 02:34:59 +0000 | [diff] [blame] | 240 | |
| 241 | <li><a href="DebuggingJITedCode.html">The GDB JIT interface</a> - How to debug |
| 242 | JITed code with GDB.</li> |
Jakub Staszak | 2905776 | 2011-07-06 18:31:02 +0000 | [diff] [blame] | 243 | |
| 244 | <li><a href="BranchWeightMetadata.html">Branch Weight Metadata</a> - Provides |
| 245 | information about Branch Prediction Information.</li> |
| 246 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 247 | </ul> |
| 248 | |
Reid Spencer | 7df8e26 | 2006-03-23 06:53:38 +0000 | [diff] [blame] | 249 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 250 | <!--=======================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 251 | <h2><a name="maillist">LLVM Mailing Lists</a></h2> |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 252 | <!--=======================================================================--> |
| 253 | |
| 254 | <ul> |
Duncan Sands | 9a365b6 | 2008-11-12 10:10:25 +0000 | [diff] [blame] | 255 | <li>The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce"> |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 256 | LLVM Announcements List</a>: This is a low volume list that provides important |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 257 | announcements regarding LLVM. It gets email about once a month.</li> |
| 258 | |
Duncan Sands | 9a365b6 | 2008-11-12 10:10:25 +0000 | [diff] [blame] | 259 | <li>The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 260 | List</a>: This list is for people who want to be included in technical |
| 261 | discussions of LLVM. People post to this list when they have questions about |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 262 | writing code for or using the LLVM tools. It is relatively low volume.</li> |
| 263 | |
Duncan Sands | 9a365b6 | 2008-11-12 10:10:25 +0000 | [diff] [blame] | 264 | <li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvmbugs/">Bugs & |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 265 | Patches Archive</a>: This list gets emailed every time a bug is opened and |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 266 | closed, and when people submit patches to be included in LLVM. It is higher |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 267 | volume than the LLVMdev list.</li> |
| 268 | |
Duncan Sands | 9a365b6 | 2008-11-12 10:10:25 +0000 | [diff] [blame] | 269 | <li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/">Commits |
Mikhail Glushenkov | 68319f8 | 2008-12-11 23:24:40 +0000 | [diff] [blame] | 270 | Archive</a>: This list contains all commit messages that are made when LLVM |
| 271 | developers commit code changes to the repository. It is useful for those who |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 272 | want to stay on the bleeding edge of LLVM development. This list is very high |
| 273 | volume.</li> |
| 274 | |
Duncan Sands | 9a365b6 | 2008-11-12 10:10:25 +0000 | [diff] [blame] | 275 | <li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvm-testresults/"> |
Chris Lattner | 7718658 | 2006-02-23 16:18:29 +0000 | [diff] [blame] | 276 | Test Results Archive</a>: A message is automatically sent to this list by every |
Chris Lattner | 1914bf1 | 2006-02-23 16:14:22 +0000 | [diff] [blame] | 277 | active nightly tester when it completes. As such, this list gets email several |
| 278 | times each day, making it a high volume list.</li> |
| 279 | |
Chris Lattner | 2042302 | 2004-08-02 21:29:20 +0000 | [diff] [blame] | 280 | </ul> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 281 | |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 282 | <!-- *********************************************************************** --> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 283 | |
| 284 | <hr> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 285 | <address> |
| 286 | <a href="http://jigsaw.w3.org/css-validator/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 287 | src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 288 | <a href="http://validator.w3.org/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 289 | src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> |
John Criswell | 0f6d7c0 | 2003-10-27 18:18:16 +0000 | [diff] [blame] | 290 | |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 291 | <a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br> |
Misha Brukman | b69715e | 2004-05-12 18:00:48 +0000 | [diff] [blame] | 292 | Last modified: $Date$ |
| 293 | </address> |
Reid Spencer | 6fdb236 | 2007-07-01 17:02:22 +0000 | [diff] [blame] | 294 | </body></html> |
Chris Lattner | 1df4f75 | 2007-09-21 17:30:40 +0000 | [diff] [blame] | 295 | |