This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 792a8ea [InstCombine] rename and reorganize some icmp folding functions; NFC
new e117e50 [InstCombine] clean up foldICmpBinOpEqualityWithConstant / fo [...]
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/InstCombineCompares.cpp | 115 ++++++++++-----------
1 file changed, 56 insertions(+), 59 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 14e6992 We also need to pass swifterror in R12 under swiftcc not only [...]
new 792a8ea [InstCombine] rename and reorganize some icmp folding functions; NFC
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/InstCombineCompares.cpp | 38 ++++++++++------------
lib/Transforms/InstCombine/InstCombineInternal.h | 9 +++--
2 files changed, 23 insertions(+), 24 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 71756f0 Remove __libc_csu_irel declaration
new 0f9317d Add tests-static to tests in malloc/Makefile
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 | 3 +++
malloc/Makefile | 3 +--
2 files changed, 4 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 gcc.
from 6f3863c libgo: update to Go 1.7.1 release
new 3bb45f7 Make canonical_va_list_type more strict
new 1aef7c3 2016-09-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 8 ++++++++
gcc/builtins.c | 4 ----
gcc/c-family/ChangeLog | 7 +++++++
gcc/c-family/c-common.c | 20 +++-----------------
gcc/config/i386/i386.c | 8 --------
gcc/gimplify.c | 5 +++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/c-c++-common/va-arg-va-list-type.c | 9 +++++++++
gcc/testsuite/gfortran.dg/c_assoc_2.f03 | 2 +-
gcc/testsuite/gfortran.dg/c_assoc_4.f90 | 2 +-
10 files changed, 45 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/va-arg-va-list-type.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 c220fde [AMDGPU] Refactor MUBUF/MTBUF instructions
new 14e6992 We also need to pass swifterror in R12 under swiftcc not only [...]
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/X86/X86CallingConv.td | 3 +++
test/CodeGen/X86/swifterror.ll | 22 ++++++++++++++++++++++
2 files changed, 25 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 68d7a57 [gold/LTO] Add test case for r281134
new c220fde [AMDGPU] Refactor MUBUF/MTBUF instructions
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/BUFInstructions.td | 1305 ++++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/CIInstructions.td | 12 -
lib/Target/AMDGPU/SIInstrFormats.td | 93 ---
lib/Target/AMDGPU/SIInstrInfo.td | 477 -------------
lib/Target/AMDGPU/SIInstructions.td | 529 +-------------
lib/Target/AMDGPU/VIInstrFormats.td | 58 --
6 files changed, 1306 insertions(+), 1168 deletions(-)
create mode 100644 lib/Target/AMDGPU/BUFInstructions.td
--
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 f3ab1d3 [tablegen] Check that an optional IdentifierArgument of an at [...]
new 081569d Add missing test coverage for an inheritance model attrib mer [...]
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/SemaCXX/member-pointer-ms.cpp | 8 ++++++++
1 file changed, 8 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 gcc.
from d739682 runtime/internal/atomic: new package, API copied from Go 1.7
new 6f3863c libgo: update to Go 1.7.1 release
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/go/gofrontend/MERGE | 2 +-
libgo/MERGE | 2 +-
libgo/VERSION | 2 +-
libgo/go/compress/flate/deflate.go | 15 +-
libgo/go/compress/flate/deflate_test.go | 50 +++
libgo/go/compress/flate/huffman_bit_writer.go | 40 ++-
libgo/go/context/context_test.go | 6 +
libgo/go/crypto/x509/root_cgo_darwin.go | 60 ++++
libgo/go/hash/crc32/crc32_s390x.go | 35 +--
libgo/go/io/multi.go | 9 +-
libgo/go/io/multi_test.go | 38 +++
libgo/go/net/dial_unix_test.go | 108 +++++++
libgo/go/net/dnsclient_unix.go | 24 +-
libgo/go/net/dnsclient_unix_test.go | 105 ++++++-
libgo/go/net/fd_unix.go | 55 +++-
libgo/go/net/hook_unix.go | 3 +-
libgo/go/net/http/h2_bundle.go | 433 ++++++++++++++++++--------
libgo/go/net/http/serve_test.go | 11 +
libgo/go/net/http/server.go | 38 ++-
libgo/go/net/http/transport.go | 70 ++++-
libgo/go/net/http/transport_internal_test.go | 9 +-
libgo/go/net/http/transport_test.go | 94 ++++++
libgo/go/os/wait_waitid.go | 6 +
libgo/go/path/filepath/export_windows_test.go | 5 +-
libgo/go/path/filepath/path_test.go | 32 +-
libgo/go/path/filepath/symlink_windows.go | 29 +-
libgo/go/reflect/all_test.go | 2 +
libgo/go/runtime/pprof/pprof.go | 63 +++-
libgo/go/syscall/syscall_darwin_test.go | 23 ++
29 files changed, 1113 insertions(+), 256 deletions(-)
create mode 100644 libgo/go/net/dial_unix_test.go
create mode 100644 libgo/go/syscall/syscall_darwin_test.go
--
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 33d69cb * go-backend.c (go_trampoline_info): Remove. * go-c.h (go_t [...]
new d739682 runtime/internal/atomic: new package, API copied from Go 1.7
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 17 ++
libgo/Makefile.in | 18 ++
libgo/go/runtime/internal/atomic/atomic.c | 237 ++++++++++++++++++++++++
libgo/go/runtime/internal/atomic/atomic_test.go | 67 +++++++
libgo/go/runtime/internal/atomic/gccgo.go | 59 ++++++
libgo/go/runtime/internal/atomic/stubs.go | 33 ++++
7 files changed, 432 insertions(+), 1 deletion(-)
create mode 100644 libgo/go/runtime/internal/atomic/atomic.c
create mode 100644 libgo/go/runtime/internal/atomic/atomic_test.go
create mode 100644 libgo/go/runtime/internal/atomic/gccgo.go
create mode 100644 libgo/go/runtime/internal/atomic/stubs.go
--
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 9731eaa gcc/ PR rtl-optimization/77289 * lra-constraints.c (get_fin [...]
new 4b3412b compiler: code cleanup (unused header file)
new 6b3f15b Fix -Wshadow warning in libiberty/cp-demangle.c
new 33d69cb * go-backend.c (go_trampoline_info): Remove. * go-c.h (go_t [...]
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:
gcc/go/ChangeLog | 5 +++++
gcc/go/go-backend.c | 9 ---------
gcc/go/go-c.h | 2 --
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/import.cc | 3 +--
libiberty/ChangeLog | 5 +++++
libiberty/cp-demangle.c | 10 +++++-----
7 files changed, 17 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.