summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/CMakeLists.txt
AgeCommit message (Expand)Author
2016-07-26Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar
2016-07-26Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar
2016-07-26[llvm-cov] Add support for exporting coverage data to JSONVedant Kumar
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar
2016-04-29Move coverage related code into a separate library.Easwaran Raman
2015-02-14llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz
2013-11-14llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi
2011-10-04Update cmake list.Devang Patel
2011-09-28Introduce llvm-cov.Devang Patel