1. 5b20b57 [BOLT][AArch64] Allow binary-analysis and heatmap tool to run with pac-ret binaries (#136664) by Gergely Bálint · 7 weeks ago
  2. 320ec7f [Documentation] Always use SVG for dot-generated doxygen images. (#136843) by cor3ntin · 8 weeks ago
  3. 850b4929 [BOLT][binary-analysis] Add initial pac-ret gadget scanner (#122304) by Kristof Beyls · 4 months ago
  4. 62c39d7 [BOLT/docs] The support for macro-op fusion was removed. (#121158) by Davide Italiano · 6 months ago
  5. 3c357a49 [BOLT] Add support for safe-icf (#116275) by Alexander Yermolovich · 6 months ago
  6. ceb7214 [BOLT] Introduce binary analysis tool based on BOLT (#115330) by Kristof Beyls · 6 months ago
  7. c1912b4 [BOLT][docs] Fix typo (#98640) by Peter Jung · 11 months ago
  8. 6aad62c [BOLT][DWARF] Add parallelization for processing of DWO debug information (#100282) by Sayhaan Siddiqui · 11 months ago
  9. d251a328 [BOLT] Fix typo from alterantive to alternative (#99704) by Jordan Brantner · 11 months ago
  10. 8bc02bf fix(bolt/**.py): fix comparison to None (#94012) by Eisuke Kawashima · 11 months ago
  11. 7f56323 [bolt][Docs] fix missing option in cmake of stage3 in OptimizingClang.md (#93684) by Itis-hard2name · 11 months ago
  12. d54ec64 [BOLT][DWARF] Remove deprecated opt (#99575) by Sayhaan Siddiqui · 11 months ago
  13. 296a956 [BOLT] Match functions with call graph (#98125) by Shaw Young · 11 months ago
  14. b037d0f [BOLT][docs] Expand Heatmaps.md (#98162) by Paschalis Mpeis · 11 months ago
  15. 34433fd [BOLT] Add -print-mappings option to heatmaps (#97567) by Paschalis Mpeis · 11 months ago
  16. a0c6b8a [BOLT][docs] Add merge-fdata to Linux optimization guide (#97659) by Maksim Panchenko · 12 months ago
  17. 97dc508 [BOLT] Match functions with name similarity (#95884) by Shaw Young · 12 months ago
  18. 49fdbbc [BOLT] Match functions with exact hash (#96572) by Shaw Young · 12 months ago
  19. ec2fb59 [BOLT][docs] Add Linux kernel optimization guide (#96669) by Maksim Panchenko · 12 months ago
  20. 902952a Revert "[𝘀𝗽𝗿] initial version" by shawbyoung · 12 months ago
  21. bb5ab1f [𝘀𝗽𝗿] initial version by shawbyoung · 12 months ago
  22. 32e4906 Revert "[BOLT] Hash-based function matching" (#96568) by shaw young · 12 months ago
  23. 5e097c7 [BOLT] Hash-based function matching (#95821) by shaw young · 12 months ago
  24. 75ac887 [BOLT][NFC] Sync CommandLineArgumentReference with options (#96563) by shaw young · 12 months ago
  25. 68fc8df [BOLT] Drop high discrepancy profiles in matching (#95156) by shaw young · 1 year ago
  26. 765ce86 [BOLT][DOC] Add script for automatic user guide generation (#93822) by Elvina Yakubova · 1 year, 1 month ago
  27. c5a3f664 [BOLT] Revise IDE folder structure (#89742) by Michael Kruse · 1 year, 1 month ago
  28. d1d9545 [BOLT][BAT] Add entries for deleted basic blocks by Amir Ayupov · 1 year, 1 month ago
  29. dcf3102 [BOLT][NFC] Add documentation on BOLT options (#92117) by Elvina Yakubova · 1 year, 1 month ago
  30. b79b6f9 [BOLT] Use offset deduplication for cold fragments by Amir Ayupov · 1 year, 2 months ago
  31. 1b763f2 [BOLT] Add secondary entry points to BAT by Amir Ayupov · 1 year, 3 months ago
  32. ceba3a3 [BOLT] Add number of basic blocks to BAT by Amir Ayupov · 1 year, 3 months ago
  33. b0e2363 [BOLT] Add BB index to BAT by Amir Ayupov · 1 year, 3 months ago
  34. f66d631 Revert "[BOLT] Add BB index to BAT (#86044)" by Amir Ayupov · 1 year, 3 months ago
  35. 3b3de48 [BOLT] Add BB index to BAT (#86044) by Amir Ayupov · 1 year, 3 months ago
  36. 6280681 [BOLT] Output basic YAML profile in BAT mode by Amir Ayupov · 1 year, 3 months ago
  37. ad00e7e [BOLT] Write and parse BF/BB hashes in BAT by Amir Ayupov · 1 year, 3 months ago
  38. df7d2b2 [BOLT] Deduplicate equal offsets in BAT (#76905) by Amir Ayupov · 1 year, 5 months ago
  39. 8f1d94a [BOLT] Use continuous output addresses in delta encoding in BAT by Amir Ayupov · 1 year, 5 months ago
  40. dcba077 [BOLT] Embed cold mapping info into function entry in BAT (#76903) by Amir Ayupov · 1 year, 5 months ago
  41. 8fb8ad6 [BOLT] Delta-encode function start addresses in BAT (#76902) by Amir Ayupov · 1 year, 5 months ago
  42. bbe0798 [BOLT] Delta-encode offsets in BAT (#76900) by Amir Ayupov · 1 year, 5 months ago
  43. 565f40d [BOLT] Encode BAT using ULEB128 (#76899) by Amir Ayupov · 1 year, 5 months ago
  44. a7cf0a1 [BOLT] Add BOLT Address Translation documentation (#76899) by Amir Ayupov · 1 year, 5 months ago
  45. 1a2f833 [BOLT] Fix typos (#68121) by spaette · 1 year, 7 months ago
  46. f98ee40 [NFC][Py Reformat] Reformat python files in the rest of the dirs by Tobias Hieta · 2 years, 1 month ago
  47. eadf6db [docs] Hide collaboration and include graphs in doxygen docs by Timm Bäder · 2 years, 2 months ago
  48. 75c0695 [BOLT][Docs] Add Sphinx documentation by Amir Ayupov · 2 years, 6 months ago
  49. 96f6ec5 [BOLT] Mark option values of --split-functions deprecated by Fabian Parzefall · 3 years ago
  50. 65a8419 [BOLT][DOCS] Add PACKAGE_VERSION to doxygen config by Amir Ayupov · 3 years, 1 month ago
  51. 38fb7d5 [BOLT][TEST] Replace cache+ option with ext-tsp by Huan Nguyen · 3 years, 1 month ago
  52. 0c13d97 Allow building heatmaps from basic sampled events with `-nl`. by Rahman Lavaee · 3 years, 2 months ago
  53. 4ae83bb Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTS by Louis Dionne · 3 years, 4 months ago
  54. 5c2ae5f [BOLT] Refactor heatmap to be standalone tool by Vladislav Khmelevsky · 3 years, 4 months ago
  55. ccc4d43 [BOLT][DOCS] Link to README instead of the github page in Doxygen by Amir Ayupov · 3 years, 6 months ago
  56. cd7a630 [BOLT][DOCS] Build doxygen documentation by Amir Ayupov · 3 years, 6 months ago
  57. 4eb237e [BOLT][DOCS] Updated clang build instructions in OptimizingClang.md by Amir Ayupov · 3 years, 6 months ago
  58. 1c5d3a0 Rebase: Merge BOLT codebase in monorepo by Amir Ayupov · 4 years, 7 months ago