Name Date Size #Lines LOC

..--

_static/H--

BAT.mdH A D24-May-20245.2 KiB123103

BinaryAnalysis.mdH A D12-Dec-2024764

CMakeLists.txtH A D25-May-20243.5 KiB10491

CommandLineArgumentReference.mdH A D26-Dec-202428.4 KiB

Heatmap.pngH A D11-Jan-202230.1 KiB

HeatmapHeader.pngH A D15-Jul-202475 KiB

Heatmaps.mdH A D15-Jul-20243.4 KiB

OptimizingClang.mdH A D19-Jul-202413.6 KiB290253

OptimizingLinux.mdH A D09-Aug-20246.4 KiB12674

README.txtH A D04-Jan-2023393 149

RuntimeLibrary.mdH A D11-Jan-20223.4 KiB3820

conf.pyH A D17-May-20237.9 KiB24739

doxygen-mainpage.doxH A D11-Jan-2022619 1615

doxygen.cfg.inH A D09-Nov-202398.6 KiB2,3111,782

generate_doc.pyH A D19-Jul-20245.2 KiB150109

index.rstH A D04-Jan-20239.3 KiB258188

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