aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov
AgeCommit message (Expand)AuthorFilesLines
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang3-6/+8
2024-01-27[llvm-cov] Simplify branch/MCDC subviews. NFCFangrui Song3-31/+23
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková1-0/+2
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata2-8/+6
2023-12-19[llvm-cov] format cells in report with 0/0 branches/functions/lines differenl...Hana Dusíková1-4/+20
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps12-7/+366
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata3-3/+3
2023-11-11[llvm] Stop including llvm/ADT/DenseMap.h (NFC)Kazu Hirata1-1/+0
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps12-361/+7
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps12-7/+361
2023-09-06[llvm-cov] - Output better error message when the error kind is `coveragemap_...MaggieYingYi1-17/+17
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu12-88/+636
2023-08-23[llvm-cov] Allow multiple remaps in --path-equivalenceTomas Camin1-25/+36
2023-08-18Reland "[llvm-cov] Support multi-source object files for convert-for-testing"Yuhao Gu1-19/+32
2023-08-18[llvm-cov] Use uint64_t to avoid overflow in additionFlightor2-2/+6
2023-08-15Revert "[llvm-cov] Fix a bug about using `convert-for-testing` on multi-sourc...Gulfem Savrun Yeniceri1-1/+0
2023-08-15[llvm-cov] Fix a bug about using `convert-for-testing` on multi-source object...Yuhao Gu1-0/+1
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata1-1/+1
2023-03-03[llvm-cov] Optionally fail on missing binary IDDaniel Thornburgh1-3/+10
2023-02-17[llvm-cov] Create syntax to pass source w/o binary.Daniel Thornburgh1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-01[NFC][Profile] Access profile through VirtualFileSystemSteven Wu1-1/+2
2023-01-26Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh2-6/+26
2023-01-25Revert "[llvm-cov] Look up object files using debuginfod"Douglas Yung2-26/+6
2023-01-25[llvm-cov] Look up object files using debuginfodDaniel Thornburgh2-6/+26
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-1/+8
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso1-6/+6
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-2/+2
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song1-3/+3
2022-12-08[llvm] Call reserve before push_back in a loopGregory Alfonso2-0/+2
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata2-2/+0
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata3-5/+6
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault1-1/+2
2022-11-26[llvm-cov] Use std::optional in SourceCoverageViewText.cpp (NFC)Kazu Hirata1-1/+2
2022-11-26[llvm-cov] Use std::optional in SourceCoverageViewHTML.cpp (NFC)Kazu Hirata1-1/+2
2022-11-26[llvm-cov] Use std::optional in CodeCoverage.cpp (NFC)Kazu Hirata1-1/+2
2022-10-14[llvm-cov] Allow branch coverage to be skipped when exporting for LCOVAlan Phipps3-6/+15
2022-08-01[llvm-cov] Remove deprecated -name-whitelist after D112816Fangrui Song3-43/+6
2022-07-21[llvm-cov] Improve error message by printing the object file name that produc...Zequan Wu1-2/+1
2022-07-15[llvm-cov] Add error message for missing profdata on report and export subcom...Zequan Wu1-1/+13
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2-4/+4
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata2-4/+4
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+1
2022-06-08[llvm-cov] Assume repeat architectures for universal binariesKeith Smiley1-0/+3