Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
_static/ | H | - | - | |||
BAT.md | H A D | 24-May-2024 | 5.2 KiB | 123 | 103 | |
BinaryAnalysis.md | H A D | 12-Dec-2024 | 764 | |||
CMakeLists.txt | H A D | 25-May-2024 | 3.5 KiB | 104 | 91 | |
CommandLineArgumentReference.md | H A D | 26-Dec-2024 | 28.4 KiB | |||
Heatmap.png | H A D | 11-Jan-2022 | 30.1 KiB | |||
HeatmapHeader.png | H A D | 15-Jul-2024 | 75 KiB | |||
Heatmaps.md | H A D | 15-Jul-2024 | 3.4 KiB | |||
OptimizingClang.md | H A D | 19-Jul-2024 | 13.6 KiB | 290 | 253 | |
OptimizingLinux.md | H A D | 09-Aug-2024 | 6.4 KiB | 126 | 74 | |
README.txt | H A D | 04-Jan-2023 | 393 | 14 | 9 | |
RuntimeLibrary.md | H A D | 11-Jan-2022 | 3.4 KiB | 38 | 20 | |
conf.py | H A D | 17-May-2023 | 7.9 KiB | 247 | 39 | |
doxygen-mainpage.dox | H A D | 11-Jan-2022 | 619 | 16 | 15 | |
doxygen.cfg.in | H A D | 09-Nov-2023 | 98.6 KiB | 2,311 | 1,782 | |
generate_doc.py | H A D | 19-Jul-2024 | 5.2 KiB | 150 | 109 | |
index.rst | H A D | 04-Jan-2023 | 9.3 KiB | 258 | 188 |
README.txt
1BOLT Documentation 2==================== 3 4The BOLT documentation is written using the Sphinx documentation generator. It 5is currently tested with Sphinx 1.1.3. 6 7To build the documents into html configure BOLT with the following cmake options: 8 9 * -DLLVM_ENABLE_SPHINX=ON 10 * -DBOLT_INCLUDE_DOCS=ON 11 12After configuring BOLT with these options the make rule `docs-bolt-html` should 13be available. 14