This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from a6463937 Switch GCC to use system zlib
new a3a9a77a Remove gcc-multilib and g++-multilib dependencies
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:
configure | 3 ---
configure.ac | 3 ---
2 files changed, 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 master
in repository binutils-gdb.
from 1d509aa625 infrun: step through indirect branch thunks
new b85310e1ec btrace: fix output of "set record btrace"
new 69f90c75b3 record: fix typo in "set record" output
new 4a4495d62d btrace: set/show record btrace cpu
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 | 38 ++++++++
gdb/NEWS | 4 +
gdb/btrace.c | 72 +++++++++++-----
gdb/btrace.h | 6 +-
gdb/doc/ChangeLog | 4 +
gdb/doc/gdb.texinfo | 63 ++++++++++++++
gdb/python/py-record-btrace.c | 9 +-
gdb/record-btrace.c | 182 +++++++++++++++++++++++++++++++++++++--
gdb/record-btrace.h | 4 +
gdb/record.c | 2 +-
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.btrace/cpu.exp | 76 ++++++++++++++++
12 files changed, 429 insertions(+), 35 deletions(-)
create mode 100644 gdb/testsuite/gdb.btrace/cpu.exp
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 0cb84d72 Improve results summary.
new a6463937 Switch GCC to use system zlib
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:
config/gcc.conf | 1 +
configure | 4 +++-
configure.ac | 4 +++-
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 aldyh/threader
in repository gcc.
from eac278f541b Merge branch 'aldyh/threader' of git://gcc.gnu.org/git/gcc [...]
new 1bf60301d3f Fix fallout from merge.
new b964a99da11 More fallout from merge. This patch should go into range-g [...]
new c714a3a7f2c Fallout from merge.
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/gimple-fold.c | 22 +++++++++++++++++++---
gcc/ssa-range-bb.c | 6 ++++--
gcc/testsuite/gcc.dg/gomp/for-24.c | 8 ++++++--
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-14.c | 2 +-
4 files changed, 30 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 llvm.
from 31add1057f7 [X86] Introduce cldemote instruction
new 15535accd9e [AArch64][SVE] Asm: Add support for parsing and printing SV [...]
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/AArch64/AArch64RegisterInfo.td | 29 +++++++++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 8 +++-
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 43 +++++++++++++++++++++-
3 files changed, 78 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 0edfe93d95b PR tree-optimization/82965 PR tree-optimization/83991 * [...]
new eee34f1ccfa IBM Z: Get rid of target specific C++ testcase
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 | 8 ++++++++
.../gcc.target/s390/{pr77822-1.C => pr77822-1.c} | 16 +++++++++-------
gcc/testsuite/gcc.target/s390/pr77822-2.c | 2 ++
gcc/testsuite/gcc.target/s390/s390.exp | 13 ++++++++-----
4 files changed, 27 insertions(+), 12 deletions(-)
rename gcc/testsuite/gcc.target/s390/{pr77822-1.C => pr77822-1.c} (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 2178179991b PR middle-end/81657 * expr.h (enum block_op_methods): Add [...]
new a4d03d34c69 PR lto/71991 * config/i386/i386.c (ix86_can_inline_p): Al [...]
new 0edfe93d95b PR tree-optimization/82965 PR tree-optimization/83991 * [...]
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 | 17 +++++
gcc/cfgloop.h | 2 +-
gcc/cfgloopanal.c | 44 +++++++++---
gcc/cfgloopmanip.c | 118 +++++++++++++++++++-------------
gcc/config/i386/i386.c | 27 +++++++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr71991.c | 10 +++
7 files changed, 161 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71991.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 197066d1 [clangd] Add line and column number to the index symbol.
new 536d5109 [clang-tidy] Fix ParentVirtualCallCheck for old MSVS compilers
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:
clang-tidy/bugprone/ParentVirtualCallCheck.cpp | 3 ++-
1 file changed, 2 insertions(+), 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 binutils-gdb.
from 7a2711e437 Automatic date update in version.in
new 1d509aa625 infrun: step through indirect branch thunks
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 | 22 +++++
gdb/Makefile.in | 5 +-
gdb/amd64-tdep.c | 14 +++
gdb/arch-utils.c | 8 ++
gdb/arch-utils.h | 5 ++
gdb/gdbarch.c | 23 +++++
gdb/gdbarch.h | 6 ++
gdb/gdbarch.sh | 3 +
gdb/i386-tdep.c | 13 +++
gdb/infrun.c | 11 +++
gdb/testsuite/ChangeLog | 7 ++
gdb/testsuite/gdb.base/step-indirect-call-thunk.c | 42 +++++++++
.../gdb.base/step-indirect-call-thunk.exp | 73 +++++++++++++++
.../gdb.reverse/step-indirect-call-thunk.c | 36 ++++++++
.../gdb.reverse/step-indirect-call-thunk.exp | 100 +++++++++++++++++++++
gdb/x86-tdep.c | 76 ++++++++++++++++
gdb/x86-tdep.h | 30 +++++++
17 files changed, 473 insertions(+), 1 deletion(-)
create mode 100644 gdb/testsuite/gdb.base/step-indirect-call-thunk.c
create mode 100644 gdb/testsuite/gdb.base/step-indirect-call-thunk.exp
create mode 100644 gdb/testsuite/gdb.reverse/step-indirect-call-thunk.c
create mode 100644 gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp
create mode 100644 gdb/x86-tdep.c
create mode 100644 gdb/x86-tdep.h
--
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 b60bff0002e Fix gcc.dg/debug/pr41893-1.c with Solaris ld (PR lto/81968)
new 2178179991b PR middle-end/81657 * expr.h (enum block_op_methods): Add [...]
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 | 10 ++++++++++
gcc/builtins.c | 12 ++++++++----
gcc/expr.c | 13 ++++++++++---
gcc/expr.h | 6 +++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/string-opt-1.c | 3 +--
6 files changed, 41 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.