aboutsummaryrefslogtreecommitdiff
path: root/bolt/runtime
AgeCommit message (Expand)AuthorFilesLines
2024-05-21[BOLT][NFC] Remove dead initialization code (#92952)Heewon Cho1-3/+1
2023-11-09[BOLT] Fix typos (#68121)spaette1-3/+3
2023-09-19[BOLT][runtime] Test for outline-atomics supportVladislav Khmelevsky1-1/+5
2023-09-08[BOLT][test] Fix cross-compilation tests after D151920Elvina Yakubova1-0/+3
2023-08-24[BOLT][Instrumentation] AArch64 instrumentation support in runtimeElvina Yakubova5-392/+849
2023-08-23[BOLT][Instrumentation] Fix indirect call profile in PIEDenis Revunov2-1/+22
2023-08-23[BOLT][Instrumentation] Keep profile open in WatchProcessDenis Revunov2-9/+25
2023-07-10[BOLT][Instrumentation][NFC] Define and use more syscall constantsDenis Revunov2-7/+15
2023-07-07Reland "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Denis Revunov1-14/+41
2023-06-30Reland "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov1-7/+11
2023-06-30Reland [BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov1-0/+4
2023-06-30Reland [BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov2-14/+30
2023-06-29Revert "[BOLT][Instrumentation][NFC] define and use mmap flags"Amir Aupov2-30/+14
2023-06-29Revert "[BOLT][Instrumentation] Add mmap return value assertions"Amir Aupov1-4/+0
2023-06-29Revert "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov1-11/+7
2023-06-29Revert "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Amir Ayupov1-42/+14
2023-06-30[BOLT][Instrumentation] Add dumping function to instrumentation hash tablesDenis Revunov2-10/+57
2023-06-30[BOLT][Instrumentation] Put Allocator itslef in shared memory by defaultDenis Revunov1-14/+45
2023-06-30[BOLT][Instrumentation] Don't share counters when using append-pidDenis Revunov1-7/+11
2023-06-30[BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov1-0/+4
2023-06-30[BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov2-14/+30
2023-06-08Increase memory of BOLT runtime instrumentation bump allocator used for writi...Jakub Beránek1-0/+1
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-05-19[BOLT][CMake] Use correct output paths and passthrough necessary optionsPetr Hosek1-3/+3
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+1
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-04-21[BOLT] Robustify compile-time config checkNathan Sidwell1-2/+8
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+1
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2022-11-17[BOLT][runtime] Change fPIE flag to fPICVladislav Khmelevsky1-1/+1
2022-11-04[BOLT][Hugify] Fix apple buildsRafael Auler1-3/+1
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov3-72/+197
2022-11-01Honor LLVM_LIBDIR_SUFFIXserge-sans-paille1-3/+6
2022-08-20[bolt][llvm][cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-3/+4
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-4/+3
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-3/+4
2022-08-06[LLVM] Update C++ standard to 17Tobias Hieta1-1/+1
2022-07-09[BOLT][Runtime] Fix memset definitionVladislav Khmelevsky1-3/+5
2022-07-07[BOLT] Fix concurrent hash table modification in the instrumentation runtimeMichał Chojnowski1-1/+1
2022-07-06[BOLT] Add runtime functions required by freestanding environmentMaksim Panchenko3-19/+49
2022-07-06[BOLT] Change mutex implementationElvina Yakubova1-7/+2
2022-07-01[BOLT] Fix instrumentation problem with floating pointMaksim Panchenko1-1/+2
2022-05-13[BOLT][CMAKE] Add missing clauses to bolt/runtime/CMakeLists.txtAmir Ayupov1-0/+2
2022-02-07[BOLT][CMAKE][NFC] Update runtime/CMakeLists.txtAmir Ayupov1-10/+9