index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-cov
/
CodeCoverage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-cov] Error-out when an unsupported format is used (PR32087)
Vedant Kumar
2017-02-28
1
-1
/
+8
*
[llvm-cov] Respect Windows line endings when parsing demangled symbols.
Igor Kudrin
2017-02-19
1
-1
/
+3
*
[llvm-cov] Don't show function summaries when filtering by filename (fixes PR...
Vedant Kumar
2017-02-05
1
-1
/
+5
*
[llvm-cov] Demangle symbols in function summaries (fixes PR31394)
Vedant Kumar
2017-02-05
1
-1
/
+1
*
[llvm-cov] Refactor logic for storing demangled symbols, NFC
Vedant Kumar
2017-02-05
1
-15
/
+6
*
[llvm-cov] Fix a comment, NFC
Vedant Kumar
2017-02-05
1
-1
/
+1
*
Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
Benjamin Kramer
2016-11-30
1
-1
/
+1
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[llvm-cov] Don't use colored output until we know it's supported
Vedant Kumar
2016-10-25
1
-2
/
+2
*
[llvm-cov] Add support for loading coverage from multiple objects
Vedant Kumar
2016-10-25
1
-9
/
+23
*
[llvm-cov] Do not print out the filename of the object file
Vedant Kumar
2016-10-25
1
-10
/
+2
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-1
/
+2
*
[llvm-cov] Don't spawn a thread unless ThreadCount > 1
Vedant Kumar
2016-10-19
1
-27
/
+39
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[llvm-cov] Factor out logic to remove unmapped inputs (NFC)
Vedant Kumar
2016-09-23
1
-5
/
+13
*
[llvm-cov] Filter away source files that aren't in the coverage mapping
Vedant Kumar
2016-09-23
1
-3
/
+19
*
[llvm-cov] Get rid of all invalid filename references
Vedant Kumar
2016-09-23
1
-13
/
+9
*
[llvm-cov] Document some fields in a class (NFC)
Vedant Kumar
2016-09-22
1
-4
/
+15
*
[llvm-cov] Add the ability to specify directories of input source files
Vedant Kumar
2016-09-22
1
-10
/
+56
*
[llvm-cov] Demangle names for hidden instantiation views
Vedant Kumar
2016-09-20
1
-3
/
+4
*
[llvm-cov] Hide instantiation views for unexecuted functions
Vedant Kumar
2016-09-15
1
-14
/
+16
*
[llvm-cov] Emit a summary in the report directory's index
Vedant Kumar
2016-09-09
1
-1
/
+1
*
[llvm-cov] Use less space to describe source names
Vedant Kumar
2016-09-08
1
-4
/
+4
*
[llvm-cov] Clean up the summary class, delete dead code (NFC)
Vedant Kumar
2016-09-06
1
-1
/
+1
*
[llvm-cov] Add the project summary to the text coverage report for each sourc...
Ying Yi
2016-09-06
1
-1
/
+1
*
[llvm-cov] Use the native path in the coverage report.
Ying Yi
2016-08-30
1
-0
/
+1
*
[llvm-cov] Add the project summary to each source file coverage report.
Ying Yi
2016-08-24
1
-5
/
+31
*
[llvm-cov] Add some documentation for the -tab-size option
Vedant Kumar
2016-08-04
1
-2
/
+3
*
[LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.
Ying Yi
2016-08-04
1
-0
/
+5
*
Retry: [llvm-cov] Add support for exporting coverage data to JSON
Vedant Kumar
2016-07-26
1
-1
/
+35
*
Revert "[llvm-cov] Add support for exporting coverage data to JSON"
Vedant Kumar
2016-07-26
1
-35
/
+1
*
[llvm-cov] Add support for exporting coverage data to JSON
Vedant Kumar
2016-07-26
1
-1
/
+35
*
[llvm-cov] Re-write a very opaque comment (NFC)
Vedant Kumar
2016-07-18
1
-1
/
+1
*
[llvm-cov] Clean up error reporting (NFC)
Vedant Kumar
2016-07-18
1
-47
/
+25
*
[llvm-cov] Attempt to appease an older builder
Vedant Kumar
2016-07-15
1
-1
/
+3
*
[llvm-cov] Attempt to appease Windows bots
Vedant Kumar
2016-07-15
1
-1
/
+2
*
[llvm-cov] Optionally use a symbol demangler when preparing reports
Vedant Kumar
2016-07-15
1
-5
/
+115
*
[llvm-cov] Document a few private fields of CodeCoverageTool (NFC)
Vedant Kumar
2016-07-15
1
-0
/
+3
*
[llvm-cov] Improve error messages
Vedant Kumar
2016-07-15
1
-4
/
+4
*
[llvm-cov] Fix a use-after-free
Vedant Kumar
2016-07-15
1
-1
/
+1
*
[llvm-cov] Clean up an awkward capture-by-reference (NFC)
Vedant Kumar
2016-07-15
1
-2
/
+2
*
[Coverage] Mark a few more methods const (NFC)
Vedant Kumar
2016-07-15
1
-11
/
+11
*
[llvm-cov] Use a thread pool to speed up report generation (NFC)
Vedant Kumar
2016-07-13
1
-24
/
+75
*
[llvm-cov] Add support for creating html reports
Vedant Kumar
2016-07-06
1
-0
/
+10
*
[llvm-cov] Minor cleanups to prepare for the html format patch
Vedant Kumar
2016-06-29
1
-19
/
+25
*
[llvm-cov] Create an index of reports in -output-dir mode
Vedant Kumar
2016-06-28
1
-5
/
+14
*
[llvm-cov] Minor cleanups (NFC)
Vedant Kumar
2016-06-28
1
-2
/
+2
*
[llvm-cov] Avoid copying file paths multiple times (NFC)
Vedant Kumar
2016-06-28
1
-2
/
+13
*
[llvm-cov] Rename ShowFormat to Format (NFC)
Vedant Kumar
2016-06-28
1
-2
/
+2
*
[llvm-cov] Simplify; NFC
Vedant Kumar
2016-06-28
1
-4
/
+2
[next]