summaryrefslogtreecommitdiff
path: root/bolt/lib/Rewrite/PseudoProbeRewriter.cpp
AgeCommit message (Expand)Author
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2024-11-12[BOLT] Match blocks with pseudo probes (#99891)Shaw Young
2024-11-08[MC] Use StringRefs from pseudo_probe_desc section if it's mappedAmir Ayupov
2024-09-11[BOLT] Only parse probes for profiled functions in profile-write-pseudo-probe...Amir Ayupov
2024-09-11[BOLT][NFC] Rename profile-use-pseudo-probesAmir Ayupov
2024-09-11[BOLT] Drop suffixes in parsePseudoProbe GUID assignment (#106243)Amir Ayupov
2024-08-26[MC][NFC] Use vector for GUIDProbeFunctionMapAmir Ayupov
2024-08-26[MC][NFC] Reduce Address2ProbesMap sizeAmir Ayupov
2024-08-26[MC][NFC] Statically allocate storage for decoded pseudo probes and function ...Amir Ayupov
2024-08-26[MC][NFC] Count pseudo probes and function recordsAmir Ayupov
2024-07-24[BOLT] Add profile-use-pseudo-probes optionAmir Ayupov
2024-07-18[BOLT] Expose pseudo probe function checksum and GUID (#99389)Amir Ayupov
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-08-21[BOLT] Calculate input to output address map using BOLTLinkerJob Noorman
2023-07-06[BOLT][NFCI] Migrate pseudo probes to MetadataRewriter interfaceMaksim Panchenko