aboutsummaryrefslogtreecommitdiff
path: root/bolt/runtime/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-11-17[BOLT][runtime] Change fPIE flag to fPICVladislav Khmelevsky1-1/+1
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov1-2/+3
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-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
2021-11-16[PR] Disable stack protection in runtime librariesVladislav Khmelevsky1-2/+2
2021-06-19[PR] Instrumentation: Generate and use _start and _fini trampolinesVasily Leonenko1-1/+1
2021-01-20[BOLT] Enable intToStr for MacOSAlexander Shaposhnikov1-1/+2
2020-11-17Link the instrumentation runtime on OSXAlexander Shaposhnikov1-1/+1
2020-10-15Add first bits to cross-compile the runtime for OSXAlexander Shaposhnikov1-0/+13
2020-05-02Adding automatic huge page supportXun Li1-4/+12
2019-12-13[BOLT] Support full instrumentationRafael Auler1-1/+1
2019-09-20[BOLT] Fix build for MacRafael Auler1-0/+10
2019-08-07[BOLT] Efficient edge profiling in instrumented modeRafael Auler1-0/+2
2019-07-24[BOLT] Support instrumentation via runtime libraryRafael Auler1-0/+12