llvm-6502/docs
Chandler Carruth 06cb8ed006 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
This was always part of the VMCore library out of necessity -- it deals
entirely in the IR. The .cpp file in fact was already part of the VMCore
library. This is just a mechanical move.

I've tried to go through and re-apply the coding standard's preferred
header sort, but at 40-ish files, I may have gotten some wrong. Please
let me know if so.

I'll be committing the corresponding updates to Clang and Polly, and
Duncan has DragonEgg.

Thanks to Bill and Eric for giving the green light for this bit of cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159421 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-29 12:38:19 +00:00
..
_static
_templates
CommandGuide
HistoricalNotes
llvm-theme
tutorial Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h 2012-06-29 12:38:19 +00:00
AliasAnalysis.rst
Atomics.rst Sphinxify the Atomics documentation. 2012-06-29 09:00:01 +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.html
CodeGenerator.html
CodingStandards.rst Put space after "code-block::". 2012-06-20 23:57:00 +00:00
CommandLine.html
CompilerWriterInfo.html
conf.py
DebuggingJITedCode.html
design_and_overview.rst Sphixify the GEP FAQ. 2012-06-20 21:54:22 +00:00
DeveloperPolicy.rst
development_process.rst Move coding standards reference from development_process.rst to programming.rst. 2012-06-20 11:56:24 +00:00
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.html
FAQ.rst
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.rst Sphixify the GEP FAQ. 2012-06-20 21:54:22 +00:00
GettingStarted.html
GettingStartedVS.rst [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig! 2012-06-21 23:27:09 +00:00
GoldPlugin.html
HowToAddABuilder.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.rst
LangRef.html Extend the IL for selecting TLS models (PR9788) 2012-06-23 11:37:03 +00:00
Lexicon.rst
LinkTimeOptimization.rst
LLVMBuild.html
LLVMBuild.txt
mailing_lists.rst
make.bat
Makefile
Makefile.sphinx
MakefileGuide.rst
Packaging.rst Sphinxify the outdated Packaging documentation. 2012-06-21 06:09:37 +00:00
Passes.html
ProgrammersManual.html
programming.rst Move coding standards reference from development_process.rst to programming.rst. 2012-06-20 11:56:24 +00:00
Projects.rst
re_format.7
README.txt
ReleaseNotes.html
SegmentedStacks.rst Sphinxify the SegmentedStack document. 2012-06-20 12:05:05 +00:00
SourceLevelDebugging.html
subsystems.rst Sphinxify the bitcode format document. 2012-06-28 08:43:12 +00:00
SystemLibrary.html
TableGenFundamentals.rst Cleanup some encoding mishaps. 2012-06-21 07:01:02 +00:00
TestingGuide.html
TestSuiteMakefileGuide.html
userguides.rst [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig! 2012-06-21 23:27:09 +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.