summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
AgeCommit message (Expand)Author
2024-12-27llvm-cov: Introduce `--binary-counters` (#120841)NAKAMURA Takumi
2024-12-20llvm-cov: Introduce `-show-created-time` to suppress timestamps (#120417)NAKAMURA Takumi
2024-12-02Revert "[llvm-cov] Fix branch counts of template functions (#111743)" (#118398)Alan Phipps
2024-12-02[llvm-cov] Fix branch counts of template functions (#111743) (#113925)stma247
2024-07-05[llvm-cov] Remove View member from MCDCView and BranchView (#97734)Nikita Popov
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini
2024-01-27[llvm-cov] Simplify branch/MCDC subviews. NFCFangrui Song
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata
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-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu
2023-08-23[llvm-cov] Allow multiple remaps in --path-equivalenceTomas Camin
2023-03-03[llvm-cov] Optionally fail on missing binary IDDaniel Thornburgh
2023-02-17[llvm-cov] Create syntax to pass source w/o binary.Daniel Thornburgh
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-02-01[NFC][Profile] Access profile through VirtualFileSystemSteven Wu
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
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song
2022-12-08[llvm] Call reserve before push_back in a loopGregory Alfonso
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault
2022-11-26[llvm-cov] Use std::optional in CodeCoverage.cpp (NFC)Kazu Hirata
2022-10-14[llvm-cov] Allow branch coverage to be skipped when exporting for LCOVAlan Phipps
2022-08-01[llvm-cov] Remove deprecated -name-whitelist after D112816Fangrui Song
2022-07-21[llvm-cov] Improve error message by printing the object file name that produc...Zequan Wu
2022-07-15[llvm-cov] Add error message for missing profdata on report and export subcom...Zequan Wu
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-08[llvm-cov] Assume repeat architectures for universal binariesKeith Smiley
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-03-04[llvm-cov] New parameters to set coverage coverage_watermarkPetr Hosek
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata
2021-11-26[LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-a...Zarko Todorovski
2021-09-10[llvm-cov] Add error for invalid -path-equivalence formatKeith Smiley
2021-05-11[Coverage] Support overriding compilation directoryPetr Hosek
2021-03-24[llvm-cov] Check path emptyness in path-equivalence after removing dots.Zequan Wu
2021-03-03[llvm-cov] Cache file status informationChoongwoo Han
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps
2020-12-26[llvm-cov, llvm-symbolizer] Use llvm::erase_if (NFC)Kazu Hirata
2020-11-06[llvm-cov] Fix missing slash in -path-equivalenceZequan Wu
2020-10-23[llvm-cov] don't include all source files when provided source files are filt...Zequan Wu
2020-10-16Revert "[llvm-cov] don't include all source files when provided source files ...Jeremy Morse