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 05c966f3c9 [opcodes][arm] Remove bogus entry added by accident in former patch
new d5722aa2fe Introduce gdb::byte_vector, add allocator that default-initializes
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 | 28 ++++++++++++
gdb/ada-lang.c | 16 +++----
gdb/charset.c | 2 +-
gdb/charset.h | 4 +-
gdb/cli/cli-dump.c | 16 +++----
gdb/common/byte-vector.h | 62 ++++++++++++++++++++++++++
gdb/common/{preprocessor.h => def-vector.h} | 25 ++++++-----
gdb/common/default-init-alloc.h | 67 +++++++++++++++++++++++++++++
gdb/dwarf2loc.c | 7 +--
gdb/dwarf2read.c | 3 +-
gdb/gdb_regex.c | 7 +--
gdb/mi/mi-main.c | 5 ++-
gdb/printcmd.c | 3 +-
gdb/valprint.c | 5 ++-
14 files changed, 209 insertions(+), 41 deletions(-)
create mode 100644 gdb/common/byte-vector.h
copy gdb/common/{preprocessor.h => def-vector.h} (57%)
create mode 100644 gdb/common/default-init-alloc.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 lldb.
from 62150abd0 Mark TestCallThatRestarts as flaky on android
new 54853299a [LLDB][MIPS] Fix TestRegisterVariables.py.
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:
packages/Python/lldbsuite/test/lang/c/register_variables/test.c | 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 clang.
from 87067b91e3 Fix for Itanium mangler issue with templates
new 1504a42e9d Function with unparsed body is a definition
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/AST/Decl.h | 2 +-
lib/Sema/SemaCUDA.cpp | 6 ------
lib/Sema/SemaDecl.cpp | 1 +
lib/Sema/SemaDeclCXX.cpp | 3 +++
lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 ++++++-
test/SemaCXX/friend2.cpp | 12 ++++++++++++
6 files changed, 23 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 binutils-gdb.
from 04f963fd48 Fix seg-faults in objdump when disassembling a corrupt versa [...]
new 05c966f3c9 [opcodes][arm] Remove bogus entry added by accident in former patch
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:
opcodes/ChangeLog | 4 ++++
opcodes/arm-dis.c | 2 --
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 6df60e1 abe-bisect.sh: pull latest version of gcc master before bisecting.
new 67b567b Remove unused nodename2hostname.sh.
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:
jenkins-helpers.sh | 2 ++
nodename2hostname.sh | 48 ------------------------------------------------
2 files changed, 2 insertions(+), 48 deletions(-)
delete mode 100755 nodename2hostname.sh
--
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 f69ec2c9 [clangd] A comment for ClangdServer's constructor. NFC.
new 90704ecd [clangd] Add a filename parameter to FileSystemProvider.
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:
clangd/ClangdServer.cpp | 6 +++---
clangd/ClangdServer.h | 9 +++++++--
unittests/clangd/ClangdTests.cpp | 16 ++++++++++++++--
3 files changed, 24 insertions(+), 7 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 49b5e3a424 [coroutines] Fix co_await for range statement
new 87067b91e3 Fix for Itanium mangler issue with templates
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/AST/ItaniumMangle.cpp | 2 ++
1 file changed, 2 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 binutils-gdb.
from 319c2dbe24 Accept more epiphany targets
new 04f963fd48 Fix seg-faults in objdump when disassembling a corrupt versa [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/versados.c | 12 ++++++++----
2 files changed, 14 insertions(+), 4 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 65000f6d169 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
new 7e57fa6a9c4 2017-06-14 Paolo Carlini <paolo.carlini(a)oracle.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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/constexpr-58541.C | 6 ++++++
2 files changed, 11 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-58541.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.