llvm-6502/tools/llvm-cov
Justin Bogner 98f0f26fdf InstrProf: Fix display of large numbers in llvm-cov
llvm-cov was truncating numbers that were larger than a particular
fixed width, which is as confusing as it is useless. Instead, we use
engineering notation with SI prefix for magnitude.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237307 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-13 22:41:48 +00:00
..
CMakeLists.txt
CodeCoverage.cpp llvm-cov: Warn if object file is newer than profile 2015-05-04 04:09:38 +00:00
CoverageFilters.cpp
CoverageFilters.h
CoverageReport.cpp llvm-cov: Actually use the command line arguments when reporting 2015-02-14 02:05:05 +00:00
CoverageReport.h llvm-cov: Actually use the command line arguments when reporting 2015-02-14 02:05:05 +00:00
CoverageSummaryInfo.cpp
CoverageSummaryInfo.h
CoverageViewOptions.h
gcov.cpp Make helper functions static. 2015-03-09 16:23:46 +00:00
llvm-cov.cpp llvm-cov: Require a subcommand when invoked as llvm-cov 2015-03-24 23:34:36 +00:00
LLVMBuild.txt
Makefile
RenderingSupport.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
SourceCoverageView.cpp InstrProf: Fix display of large numbers in llvm-cov 2015-05-13 22:41:48 +00:00
SourceCoverageView.h InstrProf: Teach llvm-cov to show the max count instead of the last 2015-02-23 21:21:34 +00:00
TestingSupport.cpp