• Home
Name
Date
Size
#Lines
LOC

..--

CommandGuide/03-May-2024-3,9531,989

HistoricalNotes/03-May-2024-2,3141,775

_static/03-May-2024-11391

_templates/03-May-2024-2216

_themes/llvm-theme/03-May-2024-404334

tutorial/03-May-2024-19,11215,550

AliasAnalysis.rstD03-May-202430.5 KiB703537

Atomics.rstD03-May-202419.3 KiB442348

BitCodeFormat.rstD03-May-202434.6 KiB1,046731

BranchWeightMetadata.rstD03-May-20242.9 KiB11983

Bugpoint.rstD03-May-202410.5 KiB219173

CMake.rstD03-May-202414.8 KiB424301

CodeGenerator.rstD03-May-2024105 KiB2,4291,910

CodingStandards.rstD03-May-202443.6 KiB1,148876

CommandLine.rstD03-May-202463.1 KiB1,6161,204

CompilerWriterInfo.htmlD03-May-20247.6 KiB268190

DebuggingJITedCode.htmlD03-May-20246.2 KiB185154

DeveloperPolicy.rstD03-May-202423.5 KiB509390

ExceptionHandling.rstD03-May-202416 KiB368281

ExtendedIntegerResults.txtD03-May-20244.9 KiB134107

ExtendingLLVM.htmlD03-May-202414.9 KiB380290

FAQ.rstD03-May-202417.5 KiB465340

GCCFEBuildInstrs.htmlD03-May-20249.3 KiB280210

GarbageCollection.htmlD03-May-202446.6 KiB1,3901,128

GetElementPtr.rstD03-May-202421.9 KiB539396

GettingStarted.htmlD03-May-202461.2 KiB1,7611,403

GettingStartedVS.rstD03-May-20247.7 KiB235160

GoldPlugin.htmlD03-May-20248.4 KiB228191

HowToAddABuilder.htmlD03-May-20245.5 KiB143111

HowToReleaseLLVM.htmlD03-May-202422.7 KiB582404

HowToSubmitABug.htmlD03-May-202411.9 KiB346262

LLVMBuild.htmlD03-May-202416.2 KiB369287

LLVMBuild.txtD03-May-2024660 2220

LangRef.htmlD03-May-2024331.2 KiB8,7326,792

Lexicon.rstD03-May-20244.3 KiB195139

LinkTimeOptimization.rstD03-May-202411 KiB299217

MakefileD03-May-20244.3 KiB12896

Makefile.sphinxD03-May-20245.7 KiB160129

MakefileGuide.rstD03-May-202434.4 KiB957737

Packaging.rstD03-May-20242.6 KiB7657

Passes.htmlD03-May-202477.5 KiB2,0671,709

ProgrammersManual.htmlD03-May-2024156.8 KiB4,1383,219

Projects.rstD03-May-202412.3 KiB328229

README.txtD03-May-2024346 138

ReleaseNotes.htmlD03-May-202422.9 KiB756500

SegmentedStacks.rstD03-May-20243.1 KiB8162

SourceLevelDebugging.htmlD03-May-202495.7 KiB2,8592,422

SystemLibrary.htmlD03-May-202415.9 KiB317274

TableGenFundamentals.rstD03-May-202427 KiB800620

TestSuiteMakefileGuide.htmlD03-May-202414.8 KiB352282

TestingGuide.htmlD03-May-202435.7 KiB916695

WritingAnLLVMBackend.htmlD03-May-202489.7 KiB2,5342,107

WritingAnLLVMPass.htmlD03-May-202474.7 KiB1,9551,505

conf.pyD03-May-20248.2 KiB25351

design_and_overview.rstD03-May-2024908 3721

development_process.rstD03-May-2024822 3119

doxygen.cfg.inD03-May-202466.6 KiB1,6331,175

doxygen.cssD03-May-20249 KiB409401

doxygen.footerD03-May-2024378 1411

doxygen.headerD03-May-2024471 109

doxygen.introD03-May-2024787 1918

index.rstD03-May-20241.7 KiB7146

mailing_lists.rstD03-May-20241.4 KiB3624

make.batD03-May-20245 KiB191167

programming.rstD03-May-20241,017 4124

re_format.7D03-May-202418.4 KiB757756

subsystems.rstD03-May-20242.3 KiB9256

userguides.rstD03-May-20242.5 KiB9054

yaml2obj.rstD03-May-20249.8 KiB223206

README.txt

1LLVM Documentation
2==================
3
4The LLVM documentation is currently written in two formats:
5
6  * Plain HTML documentation.
7
8  * reStructured Text documentation using the Sphinx documentation generator. It
9    is currently tested with Sphinx 1.1.3.
10
11    For more information, see the "Sphinx Introduction for LLVM Developers"
12    document.
13