Documentation for the LLVM System
- The LLVM Getting Started Guide -
Discusses how to get up and running quickly with the LLVM infrastructure.
Everything from unpacking and compilation of the distribution to execution of
some tools.
- Getting Started with the LLVM System using
Microsoft Visual Studio - An addendum to the main Getting Started guide for
those using Visual Studio on Windows.
- LLVM Command Guide - A reference
manual for the LLVM command line utilities ("man" pages for LLVM tools).
Current tools:
llvm-ar,
llvm-ranlib,
llvm-as,
llvm-dis,
opt,
llc,
lli,
llvm-link,
analyze,
llvm-nm,
llvm-prof,
llvmgcc,
llvmgxx,
gccas,
gccld,
stkrc,
bugpoint,
llvm-extract,
llvm-bcanalyzer,
llvmc
- Frequently Asked Questions - A list of common
questions and problems and their solutions.
- Release notes for the current release
- This describes new features, known bugs, and other limitations.
- How to Submit A Bug Report -
Instructions for properly submitting information about any bugs you run into in
the LLVM system.
- LLVM Test Suite Guide - A reference
manual for using the LLVM test suite.
- How to build the C/C++ front-end -
Instructions for building the front-end from source.
- The LLVM Lexicon - Definition of acronyms, terms
and concepts used in LLVM.
- You can probably find help on the unofficial LLVM IRC
channel. We often are on irc.oftc.net in the #llvm channel. If you are
using the mozilla browser, and have chatzilla installed, you can join #llvm on irc.oftc.net directly.
- Writing an LLVM Pass - Information
on how to write LLVM transformations and analyses.
- Writing an LLVM Backend - Information
on how to write LLVM backends for machine targets.
- The LLVM Target-Independent Code
Generator - The design and implementation of the LLVM code generator.
Useful if you are working on retargetting LLVM to a new architecture, designing
a new codegen pass, or enhancing existing components.
- TableGen Fundamentals -
Describes the TableGen tool, which is used heavily by the LLVM code
generator.
- Alias Analysis in LLVM - Information
on how to write a new alias analysis implementation or how to use existing
analyses.
- The Stacker Chronicles - This document
describes both the Stacker language and LLVM frontend, but also some details
about LLVM useful for those writing front-ends.
- Accurate Garbage Collection with
LLVM - The interfaces source-language compilers should use for compiling
GC'd programs.
- Source Level Debugging with
LLVM - This document describes the design and philosophy behind the LLVM
source-level debugger.
- Bugpoint - automatic bug finder and test-case
reducer description and usage information.
- Compiler Driver (llvmc) - This document
describes the design and configuration of the LLVM compiler driver tool,
llvmc.
- System Library - This document describes
the LLVM System Library (lib/System) and how to keep LLVM source code
portable
- The
LLVM Announcements List: This is a low volume list that provides important
announcements regarding LLVM. It gets email about once a month.
- The Developer's
List: This list is for people who want to be included in technical
discussions of LLVM. People post to this list when they have questions about
writing code for or using the LLVM tools. It is relatively low volume.
- The Bugs &
Patches Archive: This list gets emailed every time a bug is opened and
closed, and when people submit patches to be included in LLVM. It is higher
volume than the LLVMdev list.
- The CVS Commits
Archive: This list contains all commit messages that are made when LLVM
developers commit code changes to the CVS archive. It is useful for those who
want to stay on the bleeding edge of LLVM development. This list is very high
volume.
- The
Test Results Archive: A message is automatically sent to this list by every
active nightly tester when it completes. As such, this list gets email several
times each day, making it a high volume list.
LLVM Compiler Infrastructure
Last modified: $Date$