This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from e40b294 Automatic date update in version.in
new e027976 Fix a few gdb.base/jit-simple.exp problems
new f8da6fe Fix PR11094: JIT breakpoint is not properly recreated on reruns
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:
gdb/ChangeLog | 5 +
gdb/jit.c | 6 +-
gdb/testsuite/ChangeLog | 24 ++++
.../reconnect.c => gdb.base/jit-simple-dl.c} | 4 +-
.../{jit-attach-pie.c => jit-simple-jit.c} | 31 ++--
gdb/testsuite/gdb.base/jit-simple.c | 43 +++---
gdb/testsuite/gdb.base/jit-simple.exp | 157 ++++++++++++++++-----
7 files changed, 185 insertions(+), 85 deletions(-)
copy gdb/testsuite/{gdb.btrace/reconnect.c => gdb.base/jit-simple-dl.c} (90%)
copy gdb/testsuite/gdb.base/{jit-attach-pie.c => jit-simple-jit.c} (78%)
--
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 3d3424e Refine .cfi_sections check to only consider compact eh_frame
new 6bd7996 Remove redundant assignment in gprof.
new 5a122fb Fix a few gdb.base/jit-simple.exp problems
new 4a55653 Fix PR11094: JIT breakpoint is not properly recreated on reruns
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:
gdb/ChangeLog | 5 +
gdb/jit.c | 6 +-
gdb/testsuite/ChangeLog | 24 ++++
.../jit-simple-dl.c} | 4 +-
.../{jit-attach-pie.c => jit-simple-jit.c} | 31 ++--
gdb/testsuite/gdb.base/jit-simple.c | 43 +++---
gdb/testsuite/gdb.base/jit-simple.exp | 157 ++++++++++++++++-----
gprof/ChangeLog | 6 +
gprof/source.c | 1 -
9 files changed, 192 insertions(+), 85 deletions(-)
copy gdb/testsuite/{gdb.multi/remove-inferiors.c => gdb.base/jit-simple-dl.c} (90%)
copy gdb/testsuite/gdb.base/{jit-attach-pie.c => jit-simple-jit.c} (78%)
--
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 ee8da4b Make "end" field in feature specs required again.
new 3d3424e Refine .cfi_sections check to only consider compact eh_frame
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 | 10 ++++++++++
gas/dw2gencfi.c | 5 ++++-
.../gas/cfi/{cfi-common-3.d => cfi-common-9.d} | 17 +++++++++++------
gas/testsuite/gas/cfi/cfi-common-9.s | 4 ++++
gas/testsuite/gas/cfi/cfi.exp | 1 +
5 files changed, 30 insertions(+), 7 deletions(-)
copy gas/testsuite/gas/cfi/{cfi-common-3.d => cfi-common-9.d} (62%)
create mode 100644 gas/testsuite/gas/cfi/cfi-common-9.s
--
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 a172b8d [llvm-opt-report] Print line numbers starting from 1
new 44f7288 Revert "[ARM] Use __rt_div functions for divrem on Windows"
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/ARM/ARMISelLowering.cpp | 66 ++++++++++++--------------------------
test/CodeGen/ARM/Windows/dbzchk.ll | 2 +-
test/CodeGen/ARM/divmod-eabi.ll | 56 +++++++++++++++++++-------------
3 files changed, 56 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 1d6b5d3 Fix strict-aliasing violation in typeinfo::hash_code()
new e3a71a2 [libcxx] Recover no-exceptions XFAILs - I
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/std/re/re.alg/re.alg.search/grep.pass.cpp | 3 ++-
test/std/re/re.regex/re.regex.assign/assign.pass.cpp | 3 ++-
test/std/re/re.regex/re.regex.construct/bad_escape.pass.cpp | 2 +-
test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp | 2 +-
test/std/thread/futures/futures.async/async.pass.cpp | 5 +++--
test/std/thread/futures/futures.promise/dtor.pass.cpp | 9 ++++++++-
test/std/thread/futures/futures.promise/get_future.pass.cpp | 5 ++++-
test/std/thread/futures/futures.promise/move_ctor.pass.cpp | 8 +++++++-
.../std/thread/futures/futures.promise/set_exception.pass.cpp | 2 +-
.../futures.promise/set_exception_at_thread_exit.pass.cpp | 2 +-
test/std/thread/futures/futures.promise/set_lvalue.pass.cpp | 5 ++++-
.../thread/futures/futures.promise/set_value_const.pass.cpp | 11 +++++++++--
.../thread/futures/futures.promise/set_value_void.pass.cpp | 2 +-
test/std/thread/futures/futures.shared_future/get.pass.cpp | 9 ++++++++-
.../futures/futures.task/futures.task.members/dtor.pass.cpp | 5 ++++-
.../futures.task/futures.task.members/get_future.pass.cpp | 5 ++++-
.../futures.task.members/make_ready_at_thread_exit.pass.cpp | 11 +++++++++--
.../futures.task/futures.task.members/operator.pass.cpp | 11 +++++++++--
.../futures/futures.task/futures.task.members/reset.pass.cpp | 7 ++++---
test/std/thread/futures/futures.unique_future/get.pass.cpp | 9 ++++++++-
.../thread.thread.class/thread.thread.constr/F.pass.cpp | 7 +++++--
21 files changed, 95 insertions(+), 28 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 d4d21fd Test commit access (NFC)
new a172b8d [llvm-opt-report] Print line numbers starting from 1
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/tools/llvm-opt-report/basic.test | 164 ++++++++++++++++-----------------
test/tools/llvm-opt-report/func-2.test | 68 +++++++-------
test/tools/llvm-opt-report/func-x.test | 68 +++++++-------
test/tools/llvm-opt-report/func.test | 68 +++++++-------
tools/llvm-opt-report/OptReport.cpp | 2 +-
5 files changed, 185 insertions(+), 185 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 3ac6b81 Automatic date update in version.in
new ee8da4b Make "end" field in feature specs required again.
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 | 27 ++++++++++++++++++++++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 11 ++++-----
gdb/features/aarch64-core.xml | 24 ++++++++++----------
gdb/features/aarch64.c | 4 ++--
gdb/features/arc-arcompact.c | 22 +++++++++---------
gdb/features/arc-v2.c | 30 ++++++++++++-------------
gdb/features/i386/32bit-core.xml | 34 ++++++++++++++--------------
gdb/features/i386/32bit-mpx.xml | 6 +++--
gdb/features/i386/32bit-sse.xml | 28 +++++++++++------------
gdb/features/i386/64bit-core.xml | 34 ++++++++++++++--------------
gdb/features/i386/64bit-mpx.xml | 5 +++--
gdb/features/i386/64bit-sse.xml | 28 +++++++++++------------
gdb/features/i386/i386-avx-mpx-linux.c | 2 +-
gdb/features/i386/i386-avx-mpx.c | 2 +-
gdb/features/i386/i386-avx512-linux.c | 2 +-
gdb/features/i386/i386-avx512.c | 2 +-
gdb/features/i386/i386-mpx-linux.c | 2 +-
gdb/features/i386/i386-mpx.c | 2 +-
gdb/features/i386/x32-core.xml | 34 ++++++++++++++--------------
gdb/testsuite/ChangeLog | 6 +++++
gdb/testsuite/gdb.xml/extra-regs.xml | 24 +++++++++-----------
gdb/testsuite/gdb.xml/tdesc-regs.exp | 4 ++--
gdb/xml-tdesc.c | 41 ++++++++++++++++------------------
24 files changed, 206 insertions(+), 173 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 25ec259 AMDGPU: Partially fix reported code size for some instructions
new d4d21fd Test commit access (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/Analysis/MemoryDependenceAnalysis.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 44c2706 [ESan][MIPS] Adds support for MIPS64
new 76d9f4a [ESan] [MIPS] Fix workingset-signal-posix.cpp on MIPS
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/sanitizer_common/sanitizer_platform_limits_posix.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 cb1f8eb 2016-10-06 Richard Biener <rguenther(a)suse.de>
new a22dd5e PR target/77759 * config/sparc/sparc.c (classify_data_t): R [...]
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 | 8 ++++++++
gcc/config/sparc/sparc.c | 33 ++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/other/pr77759.C | 21 +++++++++++++++++++++
4 files changed, 50 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/pr77759.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.