summaryrefslogtreecommitdiff
path: root/bolt/runtime
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-131-1/+1
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-061-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-061-1/+1
* [BOLT] Robustify compile-time config checkNathan Sidwell2023-04-211-2/+8
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-151-1/+1
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-151-1/+1
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-181-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-181-1/+1
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+1
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-1/+1
* [BOLT][runtime] Change fPIE flag to fPICVladislav Khmelevsky2022-11-171-1/+1
* [BOLT][Hugify] Fix apple buildsRafael Auler2022-11-041-3/+1
* adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov2022-11-043-72/+197
* Honor LLVM_LIBDIR_SUFFIXserge-sans-paille2022-11-011-3/+6
* [bolt][llvm][cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-201-3/+4
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-181-4/+3
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-181-3/+4
* [LLVM] Update C++ standard to 17Tobias Hieta2022-08-061-1/+1
* [BOLT][Runtime] Fix memset definitionVladislav Khmelevsky2022-07-091-3/+5
* [BOLT] Fix concurrent hash table modification in the instrumentation runtimeMichaƂ Chojnowski2022-07-071-1/+1
* [BOLT] Add runtime functions required by freestanding environmentMaksim Panchenko2022-07-063-19/+49
* [BOLT] Change mutex implementationElvina Yakubova2022-07-061-7/+2
* [BOLT] Fix instrumentation problem with floating pointMaksim Panchenko2022-07-011-1/+2
* [BOLT][CMAKE] Add missing clauses to bolt/runtime/CMakeLists.txtAmir Ayupov2022-05-131-0/+2
* [BOLT][CMAKE][NFC] Update runtime/CMakeLists.txtAmir Ayupov2022-02-071-10/+9
* [BOLT] Fix runtime osx cross-compile buildVladislav Khmelevsky2022-02-081-6/+6
* [BOLT][NFC] Fix braces usage in the rest of the codebaseAmir Ayupov2021-12-282-19/+15
* [BOLT][NFC] Fix file-description commentsMaksim Panchenko2021-12-213-5/+3
* [PR] Disable stack protection in runtime librariesVladislav Khmelevsky2021-11-161-2/+2
* [PR] instr: change assert to allow FD 0 return by __open()Marius Wachtler2021-11-051-2/+2
* [PR] bolt_rt: getBinaryPath() increase max file pathMarius Wachtler2021-10-251-1/+1
* [PR] Disable instrumentation and hugify build for aarch64Vladislav Khmelevsky2021-10-162-0/+4
* [PR] Instrumentation: Sync file on dumpVladislav Khmelevsky2021-10-152-0/+12
* [PR] Instrumentation: use TryLock for SimpleHashTable getterVasily Leonenko2021-08-082-3/+38
* [PR] Instrumentation: Avoid generating GOT table in instrumentation libraryVladislav Khmelevsky2021-07-221-0/+1
* [PR] Instrumentation: Fix start and fini trampoline pointersVladislav Khmelevsky2021-07-311-8/+6
* [PR] Instrumentation: Introduce instrumentation-binpath argumentVasily Leonenko2021-07-301-0/+5
* [PR] Instrumentation: Fix runtime handlers for PIE filesVladislav Khmelevsky2021-06-231-16/+12
* [PR] Instrumentation: Add support for opening libs based on links /proc/self/...Elvina Yakubova2021-01-192-2/+89
* [PR] Instrumentation: Add readlink and getdents supportElvina Yakubova2021-01-181-0/+29
* [PR] Instrumentation: Generate and use _start and _fini trampolinesVasily Leonenko2021-06-192-9/+13
* [PR] Instrumentation: Disable signals on mutex lockVladislav Khmelevsky2021-06-041-1/+29
* [BOLT] Hugify: check for THP support via sysfsAmir Ayupov2021-06-022-84/+38
* Rebase: [BOLT][NFC] Expand auto typesAmir Ayupov2021-04-081-10/+10
* [BOLT][PR] Instrumentation: Introduce -no-counters-clear and -wait-forks optionsVladislav Khmelevsky2021-03-092-6/+74
* Fix license for a few remaining filesRafael Auler2021-03-172-13/+6
* [BOLT] Add support for dumping profile on MacOSAlexander Shaposhnikov2021-01-282-43/+91
* [BOLT] Add support for dumping counters on MacOSAlexander Shaposhnikov2021-01-282-17/+54
* [BOLT] Enable intToStr for MacOSAlexander Shaposhnikov2021-01-202-55/+61