aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/XRay
AgeCommit message (Expand)AuthorFilesLines
2024-01-12[XRay] Reserve memory space ahead-of-time when reading native format log (#76...Min-Yih Hsu1-0/+3
2023-12-05[XRay] Adjust includes of bitset (NFC)Kazu Hirata1-0/+2
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+1
2023-07-14[XRay] Add initial support for loongarch64Weining Lu1-0/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-20[llvm] Use std::optional instead of OptionalKazu Hirata1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata1-1/+0
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-26[llvm] Use std::size (NFC)Kazu Hirata1-1/+1
2022-09-11[XRay] Remove XRayRecordStorageKazu Hirata1-2/+0
2022-02-06[llvm] Use = default (NFC)Kazu Hirata1-1/+1
2021-10-22Support: Use Expected<T>::moveInto() in a few placesDuncan P. N. Exon Smith1-4/+2
2021-10-09Fixed some errors detected by PVS StudioDávid Bolvanský1-1/+1
2020-12-04[lib/Object, tools] - Make ELFObjectFile::getELFFile return reference.Georgii Rymar1-4/+4
2020-11-20[lib/Object] - Generalize the RelocationResolver API.Georgii Rymar1-6/+10
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2-22/+4
2020-05-28[xray] Add llvm-xray extract support for 32 bit ARMIan Levesque1-9/+24
2020-05-28clang-format xray InstrumentationMap.cppIan Levesque1-9/+14
2020-05-16[llvm-xray] consumeError when trying big-endianFangrui Song1-0/+1
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO1-2/+5
2020-04-24[XRay] Change Sled.Function to PC-relative for sled version 2 and make llvm-x...Fangrui Song1-3/+12
2020-02-11Use std::foo_t rather than std::foo in LLVM.Justin Lebar1-8/+6
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling5-19/+19
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling5-19/+19
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+3
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard1-1/+1
2019-11-08[llvm-xray] Add AArch64 to llvm-xray extractAditya Kumar1-5/+17
2019-09-22[XRay] Silence static analyzer dyn_cast<BufferExtents> null dereference warni...Simon Pilgrim1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-12/+12
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-4/+5
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-5/+4
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-4/+5
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin6-131/+157
2019-07-11Open native file handles to avoid converting from FDs, NFCReid Kleckner3-19/+21
2019-07-10[Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner3-3/+6
2019-06-22[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRayFangrui Song1-8/+0
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-3/+4
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-4/+3
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-3/+4
2019-04-23Use llvm::stable_sortFangrui Song1-4/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth15-60/+45
2018-12-14[Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song1-6/+6
2018-12-14[llvm-xray] Use correct variable namePetr Hosek1-2/+2
2018-12-14[llvm-xray] Store offset pointers in temporariesPetr Hosek1-2/+4
2018-12-14[llvm-xray] Support for PIEPetr Hosek1-2/+41
2018-11-09[XRay] Improve FDR trace handling and error messagingDean Michael Berris4-23/+188
2018-11-07[XRay] Clean up more std::copy(...)'sDean Michael Berris1-4/+2
2018-11-07[XRay] Use explicit string conversionDean Michael Berris1-2/+1
2018-11-07[XRay] Use TSC delta encoding for custom/typed eventsDean Michael Berris11-12/+233