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 bbf2f4dfae Fix TAB-completion + .gdb_index slowness (generalize filenam [...]
new 78b13106ed Rename make_symbol_completion_list_fn -> symbol_completer
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 | 11 +++++++++++
gdb/cli/cli-decode.c | 2 +-
gdb/completer.c | 9 +++++++++
gdb/completer.h | 3 +++
gdb/guile/scm-cmd.c | 2 +-
gdb/python/py-cmd.c | 2 +-
gdb/symtab.c | 10 ----------
gdb/symtab.h | 3 ---
8 files changed, 26 insertions(+), 16 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 330cdd9891 C++ify dwarf2_per_objfile
new bbf2f4dfae Fix TAB-completion + .gdb_index slowness (generalize filenam [...]
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 | 18 ++++++++
gdb/Makefile.in | 1 +
gdb/dwarf2read.c | 105 ++++++++++++++++++++++++++--------------------
gdb/filename-seen-cache.c | 66 +++++++++++++++++++++++++++++
gdb/filename-seen-cache.h | 63 ++++++++++++++++++++++++++++
gdb/symtab.c | 100 ++++++-------------------------------------
6 files changed, 221 insertions(+), 132 deletions(-)
create mode 100644 gdb/filename-seen-cache.c
create mode 100644 gdb/filename-seen-cache.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 63d693d7bb9 PR tree-optimization/81428 * match.pd (X / X -> one): Don [...]
new 4c7b6202c7c [PATCH] [ARC] Add support for naked functions.
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 | 33 +++++++
gcc/config/arc/arc-protos.h | 7 +-
gcc/config/arc/arc.c | 160 ++++++++++++++++++++++++---------
gcc/config/arc/arc.h | 40 ++++++---
gcc/config/arc/arc.md | 10 ++-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/arc/naked-1.c | 18 ++++
gcc/testsuite/gcc.target/arc/naked-2.c | 26 ++++++
8 files changed, 234 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/naked-1.c
create mode 100644 gcc/testsuite/gcc.target/arc/naked-2.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 1706e6e5163 [X86][AVX512] Add constant splat vector rotate tests for D35463
new 94e516eee5b [X86][AVX] Fix typo in vector rotate tests
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/CodeGen/X86/vector-rotate-256.ll | 26 ++++++++++----------------
test/CodeGen/X86/vector-rotate-512.ll | 2 +-
2 files changed, 11 insertions(+), 17 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 2a925816fc Correct previous fix for an absence of input files on the ar [...]
new 330cdd9891 C++ify dwarf2_per_objfile
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 | 20 ++++
gdb/dwarf2read.c | 297 ++++++++++++++++++++++++++++++-------------------------
2 files changed, 184 insertions(+), 133 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 e7f1908e1f7 Remove stuff dead since r239246. * config/avr/avr-arch.h [...]
new 63d693d7bb9 PR tree-optimization/81428 * match.pd (X / X -> one): Don [...]
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 | 6 ++++++
gcc/match.pd | 5 +++--
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/fixed-point/pr81428.c | 9 +++++++++
4 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/fixed-point/pr81428.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 lld.
from c0c904f2d [ELF] - Implement filter library support (-F / --filter)
new 900eccd74 [ELF] - Stop listing version-script= form as ignored option.
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:
ELF/Options.td | 4 +---
1 file changed, 1 insertion(+), 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 e59a54312e5 [X86][AVX512] Regenerate shift tests
new 1706e6e5163 [X86][AVX512] Add constant splat vector rotate tests for D35463
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/CodeGen/X86/avx512-rotate.ll | 252 ++++++++++++++++++++++++++++++++++++++
1 file changed, 252 insertions(+)
create mode 100644 test/CodeGen/X86/avx512-rotate.ll
--
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 42916d8d856 Remove unnecessary cast. NFCI.
new e59a54312e5 [X86][AVX512] Regenerate shift tests
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/CodeGen/X86/avx512-shift.ll | 148 +++++++++++++++++++++++++--------------
1 file changed, 95 insertions(+), 53 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 f27dadca0a Update assembler documentation on some AVR cores.
new 2a925816fc Correct previous fix for an absence of input files on the ar [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/ar.c | 9 ++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.