This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b9078d9fcb9 Clean-up IPA profile dump output.
new eac8f1c4381 PR c++/83958 * decl.c (cp_finish_decomp): Diagnose if ref [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/decomp35.C | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 52 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp35.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 93d01ce52a5 [CGP] Fix the GV handling in complex addressing mode
new f864e512def llvm-objdump: prevent out of bounds accesses during unwind [...]
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:
tools/llvm-objdump/MachODump.cpp | 137 +++++++++++++++++++++++----------------
1 file changed, 80 insertions(+), 57 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 lldb.
from 9ef5f65f0 Prevent unaligned memory read in parseMinidumpString
new 68551c734 Fix memory leaks in GoParser
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:
source/Plugins/ExpressionParser/Go/GoParser.cpp | 6 +++++-
1 file changed, 5 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 clang.
from 1a4e31cfb0 [Tooling] Added a VFS parameter to ClangTool
new 5d58211930 Fix Driver/solaris-ld.c test 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:
test/Driver/solaris-ld.c | 5 +++++
1 file changed, 5 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 d820e164e4 Automatic date update in version.in
new 0eb97953ad s390: Remove duplicate checks for cached gdbarch at init
new 21f6f5ffc6 s390: Allocate gdbarch & tdep at start of gdbarch_init
new ab9bcc6797 s390: gdbarch_tdep.have_* int -> bool
new 095085d847 s390: gdbarch_tdep add field tdesc
new 47c9317e71 s390: Move tdesc validation to separate function
new 650f5e1370 s390: if -> gdb_assert for tdesc_has_registers check
new 7042632bf7 s390: Hook s390 into OSABI mechanism
new 9c0b896ee1 s390: gdbarch_tdep add hook for syscall record
new d6e5894564 s390: Split up s390-linux-tdep.c into two files
new ef8914a4d7 s390: Move record-replay to s390-tdep.c
new 14c41f479f s390: Clean up s390-linux-tdep.c
The 11 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 | 118 +
gdb/Makefile.in | 3 +
gdb/configure.tgt | 4 +-
gdb/s390-linux-nat.c | 1 +
gdb/s390-linux-tdep.c | 8481 +++-----------------------------
gdb/s390-linux-tdep.h | 176 +-
gdb/s390-tdep.c | 7123 +++++++++++++++++++++++++++
gdb/{s390-linux-tdep.h => s390-tdep.h} | 179 +-
8 files changed, 8108 insertions(+), 7977 deletions(-)
create mode 100644 gdb/s390-tdep.c
copy gdb/{s390-linux-tdep.h => s390-tdep.h} (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 clang.
from a3dc6903e2 [Solaris] Make RHEL devtoolsets handling Linux-specific
new 1a4e31cfb0 [Tooling] Added a VFS parameter to ClangTool
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/Tooling/Tooling.h | 6 +++++-
lib/Tooling/Tooling.cpp | 5 +++--
unittests/Tooling/ToolingTest.cpp | 18 ++++++++++++++++++
3 files changed, 26 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 clang-tools-extra.
from 27362593 [clang-tidy] Don't generate fixes for invalid new expr locati [...]
new 5ab42893 [clang-tidy] Add -vfsoverlay flag
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/ClangTidy.cpp | 17 ++++++----
clang-tidy/ClangTidy.h | 4 ++-
clang-tidy/tool/ClangTidyMain.cpp | 41 +++++++++++++++++++++--
test/clang-tidy/Inputs/vfsoverlay/actual_header.h | 1 +
test/clang-tidy/Inputs/vfsoverlay/vfsoverlay.yaml | 12 +++++++
test/clang-tidy/vfsoverlay.cpp | 8 +++++
6 files changed, 74 insertions(+), 9 deletions(-)
create mode 100644 test/clang-tidy/Inputs/vfsoverlay/actual_header.h
create mode 100644 test/clang-tidy/Inputs/vfsoverlay/vfsoverlay.yaml
create mode 100644 test/clang-tidy/vfsoverlay.cpp
--
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 c9d7561961c -Warray-bounds: Fix false positive in some "switch" stmts ( [...]
new ca488d04769 [C++ PATCH] Deprecate ARM-era for scopes
new a84529ad481 Fix profile_quality sanity check.
new b9078d9fcb9 Clean-up IPA profile dump output.
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/ChangeLog | 19 +++++++++++++
gcc/cp/ChangeLog | 12 ++++++++
gcc/cp/decl.c | 4 ++-
gcc/cp/name-lookup.c | 47 ++++++++++++++++----------------
gcc/cp/semantics.c | 8 +++---
gcc/doc/invoke.texi | 5 ++--
gcc/profile-count.h | 22 +++++++--------
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/g++.dg/cpp0x/range-for10.C | 2 +-
gcc/testsuite/g++.dg/ext/forscope1.C | 2 +-
gcc/testsuite/g++.dg/ext/forscope2.C | 2 +-
gcc/testsuite/g++.dg/template/for1.C | 2 +-
gcc/tree-profile.c | 4 +++
gcc/value-prof.c | 2 +-
14 files changed, 91 insertions(+), 47 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 users/hjl/x86
in repository binutils-gdb.
from 74672c1048 Update gotpcrel2.dd
new 932617230e Fix a typo
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/elf64-x86-64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.