summaryrefslogtreecommitdiff
path: root/bolt/runtime/common.h
AgeCommit message (Expand)Author
2025-04-16[BOLT][Instrumentation] Initial instrumentation support for RISCV64 (#133882)wangjue
2025-04-15[BOLT] Enable hugify for AArch64 (#117158)alekuz01
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-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-30[BOLT][Instrumentation] Add dumping function to instrumentation hash tablesDenis Revunov
2023-06-30[BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov
2023-04-21[BOLT] Robustify compile-time config checkNathan Sidwell
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov
2022-07-09[BOLT][Runtime] Fix memset definitionVladislav Khmelevsky
2022-07-06[BOLT] Add runtime functions required by freestanding environmentMaksim Panchenko
2022-07-06[BOLT] Change mutex implementationElvina Yakubova
2022-02-08[BOLT] Fix runtime osx cross-compile buildVladislav Khmelevsky
2021-12-28[BOLT][NFC] Fix braces usage in the rest of the codebaseAmir Ayupov
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko
2021-10-15[PR] Instrumentation: Sync file on dumpVladislav Khmelevsky
2021-08-08[PR] Instrumentation: use TryLock for SimpleHashTable getterVasily Leonenko
2021-01-19[PR] Instrumentation: Add support for opening libs based on links /proc/self/...Elvina Yakubova
2021-01-18[PR] Instrumentation: Add readlink and getdents supportElvina Yakubova
2021-06-04[PR] Instrumentation: Disable signals on mutex lockVladislav Khmelevsky
2021-06-02[BOLT] Hugify: check for THP support via sysfsAmir Ayupov
2021-03-09[BOLT][PR] Instrumentation: Introduce -no-counters-clear and -wait-forks optionsVladislav Khmelevsky
2021-01-28[BOLT] Add support for dumping profile on MacOSAlexander Shaposhnikov
2021-01-28[BOLT] Add support for dumping counters on MacOSAlexander Shaposhnikov
2021-01-20[BOLT] Enable intToStr for MacOSAlexander Shaposhnikov
2020-11-19Refactor syscall wrappers for OSXAlexander Shaposhnikov
2020-11-17Link the instrumentation runtime on OSXAlexander Shaposhnikov
2020-10-15Add first bits to cross-compile the runtime for OSXAlexander Shaposhnikov
2020-07-27[BOLT] Fix stack alignment for runtime libRafael Auler
2020-05-02Adding automatic huge page supportXun Li