llvm-6502/test/tools
Justin Bogner 90c4e8b70c InstrProf: Teach llvm-cov to show the max count instead of the last
When multiple regions start on the same line, llvm-cov was just
showing the count of the last one as the line count. This can be
confusing and misleading for things like one-liner loops, where the
count at the end isn't very interesting, or even "if" statements with
an opening brace at the end of the line.

Instead, use the maximum of all of the region start counts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230263 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-23 21:21:34 +00:00
..
dsymutil [dsymutil] Add DIE selection algorithm. 2015-02-13 23:18:34 +00:00
gold gold-plugin: fix test to allow default visibility on local symbols 2015-02-15 09:32:30 +00:00
llvm-cov InstrProf: Teach llvm-cov to show the max count instead of the last 2015-02-23 21:21:34 +00:00
llvm-lit
llvm-mc
llvm-objdump [Objdump] Fixing crash when printing symbols in ELF sections with special types. 2015-02-18 23:00:22 +00:00
llvm-profdata
llvm-readobj Modify llvm-readobj to dump symbol record bytes. 2015-02-18 19:32:05 +00:00
llvm-symbolizer
llvm-vtabledump