Mike Aizatsky
d0281d875c
[sancov] html report
...
Differential Revision: http://reviews.llvm.org/D16161
llvm-svn: 257824
2016-01-14 22:34:11 +00:00
Alexey Samsonov
718a9b2844
[sancov] IWYU fix: add proper header inclusion.
...
llvm-svn: 256040
2015-12-18 22:02:08 +00:00
Mike Aizatsky
2ad650ea4f
[sancov] blacklist support.
...
Summary:
Using the blacklist the user can filter own unwanted functions
from all outputs. By default blacklist contains "fun:__sancov*" line.
Differential Revision: http://reviews.llvm.org/D15364
llvm-svn: 255732
2015-12-16 00:31:48 +00:00
Mike Aizatsky
c13e9633f4
sancov: coverage can be reported by multiple functions.
...
Differential Revision: http://reviews.llvm.org/D15430
llvm-svn: 255582
2015-12-14 23:55:04 +00:00
Mike Aizatsky
fdc4b313d7
fixing Makefile
...
llvm-svn: 254749
2015-12-04 19:11:54 +00:00
Mike Aizatsky
8dff7ca375
adding MC dependencies in hopes to pacify the hexagon build.
...
llvm-svn: 254745
2015-12-04 18:50:18 +00:00
Mike Aizatsky
0650e9b2b7
sancov -not-covered-functions.
...
Summary: The command prints out list of functions that were not entered.
To do this, addresses are first converted to function locations. Set
operations are used for function locations.
Differential Revision: http://reviews.llvm.org/D14889
review
llvm-svn: 254742
2015-12-04 18:35:37 +00:00
Mike Aizatsky
14a06ac05e
sancov test suite
...
Differential Revision: http://reviews.llvm.org/D14589
llvm-svn: 252933
2015-11-12 19:34:21 +00:00
Mike Aizatsky
8b2e052429
Adding qualifier for make_unique.
...
Summary: MSVC gets confused.
Differential Revision: http://reviews.llvm.org/D14585
llvm-svn: 252804
2015-11-11 21:28:40 +00:00
Mike Aizatsky
608e436564
sancov tool in c++
...
First batch of sancov.py rewrite in c++.
Supports "-print" and "-coveredfns" commands.
Followup to http://reviews.llvm.org/D14356 in a better location.
Differential Revision: http://reviews.llvm.org/D14579
llvm-svn: 252801
2015-11-11 20:58:20 +00:00