This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7f1eb15289a [SCEV] Teach SCEV to find maxBECount when loop endbound is variant
new f16734c62c1 Re-land "[dsymutil] Timestmap verification for __swift_ast"
new b5d60b88466 [llvm-cov] Generate "report" for given source paths if sour [...]
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:
test/tools/dsymutil/X86/swift-ast-x86_64.test | 11 +++++--
test/tools/llvm-cov/Inputs/sources_specified/abs.h | 5 ++++
.../llvm-cov/Inputs/sources_specified/extra/dec.h | 3 ++
.../llvm-cov/Inputs/sources_specified/extra/inc.h | 3 ++
.../llvm-cov/Inputs/sources_specified/main.cc | 9 ++++++
.../Inputs/sources_specified/main.covmapping | Bin 0 -> 624 bytes
.../Inputs/sources_specified/main.profdata | Bin 0 -> 880 bytes
test/tools/llvm-cov/sources-specified.test | 28 +++++++++++++++++
tools/dsymutil/BinaryHolder.h | 12 ++++----
tools/dsymutil/DwarfLinker.cpp | 33 +++++++++++++++------
tools/dsymutil/dsymutil.cpp | 6 +++-
tools/dsymutil/dsymutil.h | 9 +++---
tools/llvm-cov/CodeCoverage.cpp | 5 +++-
tools/llvm-cov/CoverageReport.cpp | 7 ++++-
tools/llvm-cov/CoverageReport.h | 3 ++
15 files changed, 109 insertions(+), 25 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/abs.h
create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/extra/dec.h
create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/extra/inc.h
create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/main.cc
create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/main.covmapping
create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/main.profdata
create mode 100644 test/tools/llvm-cov/sources-specified.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 138989f0161 [InstCombine] add tests for boolean extend + add; NFC
new 7f1eb15289a [SCEV] Teach SCEV to find maxBECount when loop endbound is variant
The 1 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:
include/llvm/Analysis/ScalarEvolution.h | 6 +
lib/Analysis/ScalarEvolution.cpp | 90 +++++++++------
test/Analysis/ScalarEvolution/max-trip-count.ll | 143 ++++++++++++++++++++++++
test/Transforms/LoopSimplify/preserve-scev.ll | 4 +-
4 files changed, 207 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4bf3f4a810 Regenerate features/s390-gs-linux64.c and features/s390x-gs- [...]
new 2399fe6ab0 Simplify tic6x and s390x expedite registers
The 1 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:
gdb/ChangeLog | 5 +++++
gdb/features/Makefile | 15 ++-------------
2 files changed, 7 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 354bac403e PR22263 testcase
new 4bf3f4a810 Regenerate features/s390-gs-linux64.c and features/s390x-gs- [...]
The 1 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:
gdb/ChangeLog | 5 +++++
gdb/features/s390-gs-linux64.c | 8 ++++----
gdb/features/s390x-gs-linux64.c | 8 ++++----
3 files changed, 13 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 199b593c Revert "Fix nested namespaces in google-readability-nested-na [...]
new 2d930d51 [clang-tidy] Add a regression test for google-readability-nam [...]
The 1 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:
test/clang-tidy/google-readability-namespace-comments.cpp | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 44847b2e983 Disable gcov instrumentation of functions using funclet-bas [...]
new a0af046f398 [FileCheck] regexp doc update/fix
new e9712285e9e Revert r314923: "Recommit : Use the basic cost if a GEP is [...]
new 138989f0161 [InstCombine] add tests for boolean extend + add; NFC
The 3 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:
docs/CommandGuide/FileCheck.rst | 11 +++---
include/llvm/Analysis/TargetTransformInfo.h | 19 ++-------
include/llvm/Analysis/TargetTransformInfoImpl.h | 38 ++----------------
include/llvm/CodeGen/BasicTTIImpl.h | 5 ---
include/llvm/IR/Operator.h | 2 -
lib/Analysis/TargetTransformInfo.cpp | 5 ---
lib/Transforms/Scalar/NaryReassociate.cpp | 2 +-
.../Scalar/StraightLineStrengthReduce.cpp | 2 +-
test/Analysis/CostModel/AArch64/gep.ll | 46 ----------------------
test/Analysis/CostModel/X86/vector_gep.ll | 2 +-
test/Transforms/InstCombine/zext-bool-add-sub.ll | 32 +++++++++++++++
.../Transforms/SimplifyCFG/SpeculativeExecGepCE.ll | 28 -------------
12 files changed, 48 insertions(+), 144 deletions(-)
delete mode 100644 test/Transforms/SimplifyCFG/SpeculativeExecGepCE.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a86f30ef47 [OpenCL] Add LangAS::opencl_private to represent private add [...]
new 0ea7666767 Fix regression of test/CodeGenOpenCL/address-spaces.cl on ppc
The 1 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:
test/CodeGenOpenCL/address-spaces.cl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 18c35eb7c97 docs: Improve wording on building for fuzzing
new 44847b2e983 Disable gcov instrumentation of functions using funclet-bas [...]
The 1 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/Instrumentation/GCOVProfiling.cpp | 13 +++++++++++++
1 file changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 9e86da0760 Change objfile to use new/delete
new 354bac403e PR22263 testcase
The 1 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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr22263-1.rd | 7 +++++--
ld/testsuite/ld-elf/tls.exp | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c7cae1379b8 C++: show location of unclosed extern "C" specifications
new 9705c1f3b5a * cfghooks.c (verify_flow_info): Check that edge probabili [...]
new 12f7900694b * lto-lang.c (lto_post_options): Clean shlib flag when not [...]
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:
gcc/ChangeLog | 5 +++++
gcc/cfghooks.c | 8 ++++++++
gcc/lto/ChangeLog | 4 ++++
gcc/lto/lto-lang.c | 2 ++
4 files changed, 19 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.