summaryrefslogtreecommitdiff
path: root/tools/sancov
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-09-25Add section headers to SpecialCaseListsVlad Tsyrklevich
2017-09-12[sancov] coverage-report-server.py: ServerHandler(): open file as UTF8Roman Lebedev
2017-03-20[sancov] Fix broken links and displaced coloring in coverage-report-server.pyMaxim Ostapenko
2017-03-03[sancov] better input parameters validationMike Aizatsky
2017-02-24[sancov] extending sancov --help documentationMike Aizatsky
2017-01-19[sancov] applying blacklist to covered points tooMike Aizatsky
2016-12-21[sancov] skip duplicated pointsMike Aizatsky
2016-12-21[sancov] hash prefix results in huge merge files, use shorter prefixMike Aizatsky
2016-12-17[sancov] skip dead files from computationsMike Aizatsky
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-18[sancov] add __sanitizer_cov_trace_pc_guard to the supported coverage pointsKostya Serebryany
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-10-04[sancov] renamed symcov-report-server to coverage-report-serverMike Aizatsky
2016-10-03[sancov] using env for better portabilityMike Aizatsky
2016-09-28[sancov] introducing symbolized coverage files (.symcov)Mike Aizatsky
2016-09-28[sancov] a simple .symcov coverage report serverMike Aizatsky
2016-08-12[sancov] MachO indirect symbols support.Mike Aizatsky
2016-08-10[sancov] Port sancov -print-coverage-pcs to COFFReid Kleckner
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner
2016-05-27Avoid some copies by using const references.Benjamin Kramer
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-04-21[sancov] using normalized filenames for blacklist checks.Mike Aizatsky
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko
2016-03-24[sancov] renaming statistics fields.Mike Aizatsky
2016-03-24[sancov] adding leading zeros to coverage pct.Mike Aizatsky
2016-03-24[sancov] -print-coverage-stats option to print various coverage statistics.Mike Aizatsky
2016-03-18[sancov] typo fixMike Aizatsky
2016-03-18[sancov] reformat & 1 clang-tidy warning.Mike Aizatsky
2016-03-18[sancov] html report: replacing uncovered functions with function coverage % ...Mike Aizatsky
2016-03-11[sancov] using md5 for anchors in attempt to reduce file size.Mike Aizatsky
2016-03-11Don't crash sancov if file is unreadable.Mike Aizatsky
2016-02-27[sancov] print_coverage_points command.Mike Aizatsky
2016-02-22Fix some abuse of auto flagged by clang's -Wrange-loop-analysis.Benjamin Kramer
2016-02-20fixing msvc warning.Mike Aizatsky
2016-02-19[sancov] sanitizer html report cosmetic improvements.Mike Aizatsky
2016-02-19[sancov] widening default blacklist.Mike Aizatsky
2016-02-19[sancov] Adding covered/uncovered tables to coverage report.Mike Aizatsky
2016-02-12[sancov] improved object files handling.Mike Aizatsky
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer