This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 40cf5b3d29a AMDGPU: Fix crash when disassembling VOP3 mac
new f4272d1c372 [InstCombine] Use commutable matchers and m_OneUse in visit [...]
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/InstCombineAddSub.cpp | 26 ++---
test/Transforms/InstCombine/sub.ll | 122 +++++++++++++++++++++++
2 files changed, 133 insertions(+), 15 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 a360984c0bf [Support] Add support for finding unset bits in a BitVector.
new 40cf5b3d29a AMDGPU: Fix crash when disassembling VOP3 mac
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/AMDGPU.h | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 1 -
lib/Target/AMDGPU/AMDGPURegisterInfo.h | 1 -
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 -
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 16 ++++++++++++----
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 6 ++++++
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 1 +
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 9 +--------
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 4 ----
lib/Target/AMDGPU/VOP2Instructions.td | 2 ++
test/MC/Disassembler/AMDGPU/mac.txt | 19 +++++++++++++++++++
11 files changed, 42 insertions(+), 19 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/mac.txt
--
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 compiler-rt.
from 633658ab0 [msan] Wrap sockaddr_in and socket for future IPv6 support.
new fed59961d [msan] Replace AF_INET with AF_UNIX to avoid IPv4 vs IPv6 issues.
new 3b81e31e9 [msan] Make test to fall-back to IPv6 if IPv4 is not available.
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/msan/Linux/sendmsg.cc | 31 ++++++++++++++++++++++---------
test/msan/ioctl.cc | 2 +-
test/msan/ioctl_custom.cc | 2 +-
3 files changed, 24 insertions(+), 11 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 compiler-rt.
from f14d140b7 [msan] Reorder unittests for future parametrization.
new 633658ab0 [msan] Wrap sockaddr_in and socket for future IPv6 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:
lib/msan/tests/msan_test.cc | 128 ++++++++++++++++++++++++++------------------
1 file changed, 77 insertions(+), 51 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 glibc.
from 9ace4692b2 Check for __mprotect failure in _dl_map_segments [BZ #20831]
new 6d4adeb700 Remove unneeded declarations from math_private.h
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 | 9 +++++++++
sysdeps/generic/math_private.h | 20 --------------------
sysdeps/ieee754/ldbl-128/e_logl.c | 1 +
sysdeps/ieee754/ldbl-128ibm/e_logl.c | 1 +
4 files changed, 11 insertions(+), 20 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 69450474615 PR sanitizer/80348 * typeck.c (cp_build_binary_op): Use N [...]
new 73658f7af03 2017-04-10 Daniel Santos <daniel.santos(a)pobox.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-libpath.exp | 21 +++++++++++++++++++++
2 files changed, 26 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 d2f46ef6a61 Fix line endings.
new a360984c0bf [Support] Add support for finding unset bits in a BitVector.
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/BitVector.h | 40 +++++++++++++++++++++++++++++++++++++++
include/llvm/ADT/SmallBitVector.h | 29 ++++++++++++++++++++++++++++
unittests/ADT/BitVectorTest.cpp | 39 ++++++++++++++++++++++++++++++++++++++
3 files changed, 108 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 compiler-rt.
from 85fba5b83 [cfi] Accept weak definition of __cfi_check.
new f14d140b7 [msan] Reorder unittests for future parametrization.
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/msan/tests/msan_test.cc | 136 ++++++++++++++++++++++----------------------
1 file changed, 68 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 gcc.
from 3982b601c9d PR tree-optimization/80153 * tree-ssa-loop-ivopts.c (add_ [...]
new 69450474615 PR sanitizer/80348 * typeck.c (cp_build_binary_op): Use N [...]
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 | 6 ++++++
gcc/cp/typeck.c | 21 ++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/div-by-zero-3.C | 22 ++++++++++++++++++++++
4 files changed, 43 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/div-by-zero-3.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 0a52d06b894 [InstCombine] Use m_c_Add to shorten some code. Add testcas [...]
new 08a5893e913 Remove eol-style:native from BitVector.h
new d2f46ef6a61 Fix line endings.
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.