This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 24d59b9591 Automatic date update in version.in
new fb5dab14a6 Automatic date update in version.in
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/version.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 8b25e697883 Improve fstack_protector effective target
new 905e9975935 PR tree-optimization/83075 * gcc.dg/tree-ssa/strncpy-2.c: [...]
new 3d6e1b3815f PR target/81906 * config/i386/i386.c (ix86_expand_rint): [...]
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 | 7 ++++++
gcc/config/i386/i386.c | 25 ++++++++++++++-----
gcc/testsuite/ChangeLog | 12 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/strncat.c | 40 +++++++++++++++++++++----------
gcc/testsuite/gcc.dg/tree-ssa/strncpy-2.c | 40 +++++++++++++++++++++----------
gcc/testsuite/gcc.target/i386/pr81906.c | 37 ++++++++++++++++++++++++++++
6 files changed, 131 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81906.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 15f65b21ade [dump] Make LLVM_ENABLE_DUMP independent, and move to llvm- [...]
new bbb0cb1b018 [ORC] Mark SymbolStringPool methods as inline to avoid link [...]
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/llvm/ExecutionEngine/Orc/SymbolStringPool.h | 11 +++++++----
unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp | 7 ++++++-
2 files changed, 13 insertions(+), 5 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 883fd55ab1 Record nested types
new fa6eb693cf Validate explicit locations with early termination
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 | 6 ++++++
gdb/location.c | 2 +-
gdb/testsuite/ChangeLog | 8 ++++++++
gdb/testsuite/gdb.linespec/ls-errs.exp | 3 ++-
4 files changed, 17 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 clang.
from d37b81094e Fix more line endings changed in r320089. NFC.
new 614c7ace15 Correct line endings that got mixed up in r320088; 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:
test/Preprocessor/has_c_attribute.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 f59c1c0166 Remove line-endings added by r320089. NFC.
new 47b9550344 Correct line endings that got mixed up in r320089; NFC.
new d37b81094e Fix more line endings changed in r320089. NFC.
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:
include/clang/Frontend/LangStandard.h | 228 +-
include/clang/Frontend/LangStandards.def | 340 +--
lib/Frontend/CompilerInvocation.cpp | 404 ++--
lib/Frontend/InitPreprocessor.cpp | 420 ++--
lib/Lex/PPMacroExpansion.cpp | 3836 +++++++++++++++---------------
test/Driver/unknown-std.c | 44 +-
6 files changed, 2636 insertions(+), 2636 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 ec72db3ef4 Fix wrong prefix in py-breakpoint.exp
new 883fd55ab1 Record nested types
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 | 36 ++
gdb/NEWS | 4 +
gdb/c-typeprint.c | 22 +-
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 13 +
gdb/dwarf2read.c | 98 ++++--
gdb/gdbtypes.h | 26 +-
gdb/testsuite/ChangeLog | 14 +
gdb/testsuite/gdb.cp/nested-types.cc | 628 ++++++++++++++++++++++++++++++++++
gdb/testsuite/gdb.cp/nested-types.exp | 322 +++++++++++++++++
gdb/testsuite/lib/cp-support.exp | 364 +++++++++++++++++---
gdb/testsuite/lib/data-structures.exp | 164 +++++++++
gdb/typeprint.c | 71 +++-
gdb/typeprint.h | 3 +
14 files changed, 1684 insertions(+), 86 deletions(-)
create mode 100644 gdb/testsuite/gdb.cp/nested-types.cc
create mode 100644 gdb/testsuite/gdb.cp/nested-types.exp
create mode 100644 gdb/testsuite/lib/data-structures.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.
unknown user pushed a change to branch master
in repository llvm.
from c94e896e673 [ModRefInfo] Make enum ModRefInfo an enum class [NFC].
new c32978de039 [DebugInfo] Fix register variables not showing up in pdb.
new 8f299aeb363 [PowerPC][asan] Update asan to handle changed memory layout [...]
new 15f65b21ade [dump] Make LLVM_ENABLE_DUMP independent, and move to llvm- [...]
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:
CMakeLists.txt | 6 +-----
include/llvm/Config/config.h.cmake | 3 ---
include/llvm/Config/llvm-config.h.cmake | 3 +++
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 3 +++
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 2 +-
.../AddressSanitizer/stack-poisoning-and-lifetime-be.ll | 2 +-
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 15 ++++++++++++---
7 files changed, 21 insertions(+), 13 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 compiler-rt.
from 8316f8d58 Test case update for D40873
new 716162146 [PowerPC][asan] Update asan to handle changed memory layouts [...]
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/asan/asan_mapping.h | 2 +-
test/asan/TestCases/debug_ppc64_mapping.cc | 19 +++++++++++++------
2 files changed, 14 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 a5b4d42444 [Analysis] Fix some Clang-tidy modernize and Include What Yo [...]
new f59c1c0166 Remove line-endings added by r320089. 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:
include/clang/Basic/LangOptions.def | 370 ++++++++++++++++++------------------
1 file changed, 185 insertions(+), 185 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.