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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[llvm-cov] Use the coverage namespace. NFC.
Vedant Kumar
2017-10-18
6
-22
/
+24
*
[llvm-cov] Suppress sub-line highlights in simple cases
Vedant Kumar
2017-10-18
2
-0
/
+4
*
[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.
Vedant Kumar
2017-10-18
6
-47
/
+45
*
[llvm-cov] Highlight gaps in consecutive uncovered regions
Vedant Kumar
2017-10-18
2
-3
/
+5
*
[llvm-cov] Add one correction to r315960 (PR34962)
Vedant Kumar
2017-10-17
1
-7
/
+6
*
[llvm-cov] Remove workaround in line execution count calculation (PR34962)
Vedant Kumar
2017-10-16
1
-15
/
+8
*
[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)
Vedant Kumar
2017-10-14
5
-50
/
+121
*
[llvm-cov] Generate "report" for given source paths if sources are specified.
Max Moroz
2017-10-13
3
-2
/
+13
*
[llvm-cov] Fix showing title when filtering and not outputting to a directory
Sean Eveson
2017-10-04
1
-1
/
+1
*
[llvm-cov] Hide files with no coverage from the index when filtering by name
Sean Eveson
2017-10-03
7
-12
/
+14
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-28
9
-53
/
+84
*
Revert "[llvm-cov] Create directory structure when filtering using -name*= op...
Sean Eveson
2017-09-27
9
-84
/
+53
*
[llvm-cov] Create directory structure when filtering using -name*= options
Sean Eveson
2017-09-27
9
-53
/
+84
*
[llvm-cov] Improve const-correctness of filters. NFC.
Sean Eveson
2017-09-27
2
-18
/
+21
*
[llvm-cov] Warn if -show-functions is used without query files
Vedant Kumar
2017-09-25
1
-2
/
+9
*
Add section headers to SpecialCaseLists
Vlad Tsyrklevich
2017-09-25
1
-1
/
+1
*
[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
8
-125
/
+124
*
[Coverage] Use gap regions to select better line exec counts
Vedant Kumar
2017-09-18
3
-9
/
+12
*
[llvm-cov] Simplify code to find the first uncovered segment. NFC.
Vedant Kumar
2017-09-18
1
-14
/
+8
*
[llvm-cov] Fix a bot failure due to r313417
Vedant Kumar
2017-09-15
1
-3
/
+3
*
[llvm-cov] Avoid over-counting covered lines and regions
Vedant Kumar
2017-09-15
2
-8
/
+29
*
[llvm-cov] Make some summary info fields private. NFC.
Vedant Kumar
2017-09-15
5
-51
/
+74
*
[llvm-cov] Remove a redundant field. NFC.
Vedant Kumar
2017-09-15
4
-22
/
+15
*
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
4
-45
/
+75
*
[llvm-cov] Don't attach exec counts to lines which start a skipped region
Vedant Kumar
2017-09-11
1
-1
/
+7
*
[llvm-cov] Fix a lifetime issue
Vedant Kumar
2017-09-08
7
-18
/
+28
*
[llvm-cov] Unify region marker placement between text/html modes
Vedant Kumar
2017-09-08
6
-24
/
+29
*
[llvm-cov] Read in function names for filtering from a text file.
Sean Eveson
2017-08-31
3
-1
/
+40
*
[llvm-cov] Add an option which maps the location of source directories on ano...
Sean Eveson
2017-08-14
1
-44
/
+77
*
[llvm-cov] Rearrange entries in report index.
Eli Friedman
2017-08-09
3
-13
/
+58
*
[llvm-cov] Ignore unclosed line segments when setting line counts
Vedant Kumar
2017-08-04
2
-22
/
+41
*
[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
4
-48
/
+67
*
[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
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-7
/
+5
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-2
/
+7
*
Use the new member accessors of llvm::enumerate.
Zachary Turner
2017-03-13
1
-3
/
+3
*
[llvm-cov] Error-out when an unsupported format is used (PR32087)
Vedant Kumar
2017-02-28
1
-1
/
+8
*
[llvm-cov] Strip redundant path components from filenames (fix PR31982)
Vedant Kumar
2017-02-23
1
-14
/
+44
*
[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
3
-7
/
+12
*
[llvm-cov] Refactor logic for storing demangled symbols, NFC
Vedant Kumar
2017-02-05
2
-15
/
+19
*
[llvm-cov] Fix a comment, NFC
Vedant Kumar
2017-02-05
1
-1
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
[prev]
[next]