This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf1a5ce update to use FileCheck and auto-generate checks new 17a2f3f [llvm-cov] Swapped the line and count columns. new f69ccb7 [EarlyCSE] Teach about CSE'ing over invariant.start intrinsics
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/Transforms/Scalar/EarlyCSE.cpp | 13 +++ test/Transforms/EarlyCSE/invariant.start.ll | 71 ++++++++++++ test/tools/llvm-cov/Inputs/instrprof-comdat.h | 16 +-- test/tools/llvm-cov/binary-formats.c | 2 +- test/tools/llvm-cov/combine_expansions.cpp | 24 ++-- test/tools/llvm-cov/prefer_used_to_unused.h | 16 +-- test/tools/llvm-cov/showLineExecutionCounts.cpp | 96 ++++++++-------- test/tools/llvm-cov/showTemplateInstantiations.cpp | 124 ++++++++++----------- test/tools/llvm-cov/universal-binary.c | 2 +- tools/llvm-cov/SourceCoverageView.cpp | 4 +- 10 files changed, 226 insertions(+), 142 deletions(-) create mode 100644 test/Transforms/EarlyCSE/invariant.start.ll