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