1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools
Alex Lorenz f8361e4518 llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo.
This commit expands llvm-cov's functionality by adding support for a new code coverage
tool that uses LLVM's coverage mapping format and clang's instrumentation based profiling.
The gcov compatible tool can be invoked by supplying the 'gcov' command as the first argument,
or by modifying the tool's name to end with 'gcov'.

Differential Revision: http://reviews.llvm.org/D4445

llvm-svn: 216300
2014-08-22 22:56:03 +00:00
..
gold Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
llvm-cov llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
llvm-lit [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
llvm-objdump Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. 2014-08-22 20:35:18 +00:00
llvm-profdata InstrProf: Allow multiple functions with the same name 2014-08-01 22:50:07 +00:00
llvm-readobj AArch64: add support for dynamic-loader relocations 2014-08-11 10:10:27 +00:00
llvm-vtabledump llvm-vtabledump: A vtable dumper 2014-07-24 23:14:40 +00:00