This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig
in repository toolchain/binutils-gdb.
from ad6d89178d Automatic date update in version.in
adds c2a6c5da37 Fix ia64-linux-nat.c
adds 4f323b7277 Automatic date update in version.in
adds 6769f2765d gdb.base/warning.exp tweaks
adds 32641fa925 GDB: Add ChangeLog entry inadvertently omitted from commit.
adds 39a36629f6 Use std::forward_list for displaced_step_inferior_states
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 28 +++++++++++++
gdb/ia64-linux-nat.c | 15 +++----
gdb/infrun.c | 80 +++++++++++++++++---------------------
gdb/target-delegates.c | 14 +++----
gdb/target.h | 2 +-
gdb/testsuite/ChangeLog | 6 +++
gdb/testsuite/gdb.base/warning.exp | 10 ++---
8 files changed, 89 insertions(+), 68 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 libcxx.
from f6726af01 Add docker configurations used by the buildbots.
new 22507d63b [libcxx] Update test of trivial copyability of reference_wrapper
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:
.../utilities/function.objects/refwrap/type_properties.pass.cpp | 7 ++++---
1 file changed, 4 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 clang.
from d8a18b8bb0 [clang][CodeGen] Implicit Conversion Sanitizer: discover the [...]
new fd846d8d28 [Sema] Fix PR38987: keep end location of a direct initializer list
new 6345f58fdb [Coverage] Fix PR39258: support coverage regions that start [...]
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/CoverageMappingGen.cpp | 53 ++++++++++++++++++++++++++++++--------
lib/Sema/SemaInit.cpp | 5 +++-
test/CoverageMapping/macros.c | 10 +++++++
test/SemaCXX/sourceranges.cpp | 7 +++++
4 files changed, 63 insertions(+), 12 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 8646eeda889 [InstCombine] Set debug loc on `mergeStoreIntoSuccessor` phi
new 0f9f2455c52 [AMDGPU] Restored selection of scalar_to_vector (v2x16)
new c77c7e9e510 Revert "[LoopSimplifyCFG] Teach LoopSimplifyCFG to constant [...]
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/SIInstructions.td | 18 +-
lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 313 ---------------------
test/CodeGen/AMDGPU/scalar_to_vector_v2x16.ll | 26 ++
.../LoopSimplifyCFG/constant-fold-branch.ll | 58 +---
4 files changed, 44 insertions(+), 371 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/scalar_to_vector_v2x16.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from 485bcd4ddd4 Daily bump.
adds e1dc737efd2 Backport from mainline 2018-11-11 Uros Bizjak <ubizjak@ [...]
adds 03ce9f49470 Daily bump.
adds 026cc7cda0c Make a workaround for PR gcov-profile/88045.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/cygming.h | 3 --
gcc/config/i386/darwin.h | 3 +-
gcc/config/i386/i386.h | 3 +-
gcc/coverage.c | 6 ++-
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/g++.dg/gcov/pr88045.C | 90 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr87928.c | 23 +++++++++
9 files changed, 151 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/pr88045.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr87928.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 ebb98fbc7db [DAGCombine] SimplifyNodeWithTwoResults - ensure same legal [...]
new 94a229e81ea [IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
new 8646eeda889 [InstCombine] Set debug loc on `mergeStoreIntoSuccessor` phi
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:
include/llvm/ADT/STLExtras.h | 34 ++++++++++++++++++++++
include/llvm/IR/BasicBlock.h | 6 ++++
include/llvm/IR/CFG.h | 2 ++
lib/Analysis/MemorySSAUpdater.cpp | 2 +-
lib/IR/BasicBlock.cpp | 8 +++++
lib/IR/Value.cpp | 13 ++-------
lib/Transforms/IPO/PartialInlining.cpp | 2 +-
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 10 +++++--
lib/Transforms/Utils/Local.cpp | 6 ++--
lib/Transforms/Utils/SimplifyCFG.cpp | 6 ++--
lib/Transforms/Vectorize/VPlan.cpp | 2 +-
test/Transforms/InstCombine/storemerge-dbg.ll | 26 +++++++++++++++++
12 files changed, 93 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/InstCombine/storemerge-dbg.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 543b703ebe [DebugInfo] DISubprogram flags get their own flags word. NFC [...]
new d8a18b8bb0 [clang][CodeGen] Implicit Conversion Sanitizer: discover the [...]
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/ReleaseNotes.rst | 3 +
lib/CodeGen/CGExprScalar.cpp | 23 +-
...t-integer-sign-changes-CompoundAssignOperator.c | 2561 ++++++++++++++++++
...it-integer-truncations-CompoundAssignOperator.c | 2745 ++++++++++++++++++++
...ncation-or-sign-change-CompoundAssignOperator.c | 2553 ++++++++++++++++++
5 files changed, 7875 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/catch-implicit-integer-sign-changes-CompoundAssign [...]
create mode 100644 test/CodeGen/catch-implicit-integer-truncations-CompoundAssignO [...]
create mode 100644 test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-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 a4eddf6b391 Fix clang test suite on Windows by reverting part of r347216
new ebb98fbc7db [DAGCombine] SimplifyNodeWithTwoResults - ensure same legal [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 14 ++++++--------
1 file changed, 6 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 gcc.
from f7289f563a5 Disable unrolling for loops vectorised with non-constant VF
new ce9680ea92d gcc/ PR rtl-optimization/88033 * ira-lives.c (non_conflic [...]
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/ChangeLog | 6 ++++++
gcc/ira-lives.c | 10 ++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr88033.c | 14 ++++++++++++++
4 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr88033.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.