- 24e91bd [llvm-cov] Add the project summary to the text coverage report for each source file. by Ying Yi · 9 years ago
- 76eb219 [llvm-cov] Use the native path in the coverage report. by Ying Yi · 9 years ago
- 84dc971 [llvm-cov] Add the project summary to each source file coverage report. by Ying Yi · 9 years ago
- ad547d3 [llvm-cov] Add some documentation for the -tab-size option by Vedant Kumar · 9 years ago
- 0ef31b7 [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report. by Ying Yi · 9 years ago
- 7101d73 Retry: [llvm-cov] Add support for exporting coverage data to JSON by Vedant Kumar · 9 years ago
- e85353b Revert "[llvm-cov] Add support for exporting coverage data to JSON" by Vedant Kumar · 9 years ago
- d5b7436 [llvm-cov] Add support for exporting coverage data to JSON by Vedant Kumar · 9 years ago
- 2ab08da [llvm-cov] Re-write a very opaque comment (NFC) by Vedant Kumar · 9 years ago
- b302063 [llvm-cov] Clean up error reporting (NFC) by Vedant Kumar · 9 years ago
- 38202c0 [llvm-cov] Attempt to appease an older builder by Vedant Kumar · 9 years ago
- 554357b [llvm-cov] Attempt to appease Windows bots by Vedant Kumar · 9 years ago
- 424f51b [llvm-cov] Optionally use a symbol demangler when preparing reports by Vedant Kumar · 9 years ago
- 6ab6b36 [llvm-cov] Document a few private fields of CodeCoverageTool (NFC) by Vedant Kumar · 9 years ago
- b95dc46 [llvm-cov] Improve error messages by Vedant Kumar · 9 years ago
- 615b85d [llvm-cov] Fix a use-after-free by Vedant Kumar · 9 years ago
- 84c452d [llvm-cov] Clean up an awkward capture-by-reference (NFC) by Vedant Kumar · 9 years ago
- f681e2e [Coverage] Mark a few more methods const (NFC) by Vedant Kumar · 9 years ago
- 86b2ac63 [llvm-cov] Use a thread pool to speed up report generation (NFC) by Vedant Kumar · 9 years ago
- 4c01092 [llvm-cov] Add support for creating html reports by Vedant Kumar · 9 years ago
- 8d74cb2 [llvm-cov] Minor cleanups to prepare for the html format patch by Vedant Kumar · 9 years ago
- 9cbad2c [llvm-cov] Create an index of reports in -output-dir mode by Vedant Kumar · 9 years ago
- 64d8a02 [llvm-cov] Minor cleanups (NFC) by Vedant Kumar · 9 years ago
- cef440f [llvm-cov] Avoid copying file paths multiple times (NFC) by Vedant Kumar · 9 years ago
- ebe8401 [llvm-cov] Rename ShowFormat to Format (NFC) by Vedant Kumar · 9 years ago
- 72e0fe9 [llvm-cov] Simplify; NFC by Vedant Kumar · 9 years ago
- 7937ef3 Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" by Vedant Kumar · 9 years ago
- a48d9fe Revert "[llvm-cov] Add an -output-dir option for the show sub-command" by Vedant Kumar · 9 years ago
- 02507c4 [llvm-cov] Add an -output-dir option for the show sub-command by Vedant Kumar · 9 years ago
- 727549e [llvm-cov] clang-format a line, NFC by Vedant Kumar · 9 years ago
- 635c83c [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC) by Vedant Kumar · 9 years ago
- f9151b9 [llvm-cov] Separate presentation logic from formatting logic, NFC by Vedant Kumar · 9 years ago
- 2c96e88 [llvm-cov] Fix two warnings by Vedant Kumar · 9 years ago
- 9d70d0b [llvm-cov] Add SourceNames to SourceCoverageViews, NFC by Vedant Kumar · 9 years ago
- 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
- c321e53 Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
- 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
- 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
- df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
- dc70712 Move coverage related code into a separate library. by Easwaran Raman · 10 years ago
- ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
- f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
- 65337d1 llvm-cov: Warn if object file is newer than profile by Justin Bogner · 11 years ago
- 9deb1d4 llvm-cov: Rename -color={always|never} to -use-color[=0] by Justin Bogner · 11 years ago
- efa4278 llvm-cov: Continue trying to appease a bot by Justin Bogner · 11 years ago
- 58e2492 llvm-cov: Try to appease a bot by Justin Bogner · 11 years ago
- cfb53e4 llvm-cov: Only emit colour by default if the output is a tty by Justin Bogner · 11 years ago
- 4379535 InstrProf: Teach llvm-cov to handle universal binaries when given -arch by Justin Bogner · 11 years ago
- 0ef7a2a llvm-cov: Actually use the command line arguments when reporting by Justin Bogner · 11 years ago
- f91bc6c llvm-cov: Simplify coverage reports, fixing PR22575 in the process by Justin Bogner · 11 years ago
- 94695c4 InstrProf: Remove an unused header (NFC) by Justin Bogner · 11 years ago
- d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
- 839353b Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
- d5fca92 llvm-cov: Sink some reporting logic into CoverageMapping by Justin Bogner · 11 years ago
- d249a3b llvm-cov: Follow LLVM naming conventions by Justin Bogner · 11 years ago
- f6c5055 llvm-cov: Don't manually parse an option for no reason by Justin Bogner · 11 years ago
- 19a93ba llvm-cov: Allow creating CoverageMappings from filenames by Justin Bogner · 11 years ago
- 953e240 llvm-cov: Disentangle the coverage data logic from the display (NFC) by Justin Bogner · 11 years ago
- f584649 llvm-cov: Move some reader debug output out of the tool. by Justin Bogner · 11 years ago
- 5a6edad llvm-cov: Return unique_ptrs instead of filling objects (NFC) by Justin Bogner · 11 years ago
- 116c166 llvm-cov: Generalize -filename-equivalence by Justin Bogner · 11 years ago
- 1ae21d1 llvm-cov: Simplify FunctionInstantiationSetCollector (NFC) by Justin Bogner · 11 years ago
- 5cbed6e llvm-cov: Push some more debug output into the View (NFC) by Justin Bogner · 11 years ago
- fe357c0 llvm-cov: Rework the API for getting the coverage of a file (NFC) by Justin Bogner · 11 years ago
- 5e1400a llvm-cov: Distinguish expansion/instantiation from SourceCoverageView by Justin Bogner · 11 years ago
- 92bb302 llvm-cov: Make debug output more consistent by Justin Bogner · 11 years ago
- 7dad93b llvm-cov: Clean up some redundancy in the view API (NFC) by Justin Bogner · 11 years ago
- 15562d0 llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) by Justin Bogner · 11 years ago
- 3d7260e Revert "llvm-cov: Remove an overly system specific test" by Justin Bogner · 11 years ago
- e53be06 llvm-cov: Combine two types that were nearly identical (NFC) by Justin Bogner · 11 years ago
- 8e8aa3f llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC) by Justin Bogner · 11 years ago
- 85b0a03 llvm-cov: Use ErrorOr rather than an error_code* (NFC) by Justin Bogner · 11 years ago
- 84ae925 llvm-cov: Remove dead code by Justin Bogner · 11 years ago
- bc1dc57 llvm-cov: Don't pointlessly create a unique_ptr (NFC) by Justin Bogner · 11 years ago
- e82d89c llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. by Alex Lorenz · 11 years ago