summaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/CoverageMappingTest.cpp
AgeCommit message (Expand)Author
2025-09-11[LLVM][Coverage][Unittest] Fix dangling reference in unittest (#147118)Tomohiro Kashiwada
2025-06-13Reland "[llvm-cov] Add support for baseline coverage" (#144130)Fabian Meumertzheim
2025-06-13Revert "[llvm-cov] Add support for baseline coverage" (#144121)Keith Smiley
2025-06-13[llvm-cov] Add support for baseline coverage (#117910)Fabian Meumertzheim
2025-01-09Introduce CounterExpressionBuilder::subst(C, Map) (#112698)NAKAMURA Takumi
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi
2024-02-26Introduce mcdc::TVIdxBuilder (LLVM side, NFC) (#80676)NAKAMURA Takumi
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-13[MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (#81459)NAKAMURA Takumi
2024-02-02CoverageMappingWriter: Emit `Decision` before `Expansion` (#78966)NAKAMURA Takumi
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps
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-06[llvm-cov] - Output better error message when the error kind is `coveragemap_...MaggieYingYi
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-08-07[llvm] LLVM_NODISCARD => [[nodiscard]]. NFCFangrui Song
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-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-11-16Coverage: Fix iterated type for LineCoverageIteratorDuncan P. N. Exon Smith
2021-05-19[CoverageMapping] Handle gaps in counter IDs for source-based coveragePirama Arumuga Nainar
2021-05-14[ProfData] Address a unit test FIXMEBenjamin Kramer
2021-05-14Bump googletest to 1.10.0Benjamin Kramer
2021-05-11[Coverage] Support overriding compilation directoryPetr Hosek
2021-03-09Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Zequan Wu
2021-02-24Revert "[Profile] Include a few asserts in coverage mapping test"Petr Hosek
2021-02-24[Profile] Include a few asserts in coverage mapping testPetr Hosek
2021-02-24[Coverage][Unittest] Fix stringref issueJinsong Ji
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek
2021-02-05[RGT][ProfileData] Correct a test assertionPaul Robinson
2020-08-04[llvm-cov] reset executation count to 0 after wrapped segmentZequan Wu
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-08[Coverage] Take filenames into account when loading function records.Max Moroz
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar