4 LLVM and API reference documentation.
\r
14 BlockFrequencyTerminology
\r
15 BranchWeightMetadata
\r
19 DependenceGraphs/index
\r
28 HowToSetUpLLVMStyleRTTI
\r
38 ScudoHardenedAllocator
\r
41 SpeculativeLoadHardening
\r
55 `Doxygen generated documentation <http://llvm.org/doxygen/>`_
\r
56 (`classes <http://llvm.org/doxygen/inherits.html>`_)
\r
58 :doc:`HowToUseAttributes`
\r
59 Answers some questions about the new Attributes infrastructure.
\r
61 `Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_
\r
64 Describes the design and implementation of the ORC APIs, including some
\r
65 usage examples, and a guide for users transitioning from ORCv1 to ORCv2.
\r
70 ======================
\r
71 Command Line Utilities
\r
72 ======================
\r
74 :doc:`LLVM Command Guide <CommandGuide/index>`
\r
75 A reference manual for the LLVM command line utilities ("man" pages for LLVM
\r
79 Automatic bug finder and test-case reducer description and usage
\r
83 A command line option for debugging optimization-induced failures.
\r
85 :doc:`The Microsoft PDB File Format <PDB/index>`
\r
86 A detailed description of the Microsoft PDB (Program Database) file format.
\r
92 :doc:`GarbageCollection`
\r
93 The interfaces source-language compilers should use for compiling GC'd
\r
97 This describes a set of experimental extensions for garbage
\r
105 A library for writing in-process guided fuzzers.
\r
108 Information on writing and using Fuzzers to find bugs in LLVM.
\r
114 :doc:`LLVM Language Reference Manual <LangRef>`
\r
115 Defines the LLVM intermediate representation and the assembly form of the
\r
119 Description of the ``inalloca`` argument attribute.
\r
121 :doc:`BitCodeFormat`
\r
122 This describes the file format and encoding used for LLVM "bc" files.
\r
124 :doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>`
\r
125 A reference manual for the MIR serialization format, which is used to test
\r
126 LLVM's code generation passes.
\r
129 This describes the prototype instruction selection replacement, GlobalISel.
\r
131 =====================
\r
132 Testing and Debugging
\r
133 =====================
\r
135 :doc:`LLVM Testing Infrastructure Guide <TestingGuide>`
\r
136 A reference manual for using the LLVM testing infrastructure.
\r
138 :doc:`TestSuiteGuide`
\r
139 Describes how to compile and run the test-suite benchmarks.
\r
143 A sampled heap memory error detection toolkit designed for production use.
\r
150 High-level documentation of how to use XRay in LLVM.
\r
153 An example of how to debug an application with XRay.
\r
160 LLVM support for folding control flow into faulting machine instructions.
\r
163 Information about LLVM's concurrency model.
\r
165 :doc:`ExceptionHandling`
\r
166 This document describes the design and implementation of exception handling
\r
170 LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
\r
172 :doc:`HowToSetUpLLVMStyleRTTI`
\r
173 How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
\r
176 :doc:`BlockFrequencyTerminology`
\r
177 Provides information about terminology used in the ``BlockFrequencyInfo``
\r
180 :doc:`BranchWeightMetadata`
\r
181 Provides information about Branch Prediction Information.
\r
183 :doc:`GetElementPtr`
\r
184 Answers to some very frequent questions about LLVM's most frequently
\r
185 misunderstood instruction.
\r
187 :doc:`ScudoHardenedAllocator`
\r
188 A library that implements a security-hardened `malloc()`.
\r
190 :doc:`Dependence Graphs <DependenceGraphs/index>`
\r
191 A description of the design of the various dependence graphs such as
\r
192 the DDG (Data Dependence Graph).
\r
194 :doc:`SpeculativeLoadHardening`
\r
195 A description of the Speculative Load Hardening mitigation for Spectre v1.
\r
197 :doc:`SegmentedStacks`
\r
198 This document describes segmented stacks and how they are used in LLVM.
\r
200 :doc:`MarkedUpDisassembly`
\r
201 This document describes the optional rich disassembly output syntax.
\r
204 LLVM support for mapping instruction addresses to the location of
\r
205 values and allowing code to be patched.
\r
208 LLVM support for coroutines.
\r
211 A reference guide for using LLVM's YAML I/O library.