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
/
SourceCoverageView.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Use llvm::stable_sort. NFC
Fangrui Song
2019-04-22
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
Jordan Rupprecht
2018-12-20
1
-1
/
+1
*
[llvm-cov] Add lcov tracefile export format.
Max Moroz
2018-11-09
1
-0
/
+8
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-1
/
+2
*
[llvm-cov] Don't render empty region marker lines
Vedant Kumar
2017-11-09
1
-8
/
+11
*
[llvm-cov] Use a stable sort on sub-views
Vedant Kumar
2017-10-24
1
-2
/
+2
*
[llvm-cov] Use the coverage namespace. NFC.
Vedant Kumar
2017-10-18
1
-6
/
+5
*
[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.
Vedant Kumar
2017-10-18
1
-6
/
+4
*
[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)
Vedant Kumar
2017-10-14
1
-21
/
+15
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-28
1
-2
/
+3
*
Revert "[llvm-cov] Create directory structure when filtering using -name*= op...
Sean Eveson
2017-09-27
1
-3
/
+2
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-27
1
-2
/
+3
*
[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615
Vedant Kumar
2017-09-19
1
-44
/
+0
*
[Coverage] Use gap regions to select better line exec counts
Vedant Kumar
2017-09-18
1
-7
/
+10
*
[llvm-cov] Simplify code to find the first uncovered segment. NFC.
Vedant Kumar
2017-09-18
1
-14
/
+8
*
[llvm-cov] Don't attach exec counts to lines which start a skipped region
Vedant Kumar
2017-09-11
1
-1
/
+7
*
[llvm-cov] Unify region marker placement between text/html modes
Vedant Kumar
2017-09-08
1
-4
/
+12
*
[llvm-cov] Ignore unclosed line segments when setting line counts
Vedant Kumar
2017-08-04
1
-8
/
+37
*
[llvm-cov] Do not print out the filename of the object file
Vedant Kumar
2016-10-25
1
-5
/
+0
*
[llvm-cov] Move some layout logic to the right spot (NFC)
Vedant Kumar
2016-09-15
1
-1
/
+2
*
[llvm-cov] Make a method name more accurate (NFC)
Vedant Kumar
2016-09-15
1
-1
/
+1
*
[llvm-cov] Don't print a verbose title when looking at one file
Vedant Kumar
2016-09-15
1
-1
/
+1
*
[llvm-cov] Move the 'jump to first unexecuted line' link
Vedant Kumar
2016-09-10
1
-6
/
+3
*
[llvm-cov] Minor visual tweaks for html reports
Vedant Kumar
2016-09-10
1
-2
/
+2
*
[llvm-cov] Constify some methods (NFC)
Vedant Kumar
2016-09-09
1
-2
/
+3
*
[llvm-cov] Use less space to describe source names
Vedant Kumar
2016-09-08
1
-9
/
+11
*
[llvm-cov] Add the project summary to the text coverage report for each sourc...
Ying Yi
2016-09-06
1
-0
/
+9
*
[llvm-cov] Add the "Go to first unexecuted line" feature.
Ying Yi
2016-09-06
1
-1
/
+24
*
[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
-7
/
+12
*
[llvm-cov] Swapped the line and count columns.
Ying Yi
2016-08-09
1
-2
/
+2
*
[llvm-cov] Add support for creating html reports
Vedant Kumar
2016-07-06
1
-0
/
+6
*
[llvm-cov] Use relative paths to file reports in -output-dir mode
Vedant Kumar
2016-06-29
1
-3
/
+7
*
[llvm-cov] Do not allow ".." to escape the coverage sub-directory
Vedant Kumar
2016-06-29
1
-2
/
+3
*
[llvm-cov] Minor cleanups to prepare for the html format patch
Vedant Kumar
2016-06-29
1
-8
/
+18
*
Fix "not all control paths return a value" warning on MSVC
Simon Pilgrim
2016-06-28
1
-0
/
+1
*
[llvm-cov] Create an index of reports in -output-dir mode
Vedant Kumar
2016-06-28
1
-47
/
+53
*
[llvm-cov] Rename ShowFormat to Format (NFC)
Vedant Kumar
2016-06-28
1
-1
/
+1
*
[llvm-cov] Move a check into a helper method (NFC)
Vedant Kumar
2016-06-28
1
-1
/
+1
*
Fix "not all control paths return a value" warning on MSVC
Simon Pilgrim
2016-06-28
1
-0
/
+1
*
Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""
Vedant Kumar
2016-06-28
1
-0
/
+47
*
Revert "[llvm-cov] Add an -output-dir option for the show sub-command"
Vedant Kumar
2016-06-28
1
-45
/
+0
*
[llvm-cov] Add an -output-dir option for the show sub-command
Vedant Kumar
2016-06-28
1
-0
/
+45
*
[llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)
Vedant Kumar
2016-06-28
1
-2
/
+5
*
[llvm-cov] Simplify the way expansion views are rendered (NFC)
Vedant Kumar
2016-06-26
1
-5
/
+13
*
[llvm-cov] Make an API more consistent, NFC
Vedant Kumar
2016-06-25
1
-1
/
+1
*
[llvm-cov] Flesh out some doxygen comments, NFC
Vedant Kumar
2016-06-25
1
-3
/
+3
*
[llvm-cov] Separate presentation logic from formatting logic, NFC
Vedant Kumar
2016-06-25
1
-157
/
+34
[next]