This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b57df5e291 [InstCombine] regenerate test checks; NFC
new ffed628837b [InstCombine] regenerate test checks; 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:
.../Transforms/InstCombine/float-shrink-compare.ll | 447 +++++++++++----------
1 file changed, 242 insertions(+), 205 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 e7be6246d73 Remove wrong ChangeLog entry
new 3f9a545c790 * predict.c (combine_predictions_for_bb): Preserve zero pr [...]
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/predict.c | 71 ++++++++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 60 insertions(+), 18 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 4a2948db03f [FuzzMutate] Fix windows build after rL318407. Add correct [...]
new 35ad126c78c Let llvm.invariant.group.barrier accepts pointer to any add [...]
new fc3c581e7ac [InstCombine] regenerate test checks; NFC
new 7b57df5e291 [InstCombine] regenerate test checks; NFC
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:
docs/LangRef.rst | 5 +-
include/llvm/IR/IRBuilder.h | 30 ++--
include/llvm/IR/Intrinsics.td | 4 +-
test/Analysis/MemorySSA/invariant-groups.ll | 30 ++--
.../AMDGPU/promote-alloca-invariant-markers.ll | 21 +--
test/Other/invariant.group.barrier.ll | 20 +--
test/Transforms/CodeGenPrepare/invariant.group.ll | 6 +-
test/Transforms/GVN/invariant.group.ll | 8 +-
test/Transforms/InstCombine/fabs-libcall.ll | 15 +-
test/Transforms/InstCombine/fabs.ll | 179 +++++++++++----------
10 files changed, 170 insertions(+), 148 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 5a8ee92d12 Allow to store precompiled preambles in memory.
new 864a34a67e Update tests for llvm.invariant.group.barrier becoming mangled
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/CodeGenCXX/invariant.group-for-vptrs.cpp | 2 +-
test/CodeGenCXX/strict-vtable-pointers.cpp | 58 +++++++++++++--------------
2 files changed, 30 insertions(+), 30 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 987b3316c4e PR tree-optimization/82588 - missing -Warray-bounds on a ex [...]
new e7be6246d73 Remove wrong ChangeLog entry
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 | 4 ----
1 file changed, 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 clang.
from 2e9358f6e8 Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunu [...]
new 5a8ee92d12 Allow to store precompiled preambles in memory.
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/Frontend/FrontendActions.h | 13 +-
include/clang/Frontend/PrecompiledPreamble.h | 66 ++++++--
lib/Frontend/ASTUnit.cpp | 68 +++-----
lib/Frontend/FrontendActions.cpp | 20 ++-
lib/Frontend/PrecompiledPreamble.cpp | 227 +++++++++++++++++++++++----
5 files changed, 301 insertions(+), 93 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 a4debc33 add check to avoid throwing objc exception according to Googl [...]
new 485ef4aa [clangd] Use in-memory preambles in clangd.
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/ClangdLSPServer.cpp | 2 ++
clangd/ClangdLSPServer.h | 2 +-
clangd/ClangdServer.cpp | 21 ++++++++++-----------
clangd/ClangdServer.h | 5 +++++
clangd/ClangdUnit.cpp | 13 +++++++++----
clangd/ClangdUnit.h | 3 +++
clangd/ClangdUnitStore.cpp | 7 +++++--
clangd/ClangdUnitStore.h | 12 ++++++++----
clangd/tool/ClangdMain.cpp | 28 ++++++++++++++++++++++++++--
test/clangd/completion.test | 1 +
test/clangd/diagnostics-preamble.test | 1 +
unittests/clangd/ClangdTests.cpp | 27 +++++++++++++++++++++------
12 files changed, 92 insertions(+), 30 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 e849ea896b GDBserver: Fix ignored Ctrl-C after reconnection
new e9dbdd80cb Add assembler and disassembler support for the new Armv8.4-a [...]
new 68ffd9368a Update documentation for Arvm8.4-A changes to AArch64.
new fadfa6b002 Correct AArch64 crypto dependencies.
new d0f7791c66 Add new AArch64 FP16 FM{A|S} instructions.
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.
Summary of changes:
gas/ChangeLog | 34 +
gas/config/tc-aarch64.c | 3 +
gas/doc/c-aarch64.texi | 17 +-
.../gas/aarch64/armv8_2-a-crypto-fp16-illegal.d | 3 +
.../gas/aarch64/armv8_2-a-crypto-fp16-illegal.l | 25 +
.../gas/aarch64/armv8_2-a-crypto-fp16-illegal.s | 14 +
gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16.d | 3428 +++++++++
gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16.s | 118 +
gas/testsuite/gas/aarch64/armv8_3-a-crypto-fp16.d | 3429 +++++++++
gas/testsuite/gas/aarch64/armv8_4-a-crypto-fp16.d | 3429 +++++++++
gas/testsuite/gas/aarch64/armv8_4-a-illegal.d | 3 +
gas/testsuite/gas/aarch64/armv8_4-a-illegal.l | 4 +
gas/testsuite/gas/aarch64/armv8_4-a-illegal.s | 5 +
gas/testsuite/gas/aarch64/armv8_4-a.d | 2204 ++++++
gas/testsuite/gas/aarch64/armv8_4-a.s | 146 +
include/ChangeLog | 5 +
include/opcode/aarch64.h | 4 +-
opcodes/ChangeLog | 15 +
opcodes/aarch64-dis-2.c | 7958 +++++++++++---------
opcodes/aarch64-tbl.h | 75 +-
20 files changed, 17199 insertions(+), 3720 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.l
create mode 100644 gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.s
create mode 100644 gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_2-a-crypto-fp16.s
create mode 100644 gas/testsuite/gas/aarch64/armv8_3-a-crypto-fp16.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-crypto-fp16.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-illegal.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-illegal.l
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-illegal.s
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a.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 llvm.
from f6c5e77fb2f [InstSimplify] add tests for fcmp ord/uno; NFC
new 4a2948db03f [FuzzMutate] Fix windows build after rL318407. Add correct [...]
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/FuzzMutate/LLVMBuild.txt | 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 compiler-rt.
from 429b6f54d [builtins][ARM] re-enable mulsc3_test.c on Arm
new c6d23c19b [sanitizer] Use runtime checks instead of API level for Andro [...]
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/sanitizer_common/sanitizer_linux_libcdep.cc | 65 +++++++++++++++----------
1 file changed, 38 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.