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 e309aa6 Harden tests that deal with memory regions
new e3ceef3 2017-01-26 Luis Machado <lgustavo(a)codesourcery.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:
gdb/testsuite/lib/memory.exp | 2 --
1 file changed, 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 binutils-gdb.
from 7cf1de6 Big-endian hosts: Fix "set architecture cris"
new e309aa6 Harden tests that deal with memory regions
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/testsuite/ChangeLog | 11 ++++++++++
gdb/testsuite/gdb.base/breakpoint-in-ro-region.exp | 3 +++
gdb/testsuite/gdb.base/memattr.exp | 21 ++++++------------
gdb/testsuite/lib/gdb.exp | 1 +
.../{gdb.base/nextoverexit.exp => lib/memory.exp} | 25 ++++++++++++----------
5 files changed, 36 insertions(+), 25 deletions(-)
copy gdb/testsuite/{gdb.base/nextoverexit.exp => lib/memory.exp} (62%)
--
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 0f4225c runtime: fix setting of isarchive
new 65795d0 * testsuite/lib/libgomp.exp (check_effective_target_hsa_off [...]
new d91fe71 PR c++/68727 * cp-tree.def (OFFSETOF_EXPR): Bump number of [...]
new b9b97a7 Fix libstdc++ testsuite failures in C++98 and C++11 mode
new 61f7037 PR libstdc++/70607 revert recent changes to <tr1/complex>
The 4 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 | 15 +++++++++++++
gcc/cp/cp-tree.def | 2 +-
gcc/cp/cp-tree.h | 2 +-
gcc/cp/parser.c | 9 ++++----
gcc/cp/pt.c | 11 +++++++--
gcc/cp/semantics.c | 26 +++++++++-------------
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/g++.dg/other/offsetof8.C | 2 +-
gcc/testsuite/g++.dg/other/offsetof9.C | 17 ++++++++++++++
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/lib/libgomp.exp | 9 ++++----
libstdc++-v3/ChangeLog | 14 ++++++++++++
libstdc++-v3/include/tr1/complex | 12 +++++++++-
.../23_containers/list/operations/78389.cc | 10 ++++-----
.../priority_queue/requirements/constructible.cc | 2 +-
.../queue/requirements/constructible.cc | 2 +-
.../stack/requirements/constructible.cc | 2 +-
.../testsuite/25_algorithms/make_heap/movable.cc | 2 +-
18 files changed, 110 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/offsetof9.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 compiler-rt.
from 07eeff5 [Compiler-rt] Broken compiler-rt CMake configuring on Windows
new 85a6508 [tsan] Fix os_id of main thread
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/rtl/tsan_rtl.cc | 2 +-
test/tsan/Darwin/main_tid.mm | 46 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 test/tsan/Darwin/main_tid.mm
--
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 dj/malloc-tcache
in repository glibc.
from ab51781 Style tweaks
new 2e77fe7 More minor style changes.
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:
malloc/malloc.c | 6 +++---
1 file changed, 3 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 b0b549a NewGVN: Fix output of pr31578 testcase now that we mark unrea [...]
new eceaa2a [PPC] cleanup of mayLoad/mayStore flags and memory operands.
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/IR/IntrinsicsPowerPC.td | 32 ++++++++++++++++----------------
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 6 +++++-
lib/Target/PowerPC/PPCInstr64Bit.td | 6 +++---
lib/Target/PowerPC/PPCInstrAltivec.td | 4 ++--
lib/Target/PowerPC/PPCInstrInfo.td | 24 +++++++++++-------------
lib/Target/PowerPC/PPCInstrVSX.td | 14 +++++++-------
test/CodeGen/PowerPC/swaps-le-7.ll | 4 ++--
7 files changed, 46 insertions(+), 44 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 a7d80a3 Fix namespace versioning and remove __detail::__identity helpers
new 1d435a5 runtime: fix context used by getTraceback
new 0f4225c runtime: fix setting of isarchive
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/signal_unix.go | 5 +++++
libgo/runtime/proc.c | 2 +-
3 files changed, 7 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 3322605 [Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a [...]
new 56ba9cc Turn on -Wblock-capture-autoreleasing by default.
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/clang/Basic/DiagnosticSemaKinds.td | 2 +-
test/SemaObjC/arc.m | 2 +-
2 files 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 llvm.
from c548ce3 NewGVN: Make unreachable blocks be marked with unreachable
new b0b549a NewGVN: Fix output of pr31578 testcase now that we mark unrea [...]
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/Transforms/NewGVN/pr31758.ll | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 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 be4948c Replace addEarlyAsPossiblePasses callback with adjustPassManager
new c548ce3 NewGVN: Make unreachable blocks be marked with unreachable
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/NewGVN.cpp | 31 +++++++++-----------
test/Transforms/NewGVN/2008-12-09-SelfRemove.ll | 38 ++++++++++++-------------
test/Transforms/NewGVN/pr31594.ll | 2 +-
3 files changed, 33 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.