summaryrefslogtreecommitdiff
path: root/bolt/runtime
AgeCommit message (Expand)Author
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
2025-09-03[BOLT] close map_files FD (#156489)Aiden Grossman
2025-07-14[BOLT][instr] Add optional arguments to __bolt_instr_data_dump() (#148700)YongKang Zhu
2025-07-14[BOLT] Force frame pointers off for runtimes (#148009)Peter Waller
2025-07-13[BOLT][NFC] Add const qualifier to certain pointers to read-only objects (#14...YongKang Zhu
2025-04-16[BOLT][Instrumentation] Initial instrumentation support for RISCV64 (#133882)wangjue
2025-04-15[BOLT] Fix conditional compilation of hugify.cpp (#135880)Maksim Panchenko
2025-04-15[BOLT] Enable hugify for AArch64 (#117158)alekuz01
2025-03-04[BOLT] Fix kernel version check for THP in hugify (#129380)Eric Wang
2025-01-17[BOLT] Fix handling of LLVM_LIBDIR_SUFFIX (#122874)Nikita Popov
2024-07-25[BOLT] Fix archive output directory for standalone on Mac (#100643)Tristan Ross
2024-07-25[BOLT] Enable standalone build (#97130)Tristan Ross
2024-05-21[BOLT][NFC] Remove dead initialization code (#92952)Heewon Cho
2023-11-09[BOLT] Fix typos (#68121)spaette
2023-09-19[BOLT][runtime] Test for outline-atomics supportVladislav Khmelevsky
2023-09-08[BOLT][test] Fix cross-compilation tests after D151920Elvina Yakubova
2023-08-24[BOLT][Instrumentation] AArch64 instrumentation support in runtimeElvina Yakubova
2023-08-23[BOLT][Instrumentation] Fix indirect call profile in PIEDenis Revunov
2023-08-23[BOLT][Instrumentation] Keep profile open in WatchProcessDenis Revunov
2023-07-10[BOLT][Instrumentation][NFC] Define and use more syscall constantsDenis Revunov
2023-07-07Reland "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Denis Revunov
2023-06-30Reland "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov
2023-06-30Reland [BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov
2023-06-30Reland [BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov
2023-06-29Revert "[BOLT][Instrumentation][NFC] define and use mmap flags"Amir Aupov
2023-06-29Revert "[BOLT][Instrumentation] Add mmap return value assertions"Amir Aupov
2023-06-29Revert "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov
2023-06-29Revert "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Amir Ayupov
2023-06-30[BOLT][Instrumentation] Add dumping function to instrumentation hash tablesDenis Revunov
2023-06-30[BOLT][Instrumentation] Put Allocator itslef in shared memory by defaultDenis Revunov
2023-06-30[BOLT][Instrumentation] Don't share counters when using append-pidDenis Revunov
2023-06-30[BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov
2023-06-30[BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov
2023-06-08Increase memory of BOLT runtime instrumentation bump allocator used for writi...Jakub Beránek
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-05-19[BOLT][CMake] Use correct output paths and passthrough necessary optionsPetr Hosek
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-04-21[BOLT] Robustify compile-time config checkNathan Sidwell
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2022-11-17[BOLT][runtime] Change fPIE flag to fPICVladislav Khmelevsky
2022-11-04[BOLT][Hugify] Fix apple buildsRafael Auler
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov