summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-xray/xray-stacks.cpp
AgeCommit message (Expand)Author
2025-10-20[NFC][LLVM] Code cleanup in `llvm-xray` (#164080)Rahul Joshi
2025-04-16[llvm-xray] Use llvm::make_second_range (NFC) (#135989)Kazu Hirata
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata
2023-09-27llvm/tools: Fix some performance-for-range-copy issues. NFCFangrui Song
2021-01-18[llvm] Use the default value of drop_begin (NFC)Kazu Hirata
2021-01-14[llvm] Use llvm::drop_begin (NFC)Kazu Hirata
2021-01-05[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata
2020-09-26Internalize functions from various tools. NFCFangrui Song
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-09[xray] Remove cl::sub from alias optionsShoaib Meenai
2019-06-21Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song
2019-06-11Symbolize: Replace the Options constructor with in-class initialization. NFCI.Peter Collingbourne
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-11-06[XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris
2018-05-02[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)Dean Michael Berris