Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InstrProf: Fix display of large numbers in llvm-cov | Justin Bogner | 2015-05-13 | 1 | -3/+3 |
| | | | | | | | | 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. llvm-svn: 237307 | ||||
* | InstrProf: Use the proftext format for these coverage tests | Justin Bogner | 2015-03-09 | 1 | -0/+8 |
This format's easier to understand and update by hand. llvm-svn: 231686 |