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
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-6
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-17
/
+17
*
[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.
Max Moroz
2018-04-09
1
-5
/
+22
*
[llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.
Max Moroz
2018-04-05
1
-4
/
+8
*
[llvm-cov] Multi-threaded implementation of prepareFileReports method.
Max Moroz
2018-01-05
1
-7
/
+10
*
[llvm-cov] Refactor "export" command implementation and add support for SOURCES.
Max Moroz
2018-01-04
1
-16
/
+22
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-2
/
+3
*
[llvm-cov] Add an option for "export" command to emit only file summary data.
Max Moroz
2017-12-11
1
-0
/
+5
*
[llvm-cov] Generate "report" for given source paths if sources are specified.
Max Moroz
2017-10-13
1
-1
/
+4
*
[llvm-cov] Fix showing title when filtering and not outputting to a directory
Sean Eveson
2017-10-04
1
-1
/
+1
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-28
1
-31
/
+46
*
Revert "[llvm-cov] Create directory structure when filtering using -name*= op...
Sean Eveson
2017-09-27
1
-46
/
+31
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-27
1
-31
/
+46
*
[llvm-cov] Warn if -show-functions is used without query files
Vedant Kumar
2017-09-25
1
-2
/
+9
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
[llvm-cov] Improve error messaging for function mismatches
Vedant Kumar
2017-09-21
1
-1
/
+15
*
[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615
Vedant Kumar
2017-09-19
1
-1
/
+1
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-4
/
+1
*
[llvm-cov] Allow hiding instantiation/region coverage from summary tables
Eli Friedman
2017-09-11
1
-0
/
+12
*
[llvm-cov] Fix a lifetime issue
Vedant Kumar
2017-09-08
1
-1
/
+2
*
[llvm-cov] Unify region marker placement between text/html modes
Vedant Kumar
2017-09-08
1
-1
/
+0
*
[llvm-cov] Read in function names for filtering from a text file.
Sean Eveson
2017-08-31
1
-1
/
+22
*
[llvm-cov] Add an option which maps the location of source directories on ano...
Sean Eveson
2017-08-14
1
-44
/
+77
*
[llvm-cov] NFC: make_unique-ify two allocations
Vedant Kumar
2017-08-04
1
-4
/
+4
*
[Coverage] Add an API to retrive all instantiations of a function (NFC)
Vedant Kumar
2017-08-02
1
-16
/
+22
*
[llvm-cov] Respect the value of the -show-instantiations option
Vedant Kumar
2017-08-02
1
-1
/
+3
*
[llvm-cov] Allow specifying distinct architectures for each loaded binary
Vedant Kumar
2017-08-01
1
-9
/
+16
*
[llvm-cov] Add a cl::opt to control the number of threads
Vedant Kumar
2017-07-11
1
-4
/
+15
*
[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
[next]