summaryrefslogtreecommitdiff
path: root/bolt/lib
AgeCommit message (Expand)Author
2025-11-14[BOLT][print] Add option '--print-only-file' (NFC) (#168023)YongKang Zhu
2025-11-11[BOLT] Move call probe information to CallSiteInfoAmir Ayupov
2025-11-11[BOLT][DWARF] Slice .debug_str from the DWP for each CU (#159540)Liu Ke
2025-11-10[BOLT][AArch64] Add more heuristics on epilogue determination (#167077)YongKang Zhu
2025-11-10[BOLT] Simplify RAState helpers (NFCI) (#162820)Gergely Bálint
2025-11-09[BOLT] Support restartable sequences in tcmalloc (#167195)Maksim Panchenko
2025-11-08[BOLT] Use DenseMap::contains (NFC) (#167169)Kazu Hirata
2025-11-08[BOLT] Refactor tracking internals of BinaryFunction. NFCI (#167074)Maksim Panchenko
2025-11-07[BOLT] Refactor undefined symbols handling. NFCI (#167075)Maksim Panchenko
2025-11-07[BOLT] Remove redundant declarations (NFC) (#166893)Kazu Hirata
2025-11-06[BOLT][AArch64] Skip as many zeros as possible in padding validation (#166467)YongKang Zhu
2025-11-05[BOLT][AArch64] Fix printing of relocation types (#166621)Maksim Panchenko
2025-11-05[BOLT][AArch64] Fix LDR relocation type in ADRP+LDR sequence (#166391)YongKang Zhu
2025-11-05[BOLT][AArch64] Fix search to proceed upwards from memcpy call (#166182)Elvina Yakubova
2025-11-04[BOLT] Fix impute-fall-throughs (#166305)Amir Ayupov
2025-11-04[BOLT][AArch64] Run LDR relaxation (#165787)YongKang Zhu
2025-11-03[BOLT] Add an option for constant island cloning (#165778)YongKang Zhu
2025-11-03[BOLT] Issue error on unclaimed PC-relative relocation (#166098)Maksim Panchenko
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-11-01[ADT] Use a dedicated empty type for StringSet (NFC) (#165967)Kazu Hirata
2025-10-31[BOLT] Refactor handling of branch targets. NFCI (#165828)Maksim Panchenko
2025-10-31[BOLT] Add constant island check in scanExternalRefs() (#165577)Jinjie Huang
2025-10-29[BOLT][NFC] Drop unused profile staleness stats (#165489)Amir Ayupov
2025-10-28[BOLT] Fix thread-safety of MarkRAStates (#165368)Gergely Bálint
2025-10-25[BOLT] Remove CreatePastEnd parameter in getOrCreateLocalLabel(). NFC (#165065)Maksim Panchenko
2025-10-25[BOLT] Avoid extra function dump on invalid BBs found by UCE (NFC) (#165111)YongKang Zhu
2025-10-23[BOLT] Add --ba flag to deprecate --nl (#164257)Paschalis Mpeis
2025-10-22[BOLT][AArch64] Validate code padding (#164037)YongKang Zhu
2025-10-21[BOLT] Check entry point address is not in constant island (#163418)Asher Dobrescu
2025-10-20[ADT] Prepare for deprecation of StringSwitch cases with 4+ args. NFC. (#164173)Jakub Kuderski
2025-10-20[BOLT][NFC] Use brstack in guides and user outputs (#163950)Paschalis Mpeis
2025-10-16[BOLT] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163700)Kazu Hirata
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
2025-10-14[BOLT][NFC] Fix for a dangling reference UB (#163344)Slava Gurevich
2025-10-09[BOLT] Support fragment symbol mapped to the parent address (#162727)Amir Ayupov
2025-10-09[BOLT] Modify warning when --use-old-text fails. NFC (#162731)Maksim Panchenko
2025-10-08Reapply "[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries...Gergely Bálint
2025-10-07Revert "[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries ...Gergely Bálint
2025-10-07[BOLT][AArch64] Handle OpNegateRAState to enable optimizing binaries with pac...Gergely Bálint
2025-10-06[BOLT] Always treat function entry as code (#160161)Maksim Panchenko
2025-10-03[BOLT][AArch64] Refuse to run CDSplit pass (#159351)Paschalis Mpeis
2025-10-03[BOLT] Add GNUPropertyRewriter and warn on AArch64 BTI note (#161206)Gergely Bálint
2025-10-01[BOLT] Remove unused parameter. NFC (#161617)Maksim Panchenko
2025-10-01[BOLT][AArch64] Skip R_AARCH64_TLSDESC_CALL relocation (#161610)Maksim Panchenko
2025-10-01[llvm][support] Move `make_absolute` from `sys::fs` to `sys::path` (#161459)Jan Svoboda
2025-10-01[BOLT] Gadget scanner: make use of C++17 features and LLVM helpers (#141665)Anatoly Trosinenko
2025-10-01[BOLT] Gadget scanner: optionally assume auth traps on failure (#139778)Anatoly Trosinenko
2025-09-30[BOLT] Introduce helpers to match `MCInst`s one at a time (NFC) (#138883)Anatoly Trosinenko
2025-09-30[BOLT] Refactor MCInstReference and move it to Core (NFC) (#155846)Anatoly Trosinenko
2025-09-29[BOLT][DWARF] Fix debug info update issue with dwarf4 dwp (#155619)Jinjie Huang