Changeset View
Changeset View
Standalone View
Standalone View
docs/index.rst
Show First 20 Lines • Show All 236 Lines • ▼ Show 20 Lines | :doc:`FuzzingLLVM` | ||||
Information on writing and using Fuzzers to find bugs in LLVM. | Information on writing and using Fuzzers to find bugs in LLVM. | ||||
:doc:`ScudoHardenedAllocator` | :doc:`ScudoHardenedAllocator` | ||||
A library that implements a security-hardened `malloc()`. | A library that implements a security-hardened `malloc()`. | ||||
:doc:`OptBisect` | :doc:`OptBisect` | ||||
A command line option for debugging optimization-induced failures. | A command line option for debugging optimization-induced failures. | ||||
.. _index-subsystem-docs: | |||||
Subsystem Documentation | Subsystem Documentation | ||||
======================= | ======================= | ||||
For API clients and LLVM developers. | For API clients and LLVM developers. | ||||
.. toctree:: | .. toctree:: | ||||
:hidden: | :hidden: | ||||
▲ Show 20 Lines • Show All 173 Lines • ▼ Show 20 Lines | |||||
Development Process Documentation | Development Process Documentation | ||||
================================= | ================================= | ||||
Information about LLVM's development process. | Information about LLVM's development process. | ||||
.. toctree:: | .. toctree:: | ||||
:hidden: | :hidden: | ||||
Contributing | |||||
DeveloperPolicy | DeveloperPolicy | ||||
Projects | Projects | ||||
LLVMBuild | LLVMBuild | ||||
HowToReleaseLLVM | HowToReleaseLLVM | ||||
Packaging | Packaging | ||||
ReleaseProcess | ReleaseProcess | ||||
Phabricator | Phabricator | ||||
:doc:`Contributing` | |||||
An overview on how to contribute to LLVM. | |||||
:doc:`DeveloperPolicy` | :doc:`DeveloperPolicy` | ||||
The LLVM project's policy towards developers and their contributions. | The LLVM project's policy towards developers and their contributions. | ||||
:doc:`Projects` | :doc:`Projects` | ||||
How-to guide and templates for new projects that *use* the LLVM | How-to guide and templates for new projects that *use* the LLVM | ||||
infrastructure. The templates (directory organization, Makefiles, and test | infrastructure. The templates (directory organization, Makefiles, and test | ||||
tree) allow the project code to be located outside (or inside) the ``llvm/`` | tree) allow the project code to be located outside (or inside) the ``llvm/`` | ||||
tree, while using LLVM header files and libraries. | tree, while using LLVM header files and libraries. | ||||
▲ Show 20 Lines • Show All 114 Lines • Show Last 20 Lines |