This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b553747 tst-rec-dlopen: Fix build fail due to missing inclusion of string.h
new c24480c powerpc: Fix --disable-multi-arch build on POWER8
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:
ChangeLog | 15 +++++++++++++++
sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S | 3 +++
sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S | 3 +++
sysdeps/powerpc/powerpc64/power8/stpncpy.S | 4 ++++
sysdeps/powerpc/powerpc64/power8/strcasestr.S | 7 +++++--
sysdeps/powerpc/powerpc64/power8/strncpy.S | 16 ++++++++++++----
6 files changed, 42 insertions(+), 6 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 gcc-6-branch
in repository gcc.
from acf0bfd PR tree-optimization/71259 * tree-vect-slp.c (vect_get_cons [...]
new 252c6f3 PR c++/70847 PR c++/71330 PR c++/71393 * cp-gimplify.c (c [...]
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:
gcc/cp/ChangeLog | 12 ++++++++++++
gcc/cp/cp-gimplify.c | 14 +++++++++++++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/opt/pr70847.C | 11 +++++++++++
gcc/testsuite/g++.dg/ubsan/pr70847.C | 11 +++++++++++
gcc/testsuite/g++.dg/ubsan/pr71393.C | 14 ++++++++++++++
6 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr70847.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr70847.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr71393.C
--
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 d4b932e [GVN] Switch dump() definition over to LLVM_DUMP_METHOD.
new 3ff92c7 [PM] Preserve the correct set of analyses for GVN.
new bc1b8d5 AMDGPU: Fix constantexpr addrspacecasts
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/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 70 +++++++++++++-
lib/Target/AMDGPU/SIISelLowering.cpp | 5 +-
lib/Transforms/Scalar/GVN.cpp | 7 +-
test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll | 106 +++++++++++++++++++++
4 files changed, 183 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/addrspacecast-constantexpr.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 gcc.
from b144599 PR tree-optimization/71259 * tree-vect-slp.c (vect_get_cons [...]
new 0406b32 PR c++/70847 PR c++/71330 PR c++/71393 * cp-gimplify.c (c [...]
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:
gcc/cp/ChangeLog | 12 ++++++++++++
gcc/cp/cp-gimplify.c | 14 +++++++++++++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/opt/pr70847.C | 11 +++++++++++
gcc/testsuite/g++.dg/ubsan/pr70847.C | 11 +++++++++++
gcc/testsuite/g++.dg/ubsan/pr71393.C | 14 ++++++++++++++
6 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr70847.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr70847.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr71393.C
--
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 ca07215 [clang-tidy] Do not try to suggest a fix if the parameter is [...]
new 2e636da clang-rename: implement renaming of classes inside static_cast
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:
clang-rename/USRLocFinder.cpp | 17 +++++++++++++++++
test/clang-rename/StaticCastExpr.cpp | 24 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/clang-rename/StaticCastExpr.cpp
--
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 c711b13 [LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
new d4b932e [GVN] Switch dump() definition over to LLVM_DUMP_METHOD.
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/Scalar/GVN.cpp | 3 +--
1 file changed, 1 insertion(+), 2 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 llvm.
from a6caf31 Fix a test case. NFC.
new c711b13 [LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
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/Analysis/LoopUnrollAnalyzer.cpp | 8 +++++---
test/Transforms/LoopUnroll/full-unroll-crashers.ll | 16 ++++++++++++++++
2 files changed, 21 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 llvm.
from 24ef682 [pdbdump] Print out New FPO stream contents.
new 5c724a4 Reapply [LSR] Create fewer redundant instructions.
new a6caf31 Fix a test case. NFC.
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/LoopStrengthReduce.cpp | 42 ++++++++++---------
test/CodeGen/AArch64/tailmerging_in_mbp.ll | 10 ++---
.../LoopStrengthReduce/AArch64/lsr-reuse.ll | 34 ++++++++++++++++
.../LoopStrengthReduce/scev-insertpt-bug.ll | 47 ++++++++++++++++++++++
4 files changed, 108 insertions(+), 25 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/AArch64/lsr-reuse.ll
create mode 100644 test/Transforms/LoopStrengthReduce/scev-insertpt-bug.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 zorg.
from 6f2f1f5 llvm-pdbdump-fuzzer failures should be reported
new 5c81f9b [fuzzing bot] revert from FAILURE to WARNINGS for llvm-pdbdum [...]
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 4 ++--
1 file changed, 2 insertions(+), 2 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.
from b2af159 Revert "Reapply "[analyzer] Add checker for correct usage of [...]
new be40902 Adding an AST matcher to ignore parenthesis in *types* (rathe [...]
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:
docs/LibASTMatchersReference.html | 15 +++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 16 ++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 7 +++++++
4 files changed, 39 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.