aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-xray
AgeCommit message (Expand)AuthorFilesLines
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata1-1/+0
2023-12-03[llvm] Stop including map (NFC)Kazu Hirata1-1/+0
2023-10-22[llvm] Stop including llvm/ADT/iterator_range.h (NFC)Kazu Hirata1-1/+0
2023-10-13[tools] Stop including llvm/ADT/StringMap.h (NFC)Kazu Hirata1-1/+0
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+1
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso2-2/+2
2023-09-27llvm/tools: Fix some performance-for-range-copy issues. NFCFangrui Song1-8/+4
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-1/+0
2023-03-10[NFC] fix typo `funciton` -> `function`Yuanfang Chen2-2/+2
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-09-28[iwyu] Move <cmath> out of llvm/Support/MathExtras.hserge-sans-paille2-0/+4
2022-08-28[llvm] Use llvm::find_if (NFC)Kazu Hirata1-4/+4
2022-08-27Use std::clamp (NFC)Kazu Hirata2-3/+3
2022-08-02CommandLine: add and use cl::SubCommand::get{All,TopLevel}Nicolai Hähnle1-1/+1
2022-07-24Use any_of (NFC)Kazu Hirata1-4/+5
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-6/+8
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle1-8/+6
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-6/+8
2022-02-24Cleanup include: DebugInfo/Symbolizeserge-sans-paille1-0/+1
2022-02-10Cleanup LLVMObject headersserge-sans-paille2-0/+2
2021-10-18[tools] Delete redundant 'static' from namespace scope 'static const'. NFCFangrui Song1-4/+4
2021-08-24llvm-xray {convert,extract}: Add --demangleFangrui Song2-7/+12
2021-08-18[NFC][llvm-xray] add a llvm-xray convert option `no-demangle`Xu Mingjie1-1/+9
2021-06-05xray-color-helper.cpp - add missing implicit cmath header dependency. NFCI.Simon Pilgrim1-0/+1
2021-06-05xray-color-helper.h - sort includes. NFCI.Simon Pilgrim1-2/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan5-5/+5
2021-02-14[llvm] Use llvm::is_contained (NFC)Kazu Hirata1-4/+1
2021-02-10Fix JSON formatting when converting to trace event formatTodd Lipcon1-8/+6
2021-01-18[llvm] Use the default value of drop_begin (NFC)Kazu Hirata1-1/+1
2021-01-14[llvm] Use llvm::drop_begin (NFC)Kazu Hirata1-2/+1
2021-01-05[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata1-4/+2
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata1-2/+1
2020-09-26Internalize functions from various tools. NFCFangrui Song1-6/+8
2020-07-27[XRay] Account: recursion detectionRoman Lebedev2-19/+78
2020-07-26[NFC][XRay] Account: migrate to DenseMap + SmallVector, -16% faster on large ...Roman Lebedev1-5/+7
2020-07-26[NFC][XRay] Account: decouple getStats() interface from underlying data struc...Roman Lebedev1-3/+5
2020-04-24[XRay] Change Sled.Function to PC-relative for sled version 2 and make llvm-x...Fangrui Song1-3/+3
2020-03-09[XRay] Sanitize DOT labels in graph outputAlex Cameron1-2/+27
2020-02-11Use std::foo_t rather than std::foo in LLVM.Justin Lebar1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer3-11/+14
2020-01-16[xray] add --no-demangle cli opt for llvm-xray extract to output mangled namesMax Sherman1-1/+9
2020-01-09[xray] Remove cl::sub from alias optionsShoaib Meenai6-78/+41
2019-08-15[llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp1-1/+1
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin1-1/+1
2019-08-05Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song5-6/+6
2019-08-04[llvm-objdump] Re-commit r367284.Michael Pozulp1-1/+1
2019-07-30Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp1-1/+1
2019-07-30[llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp1-1/+1
2019-07-10[Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner1-5/+6