llvm-6502/docs
Eric Christopher 9f11bf52b4 Fix typo in docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165464 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-08 23:54:10 +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 Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
HistoricalNotes
tutorial Move TargetData to DataLayout. 2012-10-08 16:39:34 +00:00
AliasAnalysis.rst RST docs: convert HTML escapes to plain text in code examples. 2012-09-30 20:51:02 +00:00
Atomics.rst Fix a typo (the the => the) 2012-07-23 08:51:15 +00:00
BitCodeFormat.rst Sphinxify the bitcode format document. 2012-06-28 08:43:12 +00:00
BranchWeightMetadata.rst
Bugpoint.rst Sphyinxify the Bugpoint document. 2012-06-26 11:37:00 +00:00
CMake.rst Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
CodeGenerator.rst Move TargetData to DataLayout. 2012-10-08 16:39:34 +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 Sphinxify the CommandLine document. 2012-08-08 08:21:24 +00:00
CompilerWriterInfo.rst Sphinxify the compiler writer info documentation. 2012-10-07 04:34:10 +00:00
conf.py [Docs] Fix Sphinx incremental build. Patch by Sean Silva! 2012-09-05 19:44:47 +00:00
DebuggingJITedCode.rst Fix Sphinx warnings. 2012-09-20 03:20:53 +00:00
design_and_overview.rst
DeveloperPolicy.rst Test commit 2012-09-18 22:21:43 +00:00
development_process.rst
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.rst Sphinxify the exception handling doc. 2012-06-27 07:20:57 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.rst Sphinxify the ExtendingLLVM documentation. 2012-10-07 04:56:08 +00:00
FAQ.rst
GarbageCollection.html Move TargetData to DataLayout. 2012-10-08 16:39:34 +00:00
GCCFEBuildInstrs.html
GetElementPtr.rst
GettingStarted.rst Silence Sphinx warnings. 2012-10-07 18:49:28 +00:00
GettingStartedVS.rst Fix a typo (the the => the) 2012-07-23 08:51:15 +00:00
GoldPlugin.rst GoldPlugin.rst: minor typesetting fixes. 2012-10-05 20:50:05 +00:00
HowToAddABuilder.rst Patch by Sean Silva! 2012-09-13 23:51:08 +00:00
HowToBuildOnARM.rst Fix more crlf issues. 2012-09-27 22:14:10 +00:00
HowToReleaseLLVM.html Fix some minor typos 2012-07-31 07:05:57 +00:00
HowToSetUpLLVMStyleRTTI.rst HowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons in code examples. 2012-10-05 20:52:13 +00:00
HowToSubmitABug.rst docs: Sphinxify HowToSubmitABug 2012-09-25 20:52:04 +00:00
index.rst docs: Fix typo on front page 2012-10-04 04:41:27 +00:00
LangRef.html Move TargetData to DataLayout. 2012-10-08 16:39:34 +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 [Docs] Fix Sphinx incremental build. Patch by Sean Silva! 2012-09-05 19:44:47 +00:00
MakefileGuide.rst
Packaging.rst
Passes.html Fix two typos in the doc 2012-07-25 22:01:31 +00:00
ProgrammersManual.html Document MapVector. 2012-10-07 00:56:09 +00:00
programming.rst Sphinxify the ExtendingLLVM documentation. 2012-10-07 04:56:08 +00:00
Projects.rst Fix grammar-o. Fixes PR13482! 2012-07-30 21:10:51 +00:00
re_format.7
README.txt
ReleaseNotes.html Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be 2012-09-06 09:17:37 +00:00
SegmentedStacks.rst
SourceLevelDebugging.html Fix typo in docs. 2012-10-08 23:54:10 +00:00
subsystems.rst docs: Sphinxify GoldPlugin document. 2012-10-04 03:56:23 +00:00
SystemLibrary.html
TableGenFundamentals.rst
TestingGuide.html
TestSuiteMakefileGuide.html Fix some minor typos 2012-07-31 07:05:57 +00:00
userguides.rst Sphinxify the GettinStarted documentation. 2012-10-07 07:10:13 +00:00
WritingAnLLVMBackend.html Move TargetData to DataLayout. 2012-10-08 16:39:34 +00:00
WritingAnLLVMPass.html
yaml2obj.rst docs: Fix long-standing typo in yaml2obj.rst. 2012-09-21 19:48:16 +00:00

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.