aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CoverageExporterJson.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-1/+43
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-43/+1
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-1/+43
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-2/+2
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2021-01-29[llvm] Use append_range (NFC)Kazu Hirata1-2/+1
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata1-10/+9
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-6/+75
2020-04-24[llvm-cov] Prevent llvm-cov from using too many threadsAlexandre Ganea1-4/+8
2020-03-27Export Segment.IsGapRegion to JSONDennis Felsing1-3/+4
2020-02-14[Support] On Windows, ensure hardware_concurrency() extends to all CPU socket...Alexandre Ganea1-5/+3
2019-11-15[llvm-cov] Fix illegal cast from uint64_t to int64_tSajjad Mirza1-3/+13
2019-10-29Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich1-3/+2
2019-10-29[llvm-cov] Add option to whitelist filenamesVedant Kumar1-2/+3
2019-03-14Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz1-13/+49
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12[llvm-cov] Delete custom JSON serialization code (NFC)Vedant Kumar1-325/+133
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2018-04-09[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz1-5/+8
2018-01-12[llvm-cov] Skip unnecessary coverage computations for "export -summary-only".Max Moroz1-29/+34
2018-01-04[llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz1-310/+254
2017-12-11[llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz1-16/+23
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar1-10/+10
2017-09-15[llvm-cov] Remove a redundant field. NFC.Vedant Kumar1-1/+3
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar1-5/+9
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar1-14/+5
2016-10-12[Coverage] Delete some copy constructors (NFC)Vedant Kumar1-1/+1
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar1-2/+4
2016-09-19[llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar1-11/+1
2016-09-19[llvm-cov] Teach the coverage exporter about instantiation coverageVedant Kumar1-16/+26
2016-07-27[llvm-cov] Escape '\' in strings when emitting JSONVedant Kumar1-2/+12
2016-07-26Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar1-0/+418
2016-07-26Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar1-418/+0
2016-07-26[llvm-cov] Add support for exporting coverage data to JSONVedant Kumar1-0/+418