This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bdc127326d [ARM] Use new assembler diags for ARM new b0c3c28f198 [DebugInfo] Handle endianness when moving debug info for sp [...] new b863c40437d [llvm-cov] Hide files with no coverage from the index when [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 9 +++- test/CodeGen/PowerPC/debuginfo-split-int.ll | 66 +++++++++++++++++++++++++++++ test/tools/llvm-cov/dir-with-filtering.test | 16 +++++++ tools/llvm-cov/CoverageReport.cpp | 8 ++-- tools/llvm-cov/CoverageReport.h | 2 +- tools/llvm-cov/SourceCoverageView.h | 4 +- tools/llvm-cov/SourceCoverageViewHTML.cpp | 5 ++- tools/llvm-cov/SourceCoverageViewHTML.h | 2 +- tools/llvm-cov/SourceCoverageViewText.cpp | 3 +- tools/llvm-cov/SourceCoverageViewText.h | 2 +- 10 files changed, 103 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/PowerPC/debuginfo-split-int.ll