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
/
CoverageReport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[llvm-cov] Add option to whitelist filenames"
Vlad Tsyrklevich
2019-10-29
1
-3
/
+3
*
[llvm-cov] Add option to whitelist filenames
Vedant Kumar
2019-10-29
1
-3
/
+3
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-1
/
+1
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-6
/
+6
*
[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.
Max Moroz
2018-04-09
1
-3
/
+7
*
[llvm-cov] Multi-threaded implementation of prepareFileReports method.
Max Moroz
2018-01-05
1
-26
/
+46
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[llvm-cov] Generate "report" for given source paths if sources are specified.
Max Moroz
2017-10-13
1
-1
/
+6
*
[llvm-cov] Hide files with no coverage from the index when filtering by name
Sean Eveson
2017-10-03
1
-4
/
+4
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-28
1
-4
/
+11
*
Revert "[llvm-cov] Create directory structure when filtering using -name*= op...
Sean Eveson
2017-09-27
1
-11
/
+4
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-27
1
-4
/
+11
*
[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615
Vedant Kumar
2017-09-19
1
-2
/
+2
*
[llvm-cov] Make some summary info fields private. NFC.
Vedant Kumar
2017-09-15
1
-25
/
+26
*
[llvm-cov] Remove a redundant field. NFC.
Vedant Kumar
2017-09-15
1
-4
/
+8
*
[llvm-cov] Allow hiding instantiation/region coverage from summary tables
Eli Friedman
2017-09-11
1
-34
/
+44
*
[llvm-cov] Fix a lifetime issue
Vedant Kumar
2017-09-08
1
-5
/
+9
*
[llvm-cov] Rearrange entries in report index.
Eli Friedman
2017-08-09
1
-2
/
+16
*
[Coverage] Add an API to retrive all instantiations of a function (NFC)
Vedant Kumar
2017-08-02
1
-18
/
+12
*
Use the new member accessors of llvm::enumerate.
Zachary Turner
2017-03-13
1
-3
/
+3
*
[llvm-cov] Strip redundant path components from filenames (fix PR31982)
Vedant Kumar
2017-02-23
1
-14
/
+44
*
[llvm-cov] Demangle symbols in function summaries (fixes PR31394)
Vedant Kumar
2017-02-05
1
-4
/
+7
*
[llvm-cov] Avoid 0% when reporting something that's 0/0
Alex Lorenz
2016-11-21
1
-16
/
+28
*
[llvm-cov] Silence a warning from the MSVC runtime (NFC)
Vedant Kumar
2016-09-26
1
-4
/
+6
*
[llvm-cov] Get rid of all invalid filename references
Vedant Kumar
2016-09-23
1
-5
/
+7
*
[llvm-cov] Make a helper method static for re-use (NFC)
Vedant Kumar
2016-09-19
1
-3
/
+4
*
[llvm-cov] Track function and instantiation coverage separately
Vedant Kumar
2016-09-19
1
-8
/
+41
*
[llvm-cov] Make 'adjustColumnWidths' do less work
Vedant Kumar
2016-09-19
1
-12
/
+23
*
[llvm-cov] Handle native paths correctly in the text index
Vedant Kumar
2016-09-09
1
-1
/
+5
*
[llvm-cov] Add an API to prepare file reports (NFC)
Vedant Kumar
2016-09-09
1
-17
/
+35
*
[llvm-cov] Drop the longest common filename prefix from summaries
Vedant Kumar
2016-09-08
1
-2
/
+20
*
[llvm-cov] Use colors consistently in the summary
Vedant Kumar
2016-09-06
1
-32
/
+32
*
[llvm-cov] Clean up the summary class, delete dead code (NFC)
Vedant Kumar
2016-09-06
1
-54
/
+53
*
[llvm-cov] - Add the coverage of lines in the summary report.
Ying Yi
2016-07-22
1
-4
/
+24
*
[llvm-cov] Avoid copying file paths multiple times (NFC)
Vedant Kumar
2016-06-28
1
-1
/
+1
*
[llvm-cov] Adjust column widths for function and file reports
Vedant Kumar
2015-10-21
1
-9
/
+13
*
[llvm-cov] Disable name and path truncation
Vedant Kumar
2015-09-14
1
-6
/
+21
*
llvm-cov: Actually use the command line arguments when reporting
Justin Bogner
2015-02-14
1
-2
/
+3
*
llvm-cov: Simplify coverage reports, fixing PR22575 in the process
Justin Bogner
2015-02-14
1
-12
/
+25
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...
NAKAMURA Takumi
2014-10-01
1
-12
/
+12
*
llvm-cov: Use the number of executed functions for the function coverage metric.
Alex Lorenz
2014-09-30
1
-4
/
+5
*
llvm-cov: add code coverage tool that's based on coverage mapping format and ...
Alex Lorenz
2014-08-22
1
-0
/
+201