Home | History | Annotate | only in /external/llvm/docs
Up to higher level directory
NameDateSize
_ocamldoc/21-Oct-2016
_static/21-Oct-2016
_templates/21-Oct-2016
_themes/21-Oct-2016
AliasAnalysis.rst21-Oct-201630.8K
AMDGPUUsage.rst21-Oct-20165.3K
ARM-BE-bitcastfail.png21-Oct-201628.7K
ARM-BE-bitcastsuccess.png21-Oct-201640.5K
ARM-BE-ld1.png21-Oct-201622K
ARM-BE-ldr.png21-Oct-201616.1K
Atomics.rst21-Oct-201620.4K
BigEndianNEON.rst21-Oct-201612.2K
BitCodeFormat.rst21-Oct-201637.8K
BitSets.rst21-Oct-20164.1K
BlockFrequencyTerminology.rst21-Oct-20164.6K
BranchWeightMetadata.rst21-Oct-20163.7K
Bugpoint.rst21-Oct-201610.4K
BuildingLLVMWithAutotools.rst21-Oct-201611.7K
CMake.rst21-Oct-201624.4K
CMakeLists.txt21-Oct-20165.2K
CodeGenerator.rst21-Oct-2016112.4K
CodingStandards.rst21-Oct-201661.3K
CommandGuide/21-Oct-2016
CommandLine.rst21-Oct-201667.5K
CompileCudaWithLLVM.rst21-Oct-20166.2K
CompilerWriterInfo.rst21-Oct-20166.7K
conf.py21-Oct-20168.3K
CoverageMappingFormat.rst21-Oct-201625.4K
DebuggingJITedCode.rst21-Oct-20164.9K
DeveloperPolicy.rst21-Oct-201631.1K
doxygen.cfg.in21-Oct-201698.4K
doxygen.intro21-Oct-2016787
Dummy.html21-Oct-20160
ExceptionHandling.rst21-Oct-201634K
ExtendedIntegerResults.txt21-Oct-20164.9K
ExtendingLLVM.rst21-Oct-201612.2K
Extensions.rst21-Oct-20165.6K
FAQ.rst21-Oct-201618.2K
FaultMaps.rst21-Oct-20164.2K
Frontend/21-Oct-2016
GarbageCollection.rst21-Oct-201643.7K
gcc-loops.png21-Oct-201621K
GetElementPtr.rst21-Oct-201622.1K
GettingStarted.rst21-Oct-201649.1K
GettingStartedVS.rst21-Oct-20168.2K
GoldPlugin.rst21-Oct-20165.5K
HistoricalNotes/21-Oct-2016
HowToAddABuilder.rst21-Oct-20163.6K
HowToBuildOnARM.rst21-Oct-20163.7K
HowToCrossCompileLLVM.rst21-Oct-20166.1K
HowToReleaseLLVM.rst21-Oct-201616.1K
HowToSetUpLLVMStyleRTTI.rst21-Oct-201613.6K
HowToSubmitABug.rst21-Oct-20168.4K
HowToUseAttributes.rst21-Oct-20163.5K
HowToUseInstrMappings.rst21-Oct-20167.6K
InAlloca.rst21-Oct-20166.3K
index.rst21-Oct-201613.7K
LangRef.rst21-Oct-2016421.9K
Lexicon.rst21-Oct-20166.5K
LibFuzzer.rst21-Oct-201621.9K
LinkTimeOptimization.rst21-Oct-201611K
linpack-pc.png21-Oct-201613.3K
LLVMBuild.rst21-Oct-201612.3K
LLVMBuild.txt21-Oct-2016660
make.bat21-Oct-20165K
Makefile21-Oct-20164.7K
Makefile.sphinx21-Oct-20165.4K
MakefileGuide.rst21-Oct-201633.1K
MarkedUpDisassembly.rst21-Oct-20163.3K
MCJIT-creation.png21-Oct-201625.8K
MCJIT-dyld-load.png21-Oct-201638K
MCJIT-engine-builder.png21-Oct-201618.3K
MCJIT-load-object.png21-Oct-201674.7K
MCJIT-load.png21-Oct-201626.7K
MCJIT-resolve-relocations.png21-Oct-201656.3K
MCJITDesignAndImplementation.rst21-Oct-20168.6K
MergeFunctions.rst21-Oct-201631.4K
MIRLangRef.rst21-Oct-201614.3K
NVPTXUsage.rst21-Oct-201629.4K
Packaging.rst21-Oct-20162.6K
Passes.rst21-Oct-201647.4K
Phabricator.rst21-Oct-20166.7K
ProgrammersManual.rst21-Oct-2016132.6K
Projects.rst21-Oct-20169.4K
re_format.721-Oct-201618.4K
README.txt21-Oct-20161.8K
ReleaseNotes.rst21-Oct-20165.1K
ReleaseProcess.rst21-Oct-20167.3K
SegmentedStacks.rst21-Oct-20163.1K
SourceLevelDebugging.rst21-Oct-201653.3K
SphinxQuickstartTemplate.rst21-Oct-20165K
StackMaps.rst21-Oct-201620.4K
Statepoints.rst21-Oct-201634.2K
SystemLibrary.rst21-Oct-201611.5K
TableGen/21-Oct-2016
TableGenFundamentals.rst21-Oct-2016243
TestingGuide.rst21-Oct-201621K
TestSuiteMakefileGuide.rst21-Oct-201611.1K
tutorial/21-Oct-2016
Vectorizers.rst21-Oct-201612.7K
WritingAnLLVMBackend.rst21-Oct-201680.4K
WritingAnLLVMPass.rst21-Oct-201658.8K
yaml2obj.rst21-Oct-20169.9K
YamlIO.rst21-Oct-201632.4K

README.txt

      1 LLVM Documentation
      2 ==================
      3 
      4 LLVM's documentation is written in reStructuredText, a lightweight
      5 plaintext markup language (file extension `.rst`). While the
      6 reStructuredText documentation should be quite readable in source form, it
      7 is mostly meant to be processed by the Sphinx documentation generation
      8 system to create HTML pages which are hosted on <http://llvm.org/docs/> and
      9 updated after every commit. Manpage output is also supported, see below.
     10 
     11 If you instead would like to generate and view the HTML locally, install
     12 Sphinx <http://sphinx-doc.org/> and then do:
     13 
     14     cd docs/
     15     make -f Makefile.sphinx
     16     $BROWSER _build/html/index.html
     17 
     18 The mapping between reStructuredText files and generated documentation is
     19 `docs/Foo.rst` <-> `_build/html/Foo.html` <-> `http://llvm.org/docs/Foo.html`.
     20 
     21 If you are interested in writing new documentation, you will want to read
     22 `SphinxQuickstartTemplate.rst` which will get you writing documentation
     23 very fast and includes examples of the most important reStructuredText
     24 markup syntax.
     25 
     26 Manpage Output
     27 ===============
     28 
     29 Building the manpages is similar to building the HTML documentation. The
     30 primary difference is to use the `man` makefile target, instead of the
     31 default (which is `html`). Sphinx then produces the man pages in the
     32 directory `_build/man/`.
     33 
     34     cd docs/
     35     make -f Makefile.sphinx man
     36     man -l _build/man/FileCheck.1
     37 
     38 The correspondence between .rst files and man pages is
     39 `docs/CommandGuide/Foo.rst` <-> `_build/man/Foo.1`.
     40 These .rst files are also included during HTML generation so they are also
     41 viewable online (as noted above) at e.g.
     42 `http://llvm.org/docs/CommandGuide/Foo.html`.
     43 
     44 Checking links
     45 ==============
     46 
     47 The reachability of external links in the documentation can be checked by
     48 running:
     49 
     50     cd docs/
     51     make -f Makefile.sphinx linkcheck
     52