This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7805791efa2 [ValueTracking] Honour recursion limit.
new 549ae9e101d [X86][Asm]Allow far jmp/call to be picked when using explic [...]
new b158680ad13 [ARM] Emit error when ARM exec mode is not available.
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:
lib/Target/ARM/ARMSubtarget.cpp | 2 --
lib/Target/ARM/ARMTargetMachine.cpp | 5 +++++
lib/Target/X86/X86InstrControl.td | 4 ++--
test/CodeGen/ARM/no-arm-mode.ll | 21 +++++++++++++++++++++
test/MC/X86/intel-syntax.s | 9 +++++++++
test/MC/X86/x86-64.s | 13 ++++++++-----
6 files changed, 45 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/ARM/no-arm-mode.ll
--
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 79f6b0f50c clang-format: [JS] detect ASI after closing parens.
new 6688aa21fb Fix broken getAttributeSpellingListIndex for pragma attributes
new 0420738bf5 [OpenMP] Add flag for disabling the default generation of re [...]
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/Driver/Options.td | 4 ++++
include/clang/Sema/AttributeList.h | 6 ++++--
lib/Driver/ToolChains/Cuda.cpp | 5 ++++-
lib/Sema/SemaStmtAttr.cpp | 6 ++----
test/Driver/openmp-offload.c | 17 +++++++++++++++++
5 files changed, 31 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 llvm.
from 4858c15c41e [AArch64] Assembler support for the ARMv8.2a dot product in [...]
new 7805791efa2 [ValueTracking] Honour recursion limit.
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/Analysis/ValueTracking.cpp | 4 ++
test/Transforms/SimplifyCFG/pr34131.ll | 116 +++++++++++++++++++++++++++++++++
2 files changed, 120 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/pr34131.ll
--
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 477550e0ff [OpenMP] Make OpenMP generated code for the NVIDIA device re [...]
new 79f6b0f50c clang-format: [JS] detect ASI after closing parens.
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/Format/UnwrappedLineParser.cpp | 3 ++-
unittests/Format/FormatTestJS.cpp | 4 ++++
2 files changed, 6 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 6aabca8ea90 [ARM] Remove FeatureNoARM implies ModeThumb.
new 4858c15c41e [AArch64] Assembler support for the ARMv8.2a dot product 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:
include/llvm/Support/AArch64TargetParser.def | 4 +-
include/llvm/Support/TargetParser.h | 3 +-
lib/Target/AArch64/AArch64.td | 4 ++
lib/Target/AArch64/AArch64InstrFormats.td | 17 +++++++
lib/Target/AArch64/AArch64InstrInfo.td | 14 ++++++
lib/Target/AArch64/AArch64Subtarget.h | 2 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +
test/MC/AArch64/armv8.2a-dotprod-errors.s | 12 +++++
test/MC/AArch64/armv8.2a-dotprod.s | 60 +++++++++++++++++++++++
test/MC/AArch64/neon-diagnostics.s | 38 +++++---------
test/MC/Disassembler/AArch64/armv8.2a-dotprod.txt | 29 +++++++++++
11 files changed, 158 insertions(+), 27 deletions(-)
create mode 100644 test/MC/AArch64/armv8.2a-dotprod-errors.s
create mode 100644 test/MC/AArch64/armv8.2a-dotprod.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.2a-dotprod.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.
from 442707be84 Reapply Sema: allow imaginary constants via GNU extension if [...]
new 477550e0ff [OpenMP] Make OpenMP generated code for the NVIDIA device re [...]
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/Cuda.cpp | 4 ++++
test/Driver/openmp-offload.c | 8 ++++++++
2 files changed, 12 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 clang.
from 958c61ad20 [X86][Ms-InlineAsm] Extend MS Dot operator to accept "this" [...]
new 8a6b859dbc [OpenCL] Minor refactoring to reduce copy/pasted code
new 442707be84 Reapply Sema: allow imaginary constants via GNU extension if [...]
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/Basic/DiagnosticLexKinds.td | 2 --
include/clang/Basic/DiagnosticSemaKinds.td | 2 ++
include/clang/Sema/Sema.h | 5 +++-
lib/Lex/LiteralSupport.cpp | 44 ++++++++++++++----------------
lib/Sema/SemaChecking.cpp | 13 ++++-----
lib/Sema/SemaExpr.cpp | 25 +++++++++++------
lib/Sema/SemaLookup.cpp | 16 +++++++----
test/SemaCXX/imaginary-constants.cpp | 44 ++++++++++++++++++++++++++++++
8 files changed, 102 insertions(+), 49 deletions(-)
create mode 100644 test/SemaCXX/imaginary-constants.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 binutils-gdb.
from b1a6c1cea3 [AArch64] Implement gdbarch_core_read_description
new 0f76ffafce Revert "[AArch64] Implement gdbarch_core_read_description"
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/aarch64-linux-tdep.c | 16 ----------------
2 files changed, 22 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 29592bde87 Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>
new b1a6c1cea3 [AArch64] Implement gdbarch_core_read_description
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/aarch64-linux-tdep.c | 16 ++++++++++++++++
2 files changed, 22 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 release/2.26/master
in repository glibc.
from 799859f663 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]
new 82efa1ffd4 posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)
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 | 13 +++++++++++++
sysdeps/posix/preadv2.c | 2 +-
sysdeps/posix/preadv64v2.c | 2 +-
sysdeps/posix/pwritev2.c | 2 +-
sysdeps/posix/pwritev64v2.c | 2 +-
sysdeps/unix/sysv/linux/preadv2.c | 4 ++--
sysdeps/unix/sysv/linux/preadv64v2.c | 4 ++--
sysdeps/unix/sysv/linux/pwritev2.c | 4 ++--
sysdeps/unix/sysv/linux/pwritev64v2.c | 4 ++--
9 files changed, 25 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.