llvm-6502/test/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
..
Inputs InstrProf: Fix display of large numbers in llvm-cov 2015-05-13 22:41:48 +00:00
binary-formats.c llvm-cov: Only emit colour by default if the output is a tty 2015-03-19 00:02:23 +00:00
copy_block_helper.m llvm-cov: Require a subcommand when invoked as llvm-cov 2015-03-24 23:34:36 +00:00
lit.local.cfg InstrProf: Do a better job of reading coverage mapping data. 2015-03-16 06:55:45 +00:00
llvm-cov.test llvm-cov: Require a subcommand when invoked as llvm-cov 2015-03-24 23:34:36 +00:00
range_based_for.cpp llvm-cov: Require a subcommand when invoked as llvm-cov 2015-03-24 23:34:36 +00:00
report.cpp llvm-cov: Only emit colour by default if the output is a tty 2015-03-19 00:02:23 +00:00
showExpansions.cpp InstrProf: Remove xfails for big-endian from coverage tests 2015-03-16 07:29:49 +00:00
showHighlightedRanges.cpp InstrProf: Remove xfails for big-endian from coverage tests 2015-03-16 07:29:49 +00:00
showLineExecutionCounts.cpp InstrProf: Fix display of large numbers in llvm-cov 2015-05-13 22:41:48 +00:00
showRegionMarkers.cpp InstrProf: Fix display of large numbers in llvm-cov 2015-05-13 22:41:48 +00:00
showTemplateInstantiations.cpp llvm-cov: Only emit colour by default if the output is a tty 2015-03-19 00:02:23 +00:00
universal-binary.c llvm-cov: Only emit colour by default if the output is a tty 2015-03-19 00:02:23 +00:00