summaryrefslogtreecommitdiff
path: root/bolt
AgeCommit message (Expand)Author
2025-11-19[NFCI][bolt][test] Use AT&T syntax explicitly (#167225)Raul Tambre
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-06[BOLT] Adding a unittest that covers Arm SPE PBT aggregation (#160095)Ádám Kallai
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][NFC] Rename funtions with _negative suffix to _unknown when th… (#16...Elvina Yakubova
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-04[BOLT][NFC] Clean up the outdated option --write-dwp in doc (#166150)Jinjie Huang
2025-11-03Update BOLT's README.md example optimization flag (#166251)Rafael Auler
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-28[DebugInfo] Support to get TU for hash from .debug_types.dwo section in DWARF...Liu Ke
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-16[BOLT][NFC] Add MCPlusBuilder unittests for PAuth helpers (#162251)Gergely Bálint
2025-10-15[BOLT][NFC] Rename getNames for PLT, TailDuplication (#119870)Paschalis Mpeis
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-09[Bolt] Use fully qualified docker image name (NFC) (#162154)Baranov Victor
2025-10-08[BOLT][AArch64] Fix perf2bolt-spe test (#162312)Paschalis Mpeis
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