1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/tools
Mike Aizatsky 5d501f4c5e [sancov] introducing symbolized coverage files (.symcov)
Summary:
Answering any meaningful questions about .sancov files requires
accessing symbol information from the corresponding binary.

This change introduces a separate intermediate data structure and
format: symbolized coverage. It contains all symbol information that
is required to answer common queries:
- merging
- coverd/uncovered files and functions
- line status.

Also removing the html report functionality from sancov: generated
HTML files are too huge, and a different approach is required.
Maintaining this half-working approach in the C++ is painful.

Differential Revision: https://reviews.llvm.org/D24947

llvm-svn: 282639
2016-09-28 21:39:28 +00:00
..
dsymutil
gold [gold] Split plugin options controlling ThinLTO and codegen parallelism. 2016-09-23 20:35:19 +00:00
llvm-ar
llvm-config
llvm-cov [llvm-cov] Filter away source files that aren't in the coverage mapping 2016-09-23 18:57:35 +00:00
llvm-cxxdump
llvm-dwp
llvm-lit
llvm-lto
llvm-lto2 [LTO] Add ability to parse AA pipelines. 2016-09-16 21:03:21 +00:00
llvm-mc
llvm-nm
llvm-objdump DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
llvm-pdbdump
llvm-profdata [Profile] dump ic value profile value/site-count histogram 2016-09-20 21:04:22 +00:00
llvm-readobj [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form. 2016-09-02 07:35:19 +00:00
llvm-size llvm-size: Add --totals option 2016-09-12 17:08:28 +00:00
llvm-split
llvm-symbolizer
lto
sancov [sancov] introducing symbolized coverage files (.symcov) 2016-09-28 21:39:28 +00:00
sanstats
yaml2obj