summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
AgeCommit message (Expand)Author
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata
2025-09-28[Support] Deprecate one form of support::endian::byte_swap (NFC) (#161045)Kazu Hirata
2025-08-13[nfc][pgo] `const`-ify some APIs in `InstrProfSymtab` (#153284)Mircea Trofin
2024-11-19[ProfileData] Remove unused includes (NFC) (#116751)Kazu Hirata
2024-10-24Reland: [llvm-cov][WebAssembly] Read `__llvm_prf_names` from data segments (#...Yuta Saito
2024-10-16Revert "[llvm-cov][WebAssembly] Read `__llvm_prf_names` from data segments" (...Yuta Saito
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito
2024-09-13[Coverage] Skip empty profile name section (#108480)gulfemsavrun
2024-03-27[nfc]Make InstrProfSymtab non-copyable and non-movable (#86882)Mingming Liu
2024-02-15[MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (#81257)NAKAMURA Takumi
2024-02-14[MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2>` (#81221)NAKAMURA Takumi
2024-02-13[MC/DC] Refactor: Make `MCDCParams` as `std::variant` (#81227)NAKAMURA Takumi
2024-02-13CoverageMappingReader/Writer: MCDCConditionID shouldn't be zeroNAKAMURA Takumi
2024-02-13[MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (#81459)NAKAMURA Takumi
2023-12-14[Profile] Add binary profile correlation for code coverage. (#69493)Zequan Wu
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps
2023-10-10Use llvm::endianness (NFC)Kazu Hirata
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-09-26Revert "[Coverage] Allow Clang coverage to be used with debug info correlation."Zequan Wu
2023-09-21Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Hans Wennborg
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps
2023-09-19[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Cover...Alan Phipps
2023-09-18[Profile] Pass InstrProfSymtab by reference.Zequan Wu
2023-09-18[Profile] Pass InstrProfSymtab instead of IndexedInstrProfReader when creatin...Zequan Wu
2023-09-15[Coverage] Allow Clang coverage to be used with debug info correlation.Zequan Wu
2023-09-06[llvm-cov] - Output better error message when the error kind is `coveragemap_...MaggieYingYi
2023-08-18Reland "[llvm-cov] Support multi-source object files for convert-for-testing"Yuhao Gu
2023-08-15Revert "[llvm-cov] Fix a bug about using `convert-for-testing` on multi-sourc...Gulfem Savrun Yeniceri
2023-08-15[llvm-cov] Fix a bug about using `convert-for-testing` on multi-source object...Yuhao Gu
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-26Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh
2023-01-25Revert "[llvm-cov] Look up object files using debuginfod"Douglas Yung
2023-01-25[llvm-cov] Look up object files using debuginfodDaniel Thornburgh
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-12[ProfileData] llvm::Optional => std::optionalFangrui Song
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-17[Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropria...Fangrui Song
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane
2022-06-28[CoverageMapping] Remove dots from paths inside the profilePetr Hosek
2022-06-27Revert "[CoverageMapping] Remove dots from paths inside the profile"Petr Hosek
2022-06-27[CoverageMapping] Remove dots from paths inside the profilePetr Hosek
2022-02-10Cleanup LLVMObject headersserge-sans-paille
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski
2021-11-09[compiler-rt] Add more diagnostic to InstrProfErrorGulfem Savrun Yeniceri
2021-06-25[llvm-cov] Enforce alignment of function recordsserge-sans-paille
2021-05-11[Coverage] Support overriding compilation directoryPetr Hosek