aboutsummaryrefslogtreecommitdiff
path: root/bolt/lib/RuntimeLibs
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[BOLT] Add option instrumentation-max-size for bump allocator (#174716)Haibo Jiang1-0/+2
2025-05-10[BOLT] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139403)Kazu Hirata1-4/+4
2025-02-20[BOLT][Linker][NFC] Remove lookupSymbol() in favor of lookupSymbolInfo() (#12...YongKang Zhu2-9/+18
2025-02-19[BOLT][NFC] Fix an incorrect address used in a BOLT-INFO message (#127902)YongKang Zhu1-1/+1
2025-02-08[BOLT] Resolve symlink for library lookup (#126386)YongKang Zhu1-0/+18
2025-01-08[BOLT][CMake] Don't export bolt libraries in LLVMExports.cmake (#121936)Nikita Popov1-0/+1
2024-09-23[bolt] Don't call llvm::raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-07-25[BOLT] Enable standalone build (#97130)Tristan Ross3-11/+34
2024-03-31[BOLT][NFC] Clean includes, add license headers (#87200)Amir Ayupov1-2/+1
2024-01-27[BOLT] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-11-08[BOLT] Support instrumentation hook via DT_FINI_ARRAY (#67348)Job Noorman1-7/+0
2023-11-08[BOLT] Move instrumentation option check (NFC) (#71581)Vladislav Khmelevsky1-7/+8
2023-11-08[BOLT] Fix typo (NFC) (#71579)Vladislav Khmelevsky1-2/+1
2023-06-30[BOLT][Instrumentation] Disallow combining append-pid with sleep-time/wait-forksDenis Revunov1-0/+10
2023-06-15[BOLT] Move from RuntimeDyld to JITLinkJob Noorman4-29/+20
2022-11-04adds huge pages support of PIE/no-PIE binariesAlexey Moksyakov1-29/+0
2022-11-01Honor LLVM_LIBDIR_SUFFIXserge-sans-paille1-2/+3
2022-09-30[BOLT] Fixed some typosGabriel Ravier1-1/+1
2022-09-23[BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ONserge-sans-paille1-0/+2
2022-06-23[BOLT][NFC] Use range-based STL wrappersAmir Ayupov1-7/+6
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song2-3/+3
2022-06-05[bolt] Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song2-2/+2
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song1-1/+1
2022-05-13[BOLT][CMAKE] Fix DYLIB buildAmir Ayupov1-3/+7
2021-12-28[BOLT][NFC] Fix braces usage in the rest of the codebaseAmir Ayupov1-2/+1
2021-12-23Re-enable Windows build and fix issuesRafael Auler1-1/+1
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko3-3/+11
2021-12-14[BOLT][NFC] Reformat with clang-formatMaksim Panchenko2-7/+4
2021-10-08Rebase: [NFC] Refactor sources to be buildable in shared modeRafael Auler4-0/+530