Benjamin Kramer
b6242a88c2
Reflect the MC/MCDisassembler split on the include/ level.
...
No functional change, just moving code around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258818 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-26 16:44:37 +00:00
Mike Aizatsky
a8f3371a07
[sancov] html report
...
Differential Revision: http://reviews.llvm.org/D16161
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257824 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-14 22:34:11 +00:00
Alexey Samsonov
a2d9f5fdfe
[sancov] IWYU fix: add proper header inclusion.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256040 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-18 22:02:08 +00:00
Mike Aizatsky
bca907f5fb
[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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255732 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-16 00:31:48 +00:00
Mike Aizatsky
efbe9367db
sancov: coverage can be reported by multiple functions.
...
Differential Revision: http://reviews.llvm.org/D15430
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255582 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-14 23:55:04 +00:00
Mike Aizatsky
03d76d50e6
fixing Makefile
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254749 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-04 19:11:54 +00:00
Mike Aizatsky
76bae99a61
adding MC dependencies in hopes to pacify the hexagon build.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254745 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-04 18:50:18 +00:00
Mike Aizatsky
4d585624eb
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254742 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-04 18:35:37 +00:00
Mike Aizatsky
91e7b1246c
sancov test suite
...
Differential Revision: http://reviews.llvm.org/D14589
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252933 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-12 19:34:21 +00:00
Mike Aizatsky
4683dafb93
Adding qualifier for make_unique.
...
Summary: MSVC gets confused.
Differential Revision: http://reviews.llvm.org/D14585
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252804 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-11 21:28:40 +00:00
Mike Aizatsky
07261cbac2
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252801 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-11 20:58:20 +00:00