| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
files; other minor fixes."
This reverts commit r265454 since it broke the build. E.g.:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/22413/
llvm-svn: 265459
|
|
|
|
|
|
|
|
|
|
|
|
| |
other minor fixes.
Some Include What You Use suggestions were used too.
Use anonymous namespaces in source files.
Differential revision: http://reviews.llvm.org/D18778
llvm-svn: 265454
|
|
|
|
| |
llvm-svn: 264349
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Using leading zeroes allows you to search for "000%" to find non-covered
items.
Differential Revision: http://reviews.llvm.org/D18420
llvm-svn: 264336
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D18418
llvm-svn: 264222
|
|
|
|
| |
llvm-svn: 263849
|
|
|
|
| |
llvm-svn: 263846
|
|
|
|
|
|
|
|
| |
table.
Differential Revision: http://reviews.llvm.org/D18256
llvm-svn: 263767
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D18102
llvm-svn: 263308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Caller can provides the list of .so files where some files are
unreadable (e.g linux-vdso.so.1). It's more convenient to handler this in
sancov with warning then making all callers to check files.
Reviewers: aizatsky
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D18103
llvm-svn: 263307
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D17670
llvm-svn: 262104
|
|
|
|
| |
llvm-svn: 261524
|
|
|
|
| |
llvm-svn: 261396
|
|
|
|
| |
llvm-svn: 261375
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D17426
llvm-svn: 261291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This change adds 3 tables to html report:
- list of covered files with number of functions covered.
- list of not covered files
- list of not covered functions.
I tried to put most coverage-calculating functionality into
SourceCoverageData.
Differential Revision: http://reviews.llvm.org/D17421
llvm-svn: 261287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Multi-dso programs result in multiple coverage files dumped of the form
'<module_name>.<pid>.sancov'. When analyzing these coverage files it is
important to use correct corresponding object file.
This change removes the "-obj" sancov flag and lets user specify object
file names alongside coverage files. Sancov tool would match them using
<module_name> part of coverage file and short file name of the object
file.
Corresponding changes:
- compiler-rt: http://reviews.llvm.org/D17171
- docs: http://reviews.llvm.org/D17175
Differential Revision: http://reviews.llvm.org/D17169
llvm-svn: 260628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html
"I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened."
- Obi Wan Kenobi
Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark
Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits
Differential Revision: http://reviews.llvm.org/D16471
llvm-svn: 258861
|
|
|
|
|
|
| |
No functional change, just moving code around.
llvm-svn: 258818
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D16161
llvm-svn: 257824
|
|
|
|
| |
llvm-svn: 256040
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D15430
llvm-svn: 255582
|
|
|
|
| |
llvm-svn: 254749
|
|
|
|
| |
llvm-svn: 254745
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D14589
llvm-svn: 252933
|
|
|
|
|
|
|
|
| |
Summary: MSVC gets confused.
Differential Revision: http://reviews.llvm.org/D14585
llvm-svn: 252804
|
|
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
|