aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/CoverageMappingTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-13Reland "[llvm-cov] Add support for baseline coverage" (#144130)Fabian Meumertzheim1-1/+3
2025-06-13Revert "[llvm-cov] Add support for baseline coverage" (#144121)Keith Smiley1-3/+1
2025-06-13[llvm-cov] Add support for baseline coverage (#117910)Fabian Meumertzheim1-1/+3
2025-01-09Introduce CounterExpressionBuilder::subst(C, Map) (#112698)NAKAMURA Takumi1-0/+39
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi1-2/+2
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg1-2/+2
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi1-2/+2
2024-02-26Introduce mcdc::TVIdxBuilder (LLVM side, NFC) (#80676)NAKAMURA Takumi1-0/+56
2024-02-15[MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (#81257)NAKAMURA Takumi1-5/+5
2024-02-14[MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2>` (#81221)NAKAMURA Takumi1-10/+9
2024-02-13[MC/DC] Refactor: Make `MCDCParams` as `std::variant` (#81227)NAKAMURA Takumi1-3/+3
2024-02-13[MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (#81459)NAKAMURA Takumi1-4/+3
2024-02-02CoverageMappingWriter: Emit `Decision` before `Expansion` (#78966)NAKAMURA Takumi1-0/+36
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková1-4/+20
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-0/+46
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-46/+0
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-0/+46
2023-09-06[llvm-cov] - Output better error message when the error kind is `coveragemap_...MaggieYingYi1-3/+7
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-2/+2
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser1-2/+2
2022-08-07[llvm] LLVM_NODISCARD => [[nodiscard]]. NFCFangrui Song1-1/+1
2022-06-28[CoverageMapping] Remove dots from paths inside the profilePetr Hosek1-2/+2
2022-06-27Revert "[CoverageMapping] Remove dots from paths inside the profile"Petr Hosek1-2/+2
2022-06-27[CoverageMapping] Remove dots from paths inside the profilePetr Hosek1-2/+2
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-2/+2
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-2/+2
2021-11-16Coverage: Fix iterated type for LineCoverageIteratorDuncan P. N. Exon Smith1-0/+3
2021-05-19[CoverageMapping] Handle gaps in counter IDs for source-based coveragePirama Arumuga Nainar1-4/+29
2021-05-14[ProfData] Address a unit test FIXMEBenjamin Kramer1-10/+6
2021-05-14Bump googletest to 1.10.0Benjamin Kramer1-5/+6
2021-05-11[Coverage] Support overriding compilation directoryPetr Hosek1-3/+32
2021-03-09Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Zequan Wu1-1/+1
2021-02-24Revert "[Profile] Include a few asserts in coverage mapping test"Petr Hosek1-6/+2
2021-02-24[Profile] Include a few asserts in coverage mapping testPetr Hosek1-2/+6
2021-02-24[Coverage][Unittest] Fix stringref issueJinsong Ji1-0/+3
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-12/+10
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek1-10/+12
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-12/+10
2021-02-05[RGT][ProfileData] Correct a test assertionPaul Robinson1-2/+1
2020-08-04[llvm-cov] reset executation count to 0 after wrapped segmentZequan Wu1-1/+1
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+25
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-25/+0
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+25
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-25/+0
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+25
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-08[Coverage] Take filenames into account when loading function records.Max Moroz1-1/+18
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar1-7/+9
2017-11-30[Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar1-0/+26