llvm-6502/docs
Duncan Sands ffcf6dffee The alignment of an sret parameter is known: it must be at least the
alignment of the return type.  Teach the optimizers this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165226 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-04 13:36:31 +00:00
..
_static
_templates
_themes/llvm-theme Sphinx CSS: remove negative letter-spacing, it makes some fonts look really 2012-09-30 20:43:24 +00:00
CommandGuide
HistoricalNotes
tutorial
AliasAnalysis.rst RST docs: convert HTML escapes to plain text in code examples. 2012-09-30 20:51:02 +00:00
Atomics.rst
BitCodeFormat.rst
BranchWeightMetadata.rst
Bugpoint.rst
CMake.rst
CodeGenerator.rst RST docs: convert HTML escapes to plain text in code examples. 2012-09-30 20:51:02 +00:00
CodingStandards.rst [Docs] Update File Headers section to cover doxygen style file level docs. 2012-10-01 19:59:21 +00:00
CommandLine.rst
CompilerWriterInfo.html
conf.py
DebuggingJITedCode.rst
design_and_overview.rst
DeveloperPolicy.rst
development_process.rst
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.rst
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.rst
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.rst
GettingStarted.html
GettingStartedVS.rst
GoldPlugin.rst docs: Sphinxify GoldPlugin document. 2012-10-04 03:56:23 +00:00
HowToAddABuilder.rst
HowToBuildOnARM.rst
HowToReleaseLLVM.html
HowToSubmitABug.rst
index.rst docs: Fix typo on front page 2012-10-04 04:41:27 +00:00
LangRef.html The alignment of an sret parameter is known: it must be at least the 2012-10-04 13:36:31 +00:00
Lexicon.rst
LinkTimeOptimization.rst docs: Sphinxify GoldPlugin document. 2012-10-04 03:56:23 +00:00
LLVMBuild.html
LLVMBuild.txt
mailing_lists.rst
make.bat
Makefile
Makefile.sphinx
MakefileGuide.rst
Packaging.rst
Passes.html
ProgrammersManual.html
programming.rst
Projects.rst
re_format.7
README.txt
ReleaseNotes.html
SegmentedStacks.rst
SourceLevelDebugging.html
subsystems.rst docs: Sphinxify GoldPlugin document. 2012-10-04 03:56:23 +00:00
SystemLibrary.html
TableGenFundamentals.rst
TestingGuide.html
TestSuiteMakefileGuide.html
userguides.rst
WritingAnLLVMBackend.html
WritingAnLLVMPass.html
yaml2obj.rst

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.