llvm-project/llvm/docs
..
CommandGuide
HistoricalNotes
_static
_templates
_themes/llvm-theme
tutorial
AliasAnalysis.rst
Atomics.rst
BitCodeFormat.rst
BranchWeightMetadata.rst
Bugpoint.rst
CMake.rst
CodeGenerator.rst
CodingStandards.rst
CommandLine.rst
CompilerWriterInfo.html
DebuggingJITedCode.rst
DeveloperPolicy.rst
ExceptionHandling.rst
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.rst
GCCFEBuildInstrs.html
GarbageCollection.html
GetElementPtr.rst
GettingStarted.html
GettingStartedVS.rst
GoldPlugin.rst
HowToAddABuilder.rst
HowToBuildOnARM.rst
HowToReleaseLLVM.html
HowToSetUpLLVMStyleRTTI.rst
HowToSubmitABug.rst
LLVMBuild.html
LLVMBuild.txt
LangRef.html
Lexicon.rst
LinkTimeOptimization.rst
Makefile
Makefile.sphinx
MakefileGuide.rst
Packaging.rst
Passes.html
ProgrammersManual.html
Projects.rst
README.txt
ReleaseNotes.html
SegmentedStacks.rst
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.rst
TestSuiteMakefileGuide.html
TestingGuide.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html
conf.py
design_and_overview.rst
development_process.rst
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
index.rst
mailing_lists.rst
make.bat
programming.rst
re_format.7
subsystems.rst
userguides.rst
yaml2obj.rst

README.txt

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.