llvm-6502/docs
Jakob Stoklund Olesen fae8b1de47 Add support for range expressions in TableGen foreach loops.
Like this:

  foreach i = 0-127 in ...

Use braces for composite ranges:

  foreach i = {0-3,9-7} in ...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157432 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-24 22:17:39 +00:00
..
_static
_templates
CommandGuide Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>. 2012-05-24 21:17:47 +00:00
HistoricalNotes
llvm-theme
tutorial [docs] Include the Kaleidescope tutorial in the Sphinx docs build. 2012-05-02 22:46:36 +00:00
AliasAnalysis.html
Atomics.html
BitCodeFormat.html Add half support to LLVM (for OpenCL) 2012-05-24 15:59:06 +00:00
BranchWeightMetadata.html
Bugpoint.html
CMake.html [CMake] Restructure how Clang, Polly and other external projects get included. 2012-04-26 19:43:35 +00:00
CodeGenerator.html
CodingStandards.html
CommandLine.html
CompilerWriterInfo.html
conf.py [docs] Add support for building man pages using Sphinx. 2012-05-08 16:50:47 +00:00
DebuggingJITedCode.html Fix Xcode case (Upper X, lower c) 2012-05-13 14:36:15 +00:00
design_and_overview.rst
DeveloperPolicy.html
development_process.rst
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html Use correct variable in this example. Pointed out by waynix on IRC. 2012-05-03 15:25:19 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html Fix Xcode case (Upper X, lower c) 2012-05-13 14:36:15 +00:00
GettingStartedVS.html
GoldPlugin.html
HowToAddABuilder.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.rst
LangRef.html Add half support to LLVM (for OpenCL) 2012-05-24 15:59:06 +00:00
Lexicon.html Add RPO to the lexicon. 2012-05-20 20:30:47 +00:00
LinkTimeOptimization.html
LLVMBuild.html llvm-build: Add support for non-installed libraries (e.g., gtest). 2012-05-15 18:44:17 +00:00
LLVMBuild.txt
mailing_lists.rst
make.bat
Makefile [docs] Remove POD based man page docs (and build system support). 2012-05-08 17:48:21 +00:00
Makefile.sphinx
MakefileGuide.html
Packaging.html
Passes.html
ProgrammersManual.html
programming.rst
Projects.html [docs] Remove unsupported references to ExtraSource variable. 2012-05-15 21:32:27 +00:00
re_format.7
README.txt
ReleaseNotes.html Remove old release notes. Ready them for additions from current development 2012-05-24 06:38:09 +00:00
SegmentedStacks.html
SourceLevelDebugging.html
subsystems.rst
SystemLibrary.html
TableGenFundamentals.html Add support for range expressions in TableGen foreach loops. 2012-05-24 22:17:39 +00:00
TestingGuide.html Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this 2012-05-08 18:26:07 +00:00
TestSuiteMakefileGuide.html
userguides.rst [docs] Integrate the command guide into the toctree. 2012-05-08 16:50:43 +00:00
WritingAnLLVMBackend.html
WritingAnLLVMPass.html

LLVM Documentation
==================

The LLVM documentation is currently written in two formats:

  * Plain HTML documentation.

  * reStructured Text documentation using the Sphinx documentation generator. It
    is currently tested with Sphinx 1.1.3.

    For more information, see the "Sphinx Introduction for LLVM Developers"
    document.