Name Date Size #Lines LOC

..--

_static/H08-Jul-2024-

BAT.mdH A D08-Jul-20245.2 KiB123103

BinaryAnalysis.mdH A D29-Jan-2025764

CMakeLists.txtH A D08-Jul-20243.5 KiB10491

CommandLineArgumentReference.mdH A D29-Jan-202528.4 KiB

Heatmap.pngH A D18-Feb-202230.1 KiB

HeatmapHeader.pngH A D16-Jul-202475 KiB

Heatmaps.mdH A D16-Jul-20243.4 KiB

OptimizingClang.mdH A D29-Jan-202513.6 KiB290253

OptimizingLinux.mdH A D29-Jan-20256.4 KiB12674

README.txtH A D08-Jul-2024393 149

RuntimeLibrary.mdH A D18-Feb-20223.4 KiB3820

conf.pyH A D08-Jul-20247.9 KiB24739

doxygen-mainpage.doxH A D18-Feb-2022619 1615

doxygen.cfg.inH A D08-Jul-202498.6 KiB2,3111,782

generate_doc.pyH A D29-Jan-20255.2 KiB150109

index.rstH A D08-Jul-20249.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