summaryrefslogtreecommitdiff
path: root/llvm/lib/XRay
AgeCommit message (Expand)Author
2025-10-13[NFC][LLVM][XRay] Namespace related code cleanup (#163068)Rahul Joshi
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2024-12-10[XRay][RISCV] RISCV support for XRay (#117368)Min-Yih Hsu
2024-10-10[XRay] Simplify code with DenseMap::operator[] (NFC) (#111786)Kazu Hirata
2024-06-29[llvm] Use std::make_unique (NFC) (#97165)Kazu Hirata
2024-01-12[XRay] Reserve memory space ahead-of-time when reading native format log (#76...Min-Yih Hsu
2023-12-05[XRay] Adjust includes of bitset (NFC)Kazu Hirata
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-07-14[XRay] Add initial support for loongarch64Weining Lu
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-20[llvm] Use std::optional instead of OptionalKazu Hirata
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-26[llvm] Use std::size (NFC)Kazu Hirata
2022-09-11[XRay] Remove XRayRecordStorageKazu Hirata
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-22Support: Use Expected<T>::moveInto() in a few placesDuncan P. N. Exon Smith
2021-10-09Fixed some errors detected by PVS StudioDávid Bolvanský
2020-12-04[lib/Object, tools] - Make ELFObjectFile::getELFFile return reference.Georgii Rymar
2020-11-20[lib/Object] - Generalize the RelocationResolver API.Georgii Rymar
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-05-28[xray] Add llvm-xray extract support for 32 bit ARMIan Levesque
2020-05-28clang-format xray InstrumentationMap.cppIan Levesque
2020-05-16[llvm-xray] consumeError when trying big-endianFangrui Song
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO
2020-04-24[XRay] Change Sled.Function to PC-relative for sled version 2 and make llvm-x...Fangrui Song
2020-02-11Use std::foo_t rather than std::foo in LLVM.Justin Lebar
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-11-08[llvm-xray] Add AArch64 to llvm-xray extractAditya Kumar
2019-09-22[XRay] Silence static analyzer dyn_cast<BufferExtents> null dereference warni...Simon Pilgrim
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-07-11Open native file handles to avoid converting from FDs, NFCReid Kleckner
2019-07-10[Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner
2019-06-22[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRayFangrui Song
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song
2019-04-23Use llvm::stable_sortFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14[Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song
2018-12-14[llvm-xray] Use correct variable namePetr Hosek