aboutsummaryrefslogtreecommitdiff
path: root/bolt/runtime/common.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov1-0/+74
2022-07-09[BOLT][Runtime] Fix memset definitionVladislav Khmelevsky1-3/+5
2022-07-06[BOLT] Add runtime functions required by freestanding environmentMaksim Panchenko1-14/+44
2022-07-06[BOLT] Change mutex implementationElvina Yakubova1-7/+2
2022-02-08[BOLT] Fix runtime osx cross-compile buildVladislav Khmelevsky1-6/+6
2021-12-28[BOLT][NFC] Fix braces usage in the rest of the codebaseAmir Ayupov1-4/+3
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko1-3/+1
2021-10-15[PR] Instrumentation: Sync file on dumpVladislav Khmelevsky1-0/+10
2021-08-08[PR] Instrumentation: use TryLock for SimpleHashTable getterVasily Leonenko1-0/+21
2021-01-19[PR] Instrumentation: Add support for opening libs based on links /proc/self/...Elvina Yakubova1-0/+17
2021-01-18[PR] Instrumentation: Add readlink and getdents supportElvina Yakubova1-0/+29
2021-06-04[PR] Instrumentation: Disable signals on mutex lockVladislav Khmelevsky1-1/+29
2021-06-02[BOLT] Hugify: check for THP support via sysfsAmir Ayupov1-24/+26
2021-03-09[BOLT][PR] Instrumentation: Introduce -no-counters-clear and -wait-forks optionsVladislav Khmelevsky1-0/+40
2021-01-28[BOLT] Add support for dumping profile on MacOSAlexander Shaposhnikov1-11/+17
2021-01-28[BOLT] Add support for dumping counters on MacOSAlexander Shaposhnikov1-11/+11
2021-01-20[BOLT] Enable intToStr for MacOSAlexander Shaposhnikov1-54/+59
2020-11-19Refactor syscall wrappers for OSXAlexander Shaposhnikov1-43/+48
2020-11-17Link the instrumentation runtime on OSXAlexander Shaposhnikov1-3/+35
2020-10-15Add first bits to cross-compile the runtime for OSXAlexander Shaposhnikov1-0/+6
2020-07-27[BOLT] Fix stack alignment for runtime libRafael Auler1-1/+5
2020-05-02Adding automatic huge page supportXun Li1-0/+325