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 2861767 [AArch64] Add ARMv8.3 weaker release consistency load instructions
new c2c4ff8 [AArch64] Add ARMv8.3 FCMLA and FCADD 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:
gas/ChangeLog | 9 +
gas/config/tc-aarch64.c | 3 +
gas/testsuite/gas/aarch64/advsimd-armv8_3.d | 33 +
gas/testsuite/gas/aarch64/advsimd-armv8_3.s | 36 +
.../aarch64/{illegal-ldapr.d => illegal-fcmla.d} | 2 +-
gas/testsuite/gas/aarch64/illegal-fcmla.l | 17 +
gas/testsuite/gas/aarch64/illegal-fcmla.s | 25 +
include/ChangeLog | 6 +
include/opcode/aarch64.h | 5 +
opcodes/ChangeLog | 18 +
opcodes/aarch64-asm-2.c | 1016 ++---
opcodes/aarch64-asm.c | 50 +-
opcodes/aarch64-asm.h | 1 +
opcodes/aarch64-dis-2.c | 4279 ++++++++++----------
opcodes/aarch64-dis.c | 42 +
opcodes/aarch64-dis.h | 1 +
opcodes/aarch64-opc-2.c | 110 +-
opcodes/aarch64-opc.c | 40 +-
opcodes/aarch64-opc.h | 3 +
opcodes/aarch64-tbl.h | 30 +
20 files changed, 3040 insertions(+), 2686 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/advsimd-armv8_3.d
create mode 100644 gas/testsuite/gas/aarch64/advsimd-armv8_3.s
copy gas/testsuite/gas/aarch64/{illegal-ldapr.d => illegal-fcmla.d} (56%)
create mode 100644 gas/testsuite/gas/aarch64/illegal-fcmla.l
create mode 100644 gas/testsuite/gas/aarch64/illegal-fcmla.s
--
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 cd42d70 Automatic date update in version.in
new 6ec49e7 Help diagnose problems with the metag target when mixing stat [...]
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/elf32-metag.c | 11 +++++++++--
2 files changed, 15 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 lld.
from e2a3a50 Update comment.
new ed8db81 [ELF] Convert HashTableSection to input section
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:
ELF/OutputSections.cpp | 44 -------------------------------------------
ELF/OutputSections.h | 16 ----------------
ELF/SyntheticSections.cpp | 48 +++++++++++++++++++++++++++++++++++++++++++++--
ELF/SyntheticSections.h | 16 ++++++++++++++++
ELF/Writer.cpp | 12 ++++++------
5 files changed, 68 insertions(+), 68 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 8882c20 Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the [...]
new 4a5bbe8 bb-reorder: Improve compgotos pass (PR71785)
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 | 7 ++
gcc/bb-reorder.c | 215 ++++++++++++++++++++++++-------------------------------
2 files changed, 101 insertions(+), 121 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 lld.
from f76e27c Omit empty parameter list.
new e2a3a50 Update comment.
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:
ELF/LinkerScript.cpp | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 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 libcxx.
from f66194b [libc++] Fix preprocessor guard for overload declaration
new 8c57032 Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
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/__config | 12 +---
include/__mutex_base | 4 +-
include/atomic | 12 ++--
include/chrono | 2 +-
include/functional | 55 ---------------
include/memory | 184 +--------------------------------------------------
6 files changed, 12 insertions(+), 257 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 lld.
from ac4dff2 Split ScriptParser::readVersionDeclaration.
new 07f9a65 [ELF] Convert GnuHashTableSection to input section
new cd7af22 Use consume() instead of peek() and skip().
new f76e27c Omit empty parameter list.
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:
ELF/LinkerScript.cpp | 23 ++++---
ELF/LinkerScript.h | 2 +-
ELF/OutputSections.cpp | 152 -------------------------------------------
ELF/OutputSections.h | 50 --------------
ELF/SyntheticSections.cpp | 161 ++++++++++++++++++++++++++++++++++++++++++++--
ELF/SyntheticSections.h | 48 +++++++++++++-
ELF/Writer.cpp | 20 +++---
7 files changed, 226 insertions(+), 230 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 4e075a9 Remove an out param from ValueObject::GetValueForExpressionPath.
new b44c984 Revert "Remove an out param from ValueObject::GetValueForExpr [...]
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/lldb/Core/ValueObject.h | 5 +--
source/Core/FormatEntity.cpp | 42 ++++++++++++----------
source/Core/ValueObject.cpp | 54 +++++++++++++++++++++++++---
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 22 ++++++------
source/Symbol/Variable.cpp | 10 +++++-
5 files changed, 96 insertions(+), 37 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 dcd77fc [AVX-512] Replace masked 16-bit element variable shift builti [...]
new da653eb Add doxygen comments for lzcntintrin.h's intrinsics.
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/Headers/lzcntintrin.h | 50 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.