This is an automated email from the git hooks/post-receive script.
Thomas Preudhomme pushed a change to branch linaro-local/thomas.preudhomme/tcwg-1428-rebase
in repository toolchain/llvm/llvm.
at d731a63e1ae TOCLEAN: adds variable expression
This branch includes the following new commits:
new 7e980c295bd Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR
new 215a0ebb31d Fix crash on inline asm with 64bit matching input in 32bit GPR
new 96ef41ce8c2 Support inline asm with multiple 64bit output in 32bit GPR
new d731a63e1ae TOCLEAN: adds variable expression
The 4 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.
--
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 d1a03350b87 Recommit: [AArch64] Armv8.4-A: Flag manipulation instructions
new 55b2eb047f3 [dsymutil] Emit label at the begin of a CU
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/dsymutil/CompileUnit.h | 4 ++++
tools/dsymutil/DwarfStreamer.cpp | 5 +++++
2 files changed, 9 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 2e48456f02 Fix the relocs created to adjust notes created by the assembler.
new d20e98ab59 Stop readelf from reporting gaps in the gnu build notes if t [...]
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/readelf.c | 24 ++++++++++++++++++++++--
2 files changed, 28 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 a01fc43be90 Require sse for testcase on i686.
new 8cffd3e3df4 P0935R0 Eradicating unnecessarily explicit default constructors
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:
libstdc++-v3/ChangeLog | 13 +++++
libstdc++-v3/config/abi/pre/gnu.ver | 26 +++++++--
libstdc++-v3/include/std/sstream | 66 +++++++++++++++++++---
.../basic_istringstream/cons/default.cc} | 30 +++++-----
.../basic_ostringstream/cons/default.cc} | 30 +++++-----
.../basic_stringbuf/cons/char/default.cc} | 30 +++++-----
.../basic_stringbuf/cons/wchar_t/default.cc} | 30 +++++-----
.../basic_stringstream/cons/default.cc} | 30 +++++-----
8 files changed, 179 insertions(+), 76 deletions(-)
copy libstdc++-v3/testsuite/{28_regex/algorithms/regex_replace/char/pr83601.cc => [...]
copy libstdc++-v3/testsuite/{28_regex/algorithms/regex_replace/char/pr83601.cc => [...]
copy libstdc++-v3/testsuite/{28_regex/algorithms/regex_replace/char/pr83601.cc => [...]
copy libstdc++-v3/testsuite/{28_regex/algorithms/regex_replace/char/pr83601.cc => [...]
copy libstdc++-v3/testsuite/{28_regex/algorithms/regex_replace/char/pr83601.cc => [...]
--
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 4ebe5514a93 Added missing semicolon
new d1a03350b87 Recommit: [AArch64] Armv8.4-A: Flag manipulation instructions
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/AArch64InstrFormats.td | 34 ++++++++++++++++++
lib/Target/AArch64/AArch64InstrInfo.td | 11 ++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 16 +++++++++
test/MC/AArch64/armv8.4a-flag-error.s | 27 ++++++++++++++
test/MC/AArch64/armv8.4a-flag.s | 44 +++++++++++++++++++++++
test/MC/Disassembler/AArch64/armv8.4a-flag.txt | 11 ++++++
6 files changed, 143 insertions(+)
create mode 100644 test/MC/AArch64/armv8.4a-flag-error.s
create mode 100644 test/MC/AArch64/armv8.4a-flag.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.4a-flag.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 9ae32389 [clangd] Implementation of textDocument/documentSymbol
new e841f670 [clangd] Make SymbolOrigin an enum class, rather than a plain enum.
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/CodeComplete.cpp | 17 ++++++++---------
clangd/index/Index.cpp | 2 +-
clangd/index/Index.h | 15 +++++++++++++--
clangd/index/Merge.cpp | 3 +--
unittests/clangd/CodeCompleteTests.cpp | 3 +--
5 files changed, 24 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 dejagnu.
from fb6ef60 Roll over to next development version number.
new b4e61f8 * lib/remote.exp (close_wait_program): Use separate kill 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:
ChangeLog | 5 +++++
lib/remote.exp | 25 +++++++++++++++++--------
2 files changed, 22 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 clang.
from 809e94c9b5 [SemaCodeComplete] Expose a method to create CodeCompletionS [...]
new 86c9915130 [Driver,AArch64] Add support for -mcpu=native.
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/Driver/ToolChains/Arch/AArch64.cpp | 3 +++
test/Driver/aarch64-cpus.c | 5 +++++
2 files changed, 8 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 269965964e Update config.sub
new 2e48456f02 Fix the relocs created to adjust notes created by the assembler.
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:
gas/ChangeLog | 5 +++++
gas/write.c | 6 +++---
2 files changed, 8 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 binutils-2_31-branch
in repository binutils-gdb.
from 0b2e4394bc Update config.sub
new c80d3fddcf Fix bug generating relocations for notes created by the assembler.
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:
gas/ChangeLog | 5 +++++
gas/write.c | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.