1. f6ea129 [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 by Jordan Rupprecht · 7 years ago
  2. fcdc267 [llvm-cov] Add lcov tracefile export format. by Max Moroz · 7 years ago
  3. 03bcb21 [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
  4. 5a74fe7 [llvm-cov] Don't render empty region marker lines by Vedant Kumar · 8 years ago
  5. 7e80950 [llvm-cov] Use a stable sort on sub-views by Vedant Kumar · 8 years ago
  6. 34ea0de [llvm-cov] Use the coverage namespace. NFC. by Vedant Kumar · 8 years ago
  7. d35bb38 [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC. by Vedant Kumar · 8 years ago
  8. 5371945 [llvm-cov] Factor out logic to iterate over line coverage stats (NFC) by Vedant Kumar · 8 years ago
  9. 078c2c3 [llvm-cov] Create directory structure when filtering using -name*= options by Sean Eveson · 8 years ago
  10. 950974f Revert "[llvm-cov] Create directory structure when filtering using -name*= options" by Sean Eveson · 8 years ago
  11. a7bf667 [llvm-cov] Create directory structure when filtering using -name*= options by Sean Eveson · 8 years ago
  12. 1ef0d5a [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 by Vedant Kumar · 8 years ago
  13. 7c57f17 [Coverage] Use gap regions to select better line exec counts by Vedant Kumar · 8 years ago
  14. 2fbca6b [llvm-cov] Simplify code to find the first uncovered segment. NFC. by Vedant Kumar · 8 years ago
  15. d03e3c1 [llvm-cov] Don't attach exec counts to lines which start a skipped region by Vedant Kumar · 8 years ago
  16. 2cefdfa [llvm-cov] Unify region marker placement between text/html modes by Vedant Kumar · 8 years ago
  17. c7e789c [llvm-cov] Ignore unclosed line segments when setting line counts by Vedant Kumar · 8 years ago
  18. 5b5c5e7 [llvm-cov] Do not print out the filename of the object file by Vedant Kumar · 9 years ago
  19. 4cb3509 [llvm-cov] Move some layout logic to the right spot (NFC) by Vedant Kumar · 9 years ago
  20. 7551d48 [llvm-cov] Make a method name more accurate (NFC) by Vedant Kumar · 9 years ago
  21. 90562cd [llvm-cov] Don't print a verbose title when looking at one file by Vedant Kumar · 9 years ago
  22. a8edd76 [llvm-cov] Move the 'jump to first unexecuted line' link by Vedant Kumar · 9 years ago
  23. ce19c1c [llvm-cov] Minor visual tweaks for html reports by Vedant Kumar · 9 years ago
  24. 85e096d [llvm-cov] Constify some methods (NFC) by Vedant Kumar · 9 years ago
  25. d2e36ca [llvm-cov] Use less space to describe source names by Vedant Kumar · 9 years ago
  26. 84f34c0 [llvm-cov] Add the project summary to the text coverage report for each source file. by Ying Yi · 9 years ago
  27. f73cd14 [llvm-cov] Add the "Go to first unexecuted line" feature. by Ying Yi · 9 years ago
  28. 696fea9 [llvm-cov] Use the native path in the coverage report. by Ying Yi · 9 years ago
  29. 1461e99 [llvm-cov] Add the project summary to each source file coverage report. by Ying Yi · 9 years ago
  30. 17a2f3f [llvm-cov] Swapped the line and count columns. by Ying Yi · 9 years ago
  31. 55c8c00 [llvm-cov] Add support for creating html reports by Vedant Kumar · 9 years ago
  32. d378d97 [llvm-cov] Use relative paths to file reports in -output-dir mode by Vedant Kumar · 9 years ago
  33. 651e3ff [llvm-cov] Do not allow ".." to escape the coverage sub-directory by Vedant Kumar · 9 years ago
  34. cd29c6b [llvm-cov] Minor cleanups to prepare for the html format patch by Vedant Kumar · 9 years ago
  35. 24aa476 Fix "not all control paths return a value" warning on MSVC by Simon Pilgrim · 9 years ago
  36. 028d73c [llvm-cov] Create an index of reports in -output-dir mode by Vedant Kumar · 9 years ago
  37. c5fab6a [llvm-cov] Rename ShowFormat to Format (NFC) by Vedant Kumar · 9 years ago
  38. e017372 [llvm-cov] Move a check into a helper method (NFC) by Vedant Kumar · 9 years ago
  39. 7b928ec Fix "not all control paths return a value" warning on MSVC by Simon Pilgrim · 9 years ago
  40. 40a78f8 Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" by Vedant Kumar · 9 years ago
  41. 69821cb Revert "[llvm-cov] Add an -output-dir option for the show sub-command" by Vedant Kumar · 9 years ago
  42. b979c03 [llvm-cov] Add an -output-dir option for the show sub-command by Vedant Kumar · 9 years ago
  43. 0347ce7 [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC) by Vedant Kumar · 9 years ago
  44. e435661 [llvm-cov] Simplify the way expansion views are rendered (NFC) by Vedant Kumar · 9 years ago
  45. 5e86ac7 [llvm-cov] Make an API more consistent, NFC by Vedant Kumar · 9 years ago
  46. a6154f9 [llvm-cov] Flesh out some doxygen comments, NFC by Vedant Kumar · 9 years ago
  47. a9bf312 [llvm-cov] Separate presentation logic from formatting logic, NFC by Vedant Kumar · 9 years ago
  48. 1bbbb81 [llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFC by Vedant Kumar · 9 years ago
  49. cc9ef12 [llvm-cov] Add SourceNames to SourceCoverageViews, NFC by Vedant Kumar · 9 years ago
  50. 6706133 [llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFC by Vedant Kumar · 9 years ago
  51. 98f0f26 InstrProf: Fix display of large numbers in llvm-cov by Justin Bogner · 10 years ago
  52. 9eb3816 llvm-cov: Disentangle the coverage data logic from the display (NFC) by Justin Bogner · 11 years ago
  53. 42b9688 llvm-cov: Fix dropped lines when filters were applied by Justin Bogner · 11 years ago
  54. 5fbcc30 llvm-cov: Push some more debug output into the View (NFC) by Justin Bogner · 11 years ago
  55. b3edb56 llvm-cov: Rework the API for getting the coverage of a file (NFC) by Justin Bogner · 11 years ago
  56. 0a277ea LineIterator: Provide a variant that keeps blank lines by Justin Bogner · 11 years ago
  57. d1b4e60 llvm-cov: Distinguish expansion/instantiation from SourceCoverageView by Justin Bogner · 11 years ago
  58. d41bba1 llvm-cov: Rename a variable and clean up its usage by Justin Bogner · 11 years ago
  59. 16bd30f llvm-cov: Make debug output more consistent by Justin Bogner · 11 years ago
  60. 47a7548 llvm-cov: Fix an issue with showing regions but not counts by Justin Bogner · 11 years ago
  61. b1287f5 llvm-cov: Clean up some redundancy in the view API (NFC) by Justin Bogner · 11 years ago
  62. 26f301f llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430 by Justin Bogner · 11 years ago
  63. ff6eb4f llvm-cov: Use ArrayRef::slice (NFC) by Justin Bogner · 11 years ago
  64. 39d5e80 llvm-cov: Combine two types that were nearly identical (NFC) by Justin Bogner · 11 years ago
  65. 6c7a6a1 llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. by Alex Lorenz · 11 years ago