This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from c4b0a1a [XRay][compiler-rt] Remove unused local variable
new af3a7b5 [TSan] Adjust expectation for check_analyze.sh
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/tsan/check_analyze.sh | 12 +++---------
1 file changed, 3 insertions(+), 9 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 3b10e5f [AMDGPU] Eliminate barrier if workgroup size is not greater t [...]
new 0caf385 [ADT] Add a generic breadth-first-search graph iterator.
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/ADT/BreadthFirstIterator.h | 165 +++++++++++++++++++++++++++++
unittests/ADT/BreadthFirstIteratorTest.cpp | 74 +++++++++++++
unittests/ADT/CMakeLists.txt | 1 +
3 files changed, 240 insertions(+)
create mode 100644 include/llvm/ADT/BreadthFirstIterator.h
create mode 100644 unittests/ADT/BreadthFirstIteratorTest.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 ba2269c [InstCombine] Fix a case where we weren't checking that an in [...]
new 3b10e5f [AMDGPU] Eliminate barrier if workgroup size is not greater t [...]
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/Target/AMDGPU/SIISelLowering.cpp | 11 +++++++++++
test/CodeGen/AMDGPU/barrier-elimination.ll | 30 ++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/indirect-private-64.ll | 2 +-
3 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/barrier-elimination.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 a8bcfa8 [ARM] Compile atomic_loaddi_11 for Cortex-R5
new 715b16c 2017-04-06 Sam Thursfield <sam.thursfield(a)codethink.co.uk>
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 | 5 +++++
gcc/config/rs6000/x-aix | 5 ++---
2 files changed, 7 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 3481b08 [AMDGPU] Resubmit SDWA peephole: enable by default Reviewers: [...]
new ba2269c [InstCombine] Fix a case where we weren't checking that an in [...]
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/InstCombine/InstCombineAndOrXor.cpp | 15 +++++++++------
1 file changed, 9 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 4333487 Daily bump.
new af2d9b9 2017-04-06 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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 | 11 +++++++++++
gcc/config/arm/arm-protos.h | 7 +++++--
gcc/config/arm/arm.c | 4 ++++
gcc/config/arm/arm.h | 3 +--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/arm/atomic_loaddi_10.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c | 15 +++++++++++++++
7 files changed, 57 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/atomic_loaddi_10.c
create mode 100644 gcc/testsuite/gcc.target/arm/atomic_loaddi_11.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 binutils-gdb.
from 0dedf37 Fix Windows gdb build failure with Python 2 support
new 62ecb94 Add support for disassembling WebAssembly opcodes.
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:
gas/ChangeLog | 15 ++
gas/testsuite/gas/wasm32/allinsn.d | 64 ++---
gas/testsuite/gas/wasm32/disass-2.d | 9 +
gas/testsuite/gas/wasm32/disass-2.s | 3 +
gas/testsuite/gas/wasm32/disass.d | 9 +
gas/testsuite/gas/wasm32/disass.s | 3 +
gas/testsuite/gas/wasm32/reloc.d | 7 +-
gas/testsuite/gas/wasm32/reloc.s | 2 +-
gas/testsuite/gas/wasm32/wasm32.exp | 4 +-
include/ChangeLog | 4 +
include/dis-asm.h | 3 +
opcodes/ChangeLog | 11 +
opcodes/Makefile.am | 1 +
opcodes/Makefile.in | 2 +
opcodes/configure | 2 +-
opcodes/configure.ac | 2 +-
opcodes/disassemble.c | 14 +
opcodes/po/POTFILES.in | 1 +
opcodes/po/opcodes.pot | 18 +-
opcodes/wasm32-dis.c | 521 ++++++++++++++++++++++++++++++++++++
20 files changed, 654 insertions(+), 41 deletions(-)
create mode 100644 gas/testsuite/gas/wasm32/disass-2.d
create mode 100644 gas/testsuite/gas/wasm32/disass-2.s
create mode 100644 gas/testsuite/gas/wasm32/disass.d
create mode 100644 gas/testsuite/gas/wasm32/disass.s
create mode 100644 opcodes/wasm32-dis.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 910dfef [clang-tidy] Update docs and help message
new 6690e4d [clang-tidy] Temporarily disable a test-case that does not wo [...]
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/misc-forwarding-reference-overload.cpp | 17 +++++++++--------
1 file changed, 9 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 newlib.
from a9da3e4 Make ldd stop after any non-continuable exception
new c6c7dfc mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.
new c47c9bd Optimise memchr for NEON-enabled processors
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:
newlib/libc/machine/arm/memchr-stub.c | 4 +-
newlib/libc/machine/arm/memchr.S | 183 +++++++++++++++++++++++++++++++++-
winsup/cygwin/mkvers.sh | 2 +-
3 files changed, 186 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 binutils-gdb.
from 3944e22 mbind tests: don't check PT_LOAD headers
new 0dedf37 Fix Windows gdb build failure with Python 2 support
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/python/python.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.