summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-xray/xray-converter.cpp
AgeCommit message (Expand)Author
2025-10-20[NFC][LLVM] Code cleanup in `llvm-xray` (#164080)Rahul Joshi
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso
2021-08-24llvm-xray {convert,extract}: Add --demangleFangrui Song
2021-08-18[NFC][llvm-xray] add a llvm-xray convert option `no-demangle`Xu Mingjie
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-02-10Fix JSON formatting when converting to trace event formatTodd Lipcon
2020-01-09[xray] Remove cl::sub from alias optionsShoaib Meenai
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-06-11Symbolize: Replace the Options constructor with in-class initialization. NFCI.Peter Collingbourne
2019-02-25[XRay][tools] Revert "Use Support/JSON.h in llvm-xray convert"Roman Lebedev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-06[XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris
2018-08-03[XRay][tools] Use Support/JSON.h in llvm-xray convertDean Michael Berris
2018-07-24llvm-xray: Broken chrome trace event format outputDean Michael Berris
2018-07-13[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-05-02[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)Dean Michael Berris