- f6ea129 [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 by Jordan Rupprecht · 7 years ago
- 8af59ae [llvm-cov] Remove "default:" label in the switch covering all enum values. by Max Moroz · 7 years ago
- fcdc267 [llvm-cov] Add lcov tracefile export format. by Max Moroz · 7 years ago
- a46ae18 [Support] Listing a directory containing dangling symlinks is not an error. by Sam McCall · 7 years ago
- 4d56d49 [Coverage] Delete getCounterMismatches, it's dead code (NFC) by Vedant Kumar · 7 years ago
- 0dcc115 Refactor ExecuteAndWait to take StringRefs. by Zachary Turner · 7 years ago
- 26b584c Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 06fa683 [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. by Max Moroz · 7 years ago
- 2cb4aed [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist. by Max Moroz · 7 years ago
- d6352ca [llvm-cov] Multi-threaded implementation of prepareFileReports method. by Max Moroz · 8 years ago
- fc04e85 [llvm-cov] Refactor "export" command implementation and add support for SOURCES. by Max Moroz · 8 years ago
- ca5092a Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
- d4b0ab0 [llvm-cov] Add an option for "export" command to emit only file summary data. by Max Moroz · 8 years ago
- b5d60b8 [llvm-cov] Generate "report" for given source paths if sources are specified. by Max Moroz · 8 years ago
- 69863c0 [llvm-cov] Fix showing title when filtering and not outputting to a directory by Sean Eveson · 8 years ago
- 078c2c3 [llvm-cov] Create directory structure when filtering using -name*= options by Sean Eveson · 8 years ago
- 950974f Revert "[llvm-cov] Create directory structure when filtering using -name*= options" by Sean Eveson · 8 years ago
- a7bf667 [llvm-cov] Create directory structure when filtering using -name*= options by Sean Eveson · 8 years ago
- 35ccd0b [llvm-cov] Warn if -show-functions is used without query files by Vedant Kumar · 8 years ago
- 97ca964 [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
- 3d39fc2 [llvm-cov] Improve error messaging for function mismatches by Vedant Kumar · 8 years ago
- 1ef0d5a [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 by Vedant Kumar · 8 years ago
- 87e117d Convenience/safety fix for llvm::sys::Execute(And|No)Wait by Alexander Kornienko · 8 years ago
- d3822e4 [llvm-cov] Allow hiding instantiation/region coverage from summary tables by Eli Friedman · 8 years ago
- 31b24fc [llvm-cov] Fix a lifetime issue by Vedant Kumar · 8 years ago
- 2cefdfa [llvm-cov] Unify region marker placement between text/html modes by Vedant Kumar · 8 years ago
- 10edef1 [llvm-cov] Read in function names for filtering from a text file. by Sean Eveson · 8 years ago
- 8574d59 [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies by Sean Eveson · 8 years ago
- 0f0fd42 [llvm-cov] NFC: make_unique-ify two allocations by Vedant Kumar · 8 years ago
- a8dfa81 [Coverage] Add an API to retrive all instantiations of a function (NFC) by Vedant Kumar · 8 years ago
- f6b5345 [llvm-cov] Respect the value of the -show-instantiations option by Vedant Kumar · 8 years ago
- e72b881 [llvm-cov] Allow specifying distinct architectures for each loaded binary by Vedant Kumar · 8 years ago
- 574c516 [llvm-cov] Add a cl::opt to control the number of threads by Vedant Kumar · 8 years ago
- 09f10e7 [llvm-cov] Error-out when an unsupported format is used (PR32087) by Vedant Kumar · 8 years ago
- e3a9558 [llvm-cov] Respect Windows line endings when parsing demangled symbols. by Igor Kudrin · 8 years ago
- 2006b41 [llvm-cov] Don't show function summaries when filtering by filename (fixes PR31395) by Vedant Kumar · 9 years ago
- b766e93 [llvm-cov] Demangle symbols in function summaries (fixes PR31394) by Vedant Kumar · 9 years ago
- 4858447 [llvm-cov] Refactor logic for storing demangled symbols, NFC by Vedant Kumar · 9 years ago
- 95f9742 [llvm-cov] Fix a comment, NFC by Vedant Kumar · 9 years ago
- bf60ce0 Apply clang-tidy's 'performance-faster-string-find' check to LLVM. by Benjamin Kramer · 9 years ago
- 84354d9 Fix spelling mistakes in Tools/Tests comments. NFC. by Simon Pilgrim · 9 years ago
- 1fc13ff [llvm-cov] Don't use colored output until we know it's supported by Vedant Kumar · 9 years ago
- d4998ec [llvm-cov] Add support for loading coverage from multiple objects by Vedant Kumar · 9 years ago
- 5b5c5e7 [llvm-cov] Do not print out the filename of the object file by Vedant Kumar · 9 years ago
- 2864c2a Remove TimeValue usage from llvm/Support by Pavel Labath · 9 years ago
- 4c50ebb [llvm-cov] Don't spawn a thread unless ThreadCount > 1 by Vedant Kumar · 9 years ago
- 3ffe113 Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
- 3de4fb3 [llvm-cov] Factor out logic to remove unmapped inputs (NFC) by Vedant Kumar · 9 years ago
- daacf3c [llvm-cov] Filter away source files that aren't in the coverage mapping by Vedant Kumar · 9 years ago
- fd06635 [llvm-cov] Get rid of all invalid filename references by Vedant Kumar · 9 years ago
- ae0e243 [llvm-cov] Document some fields in a class (NFC) by Vedant Kumar · 9 years ago
- ef76be0 [llvm-cov] Add the ability to specify directories of input source files by Vedant Kumar · 9 years ago
- 1390807 [llvm-cov] Demangle names for hidden instantiation views by Vedant Kumar · 9 years ago
- 61f5694 [llvm-cov] Hide instantiation views for unexecuted functions by Vedant Kumar · 9 years ago
- 84dc751 [llvm-cov] Emit a summary in the report directory's index by Vedant Kumar · 9 years ago
- d2e36ca [llvm-cov] Use less space to describe source names by Vedant Kumar · 9 years ago
- ff7a0df [llvm-cov] Clean up the summary class, delete dead code (NFC) by Vedant Kumar · 9 years ago
- 84f34c0 [llvm-cov] Add the project summary to the text coverage report for each source file. by Ying Yi · 9 years ago
- 696fea9 [llvm-cov] Use the native path in the coverage report. by Ying Yi · 9 years ago
- 1461e99 [llvm-cov] Add the project summary to each source file coverage report. by Ying Yi · 9 years ago
- df48bd9 [llvm-cov] Add some documentation for the -tab-size option by Vedant Kumar · 9 years ago
- 65787e2 [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report. by Ying Yi · 9 years ago
- 53397d1 Retry: [llvm-cov] Add support for exporting coverage data to JSON by Vedant Kumar · 9 years ago
- 63d80be Revert "[llvm-cov] Add support for exporting coverage data to JSON" by Vedant Kumar · 9 years ago
- f57cf2f [llvm-cov] Add support for exporting coverage data to JSON by Vedant Kumar · 9 years ago
- ee86574 [llvm-cov] Re-write a very opaque comment (NFC) by Vedant Kumar · 9 years ago
- a3ff212 [llvm-cov] Clean up error reporting (NFC) by Vedant Kumar · 9 years ago
- eb1556c [llvm-cov] Attempt to appease an older builder by Vedant Kumar · 9 years ago
- 84b5112 [llvm-cov] Attempt to appease Windows bots by Vedant Kumar · 9 years ago
- 13ca1cc [llvm-cov] Optionally use a symbol demangler when preparing reports by Vedant Kumar · 9 years ago
- a5ec41d [llvm-cov] Document a few private fields of CodeCoverageTool (NFC) by Vedant Kumar · 9 years ago
- b972a0f [llvm-cov] Improve error messages by Vedant Kumar · 9 years ago
- 343b271 [llvm-cov] Fix a use-after-free by Vedant Kumar · 9 years ago
- b9d9ab2 [llvm-cov] Clean up an awkward capture-by-reference (NFC) by Vedant Kumar · 9 years ago
- 7b18a76 [Coverage] Mark a few more methods const (NFC) by Vedant Kumar · 9 years ago
- 9240c45 [llvm-cov] Use a thread pool to speed up report generation (NFC) by Vedant Kumar · 9 years ago
- 55c8c00 [llvm-cov] Add support for creating html reports by Vedant Kumar · 9 years ago
- cd29c6b [llvm-cov] Minor cleanups to prepare for the html format patch by Vedant Kumar · 9 years ago
- 028d73c [llvm-cov] Create an index of reports in -output-dir mode by Vedant Kumar · 9 years ago
- 184c224 [llvm-cov] Minor cleanups (NFC) by Vedant Kumar · 9 years ago
- 75f03af [llvm-cov] Avoid copying file paths multiple times (NFC) by Vedant Kumar · 9 years ago
- c5fab6a [llvm-cov] Rename ShowFormat to Format (NFC) by Vedant Kumar · 9 years ago
- edd67d6 [llvm-cov] Simplify; NFC by Vedant Kumar · 9 years ago
- 40a78f8 Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" by Vedant Kumar · 9 years ago
- 69821cb Revert "[llvm-cov] Add an -output-dir option for the show sub-command" by Vedant Kumar · 9 years ago
- b979c03 [llvm-cov] Add an -output-dir option for the show sub-command by Vedant Kumar · 9 years ago
- aba058f [llvm-cov] clang-format a line, NFC by Vedant Kumar · 9 years ago
- 0347ce7 [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC) by Vedant Kumar · 9 years ago
- a9bf312 [llvm-cov] Separate presentation logic from formatting logic, NFC by Vedant Kumar · 9 years ago
- 5187623 [llvm-cov] Fix two warnings by Vedant Kumar · 9 years ago
- cc9ef12 [llvm-cov] Add SourceNames to SourceCoverageViews, NFC by Vedant Kumar · 9 years ago
- 0eeb3d4 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
- 36538ff Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
- c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
- 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 2e531af Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
- db1d476 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 8007bdd Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 5b34ed8 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago