OSDN Git Service

LLVM_GEN_ to LLVM70_GEN_
[android-x86/external-llvm.git] / tools / sancov /
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yumove all mk file
2018-04-25 Nico WeberRename sancov.cc to sancov.cpp
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-09-25 Vlad TsyrklevichAdd section headers to SpecialCaseLists
2017-09-12 Roman Lebedev[sancov] coverage-report-server.py: ServerHandler(...
2017-03-20 Maxim Ostapenko[sancov] Fix broken links and displaced coloring in...
2017-03-03 Mike Aizatsky[sancov] better input parameters validation
2017-02-24 Mike Aizatsky[sancov] extending sancov --help documentation
2017-01-19 Mike Aizatsky[sancov] applying blacklist to covered points too
2016-12-21 Mike Aizatsky[sancov] skip duplicated points
2016-12-21 Mike Aizatsky[sancov] hash prefix results in huge merge files, use...
2016-12-17 Mike Aizatsky[sancov] skip dead files from computations
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-10-18 Kostya Serebryany[sancov] add __sanitizer_cov_trace_pc_guard to the...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-04 Mike Aizatsky[sancov] renamed symcov-report-server to coverage-repor...
2016-10-03 Mike Aizatsky[sancov] using env for better portability
2016-09-28 Mike Aizatsky[sancov] introducing symbolized coverage files (.symcov)
2016-09-28 Mike Aizatsky[sancov] a simple .symcov coverage report server
2016-08-12 Mike Aizatsky[sancov] MachO indirect symbols support.
2016-08-10 Reid Kleckner[sancov] Port sancov -print-coverage-pcs to COFF
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-06-24 Kevin EnderbyThread Expected<...> up from libObject’s getSymbolAddre...
2016-06-17 Benjamin KramerApply another batch of fixes from clang-tidy's performa...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-06-03 Reid Kleckner[Symbolize] Check if the PE file has a PDB and emit...
2016-05-27 Benjamin KramerAvoid some copies by using const references.
2016-05-17 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-04-21 Mike Aizatsky[sancov] using normalized filenames for blacklist checks.
2016-04-20 Kevin EnderbyThread Expected<...> up from libObject’s getName()...
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-04-05 Duncan P. N. Exon... Revert "Fix Clang-tidy modernize-deprecated-headers...
2016-04-05 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-03-24 Mike Aizatsky[sancov] renaming statistics fields.
2016-03-24 Mike Aizatsky[sancov] adding leading zeros to coverage pct.
2016-03-24 Mike Aizatsky[sancov] -print-coverage-stats option to print various...
2016-03-18 Mike Aizatsky[sancov] typo fix
2016-03-18 Mike Aizatsky[sancov] reformat & 1 clang-tidy warning.
2016-03-18 Mike Aizatsky[sancov] html report: replacing uncovered functions...
2016-03-11 Mike Aizatsky[sancov] using md5 for anchors in attempt to reduce...
2016-03-11 Mike AizatskyDon't crash sancov if file is unreadable.
2016-02-27 Mike Aizatsky[sancov] print_coverage_points command.
2016-02-22 Benjamin KramerFix some abuse of auto flagged by clang's -Wrange-loop...
2016-02-20 Mike Aizatskyfixing msvc warning.
2016-02-19 Mike Aizatsky[sancov] sanitizer html report cosmetic improvements.
2016-02-19 Mike Aizatsky[sancov] widening default blacklist.
2016-02-19 Mike Aizatsky[sancov] Adding covered/uncovered tables to coverage...
2016-02-12 Mike Aizatsky[sancov] improved object files handling.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Benjamin KramerReflect the MC/MCDisassembler split on the include...
2016-01-14 Mike Aizatsky[sancov] html report
2015-12-18 Alexey Samsonov[sancov] IWYU fix: add proper header inclusion.
2015-12-16 Mike Aizatsky[sancov] blacklist support.
2015-12-14 Mike Aizatskysancov: coverage can be reported by multiple functions.
2015-12-04 Mike Aizatskyfixing Makefile
2015-12-04 Mike Aizatskyadding MC dependencies in hopes to pacify the hexagon...
2015-12-04 Mike Aizatskysancov -not-covered-functions.
2015-11-12 Mike Aizatskysancov test suite
2015-11-11 Mike AizatskyAdding qualifier for make_unique.
2015-11-11 Mike Aizatskysancov tool in c++