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 97cbe998d0 Add support for the readnever concept
new 059256c746 Fix incremental linking failure with GCC 7+.
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:
gold/ChangeLog | 11 +++++++++++
gold/testsuite/Makefile.am | 4 ++--
gold/testsuite/Makefile.in | 4 ++--
gold/testsuite/two_file_test_1.cc | 3 +++
gold/testsuite/two_file_test_1_v1.cc | 3 +++
5 files changed, 21 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 binutils-2_29-branch
in repository binutils-gdb.
from a003939d71 Automatic date update in version.in
new e0fa9b5965 Fix incremental linking failure with GCC 7+.
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:
gold/ChangeLog | 11 +++++++++++
gold/testsuite/Makefile.am | 4 ++--
gold/testsuite/Makefile.in | 4 ++--
gold/testsuite/two_file_test_1.cc | 3 +++
gold/testsuite/two_file_test_1_v1.cc | 3 +++
5 files changed, 21 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 llvm.
from deae672db68 [DAG][AArch64] Disable post-legalization store
new 4ab42623aa9 [ARC] Add instruction subset for the ARC backend.
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/ARC/ARCInstrFormats.td | 431 ++++++++++++++++++--
lib/Target/ARC/ARCInstrInfo.td | 502 ++++++++++++++++++++----
lib/Target/ARC/Disassembler/ARCDisassembler.cpp | 210 ++++++----
lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp | 6 +
test/MC/Disassembler/ARC/alu.txt | 7 +
test/MC/Disassembler/ARC/compact.txt | 379 ++++++++++++++++++
test/MC/Disassembler/ARC/misc.txt | 8 +
7 files changed, 1384 insertions(+), 159 deletions(-)
create mode 100644 test/MC/Disassembler/ARC/compact.txt
--
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 3f4f0d60 [clangd] Fix FuzzyMatch tests on windows, NFC
new 68be7653 [clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVC
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/FuzzyMatch.h | 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 llvm.
from 527f9bdad5e [WebAssembly] Revert r319488 "Add visibility flag to Wasm s [...]
new deae672db68 [DAG][AArch64] Disable post-legalization store
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/AArch64ISelLowering.h | 3 +++
test/CodeGen/AArch64/arm64-complex-ret.ll | 3 +--
test/CodeGen/AArch64/arm64-narrow-st-merge.ll | 4 ++--
test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 16 ++++++++++------
test/CodeGen/AArch64/tailcall-explicit-sret.ll | 14 +++++++-------
test/CodeGen/AArch64/tailcall-implicit-sret.ll | 12 ++++++------
6 files changed, 29 insertions(+), 23 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 8b7e7a1d [clangd] Try to appease gcc constexpr bug (58541)
new 3f4f0d60 [clangd] Fix FuzzyMatch tests on windows, 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:
clangd/FuzzyMatch.cpp | 4 ++--
clangd/FuzzyMatch.h | 6 +++---
2 files changed, 5 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 clang.
from 37dd25ad0c Move comment back to being next to the code it's a comment for.
new e9089c9a34 PR35456: Track definedness of variable template specializati [...]
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/DeclTemplate.h | 9 +++++++++
lib/AST/Decl.cpp | 9 ++++++---
lib/AST/DeclTemplate.cpp | 4 ++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 9 +++++++++
lib/Serialization/ASTReaderDecl.cpp | 1 +
lib/Serialization/ASTWriterDecl.cpp | 1 +
test/CodeGenCXX/cxx1y-variable-template.cpp | 6 ++++++
test/CodeGenCXX/dllexport.cpp | 8 +-------
8 files changed, 35 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 binutils-gdb.
from 754fa8997d Automatic date update in version.in
new 97cbe998d0 Add support for the readnever concept
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 | 31 ++++++++
gdb/NEWS | 6 ++
gdb/coffread.c | 3 +-
gdb/doc/ChangeLog | 8 +++
gdb/doc/gdb.texinfo | 21 +++++-
gdb/dwarf2read.c | 3 +
gdb/elfread.c | 3 +-
gdb/main.c | 37 +++++++++-
gdb/objfile-flags.h | 4 ++
gdb/symfile.c | 40 +++++++++--
gdb/testsuite/ChangeLog | 6 ++
.../{gdb.dlang/circular.c => gdb.base/readnever.c} | 24 ++++---
gdb/testsuite/gdb.base/readnever.exp | 83 ++++++++++++++++++++++
gdb/top.h | 1 +
gdb/xcoffread.c | 48 +++++++------
15 files changed, 275 insertions(+), 43 deletions(-)
copy gdb/testsuite/{gdb.dlang/circular.c => gdb.base/readnever.c} (73%)
create mode 100644 gdb/testsuite/gdb.base/readnever.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 clang-tools-extra.
from 54d64b51 [clangd] Define constants in the right namespace. NFC
new 8b7e7a1d [clangd] Try to appease gcc constexpr bug (58541)
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/FuzzyMatch.cpp | 4 ++--
1 file changed, 2 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 252142f7872 rs6000: Improve fusion assembler output
new 05acb9cfdb3 doc update for -dp
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 | 4 ++++
gcc/doc/invoke.texi | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.