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 ed0d0481 [clangd] Use default format style and fallback style. NFC
new 4230869a [clangd] Replace UniqueFunction with llvm::unique_function.
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/ClangdServer.cpp | 2 +-
clangd/ClangdServer.h | 2 +-
clangd/CodeComplete.cpp | 4 +--
clangd/Function.h | 66 +++-----------------------------------------
clangd/TUScheduler.cpp | 31 +++++++++++----------
clangd/TUScheduler.h | 2 +-
clangd/Threading.cpp | 2 +-
clangd/Threading.h | 2 +-
unittests/clangd/SyncAPI.cpp | 2 +-
9 files changed, 29 insertions(+), 84 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 cfa89ea7f98 [X86] Add tests for low/high bit clearing with different at [...]
new dee3b3b081b [X86] Remove repeated 'the' from multiple comments that hav [...]
new 4bbb8b7d1f4 [NVPTX] Expand v2f16 INSERT_VECTOR_ELT
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/NVPTX/NVPTXISelLowering.cpp | 1 +
lib/Target/X86/X86ISelLowering.cpp | 14 +++++++-------
test/CodeGen/NVPTX/f16x2-instructions.ll | 8 ++++++++
3 files changed, 16 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 clang.
from a0c03f2df3 Fix crash in clang.
new 83dc9e5eeb Fix allocation of Nullability attribute.
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/Parse/ParseObjc.cpp | 16 +++++++---------
1 file changed, 7 insertions(+), 9 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 f6f59754919 PR target/85694 * config/i386/sse.md (uavg<mode>3_ceil): [...]
new 3f792b2e473 * config/h8300/h8300.c (h8300_insn_length_from_table): Con [...]
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 | 16 +++
gcc/config/h8300/h8300.c | 16 +--
gcc/config/h8300/h8300.md | 246 ++++++++++++++++++----------------------------
3 files changed, 119 insertions(+), 159 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 a5edfbd7f9a [InstCombine] add tests for shuffle+binop with constant op1; NFC
new 92dfb6e3244 [AArch64] Make function parameter names in declarations mat [...]
new e1d12229c21 [ARM] Fix inconsistent declaration parameter name in r336195
new cfa89ea7f98 [X86] Add tests for low/high bit clearing with different at [...]
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:
.../AArch64/Disassembler/AArch64Disassembler.cpp | 16 +-
lib/Target/ARM/ARMParallelDSP.cpp | 2 +-
test/CodeGen/X86/clear-highbits.ll | 956 ++++++++++
test/CodeGen/X86/clear-lowbits.ll | 1820 ++++++++++++++++++++
4 files changed, 2785 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/clear-highbits.ll
create mode 100644 test/CodeGen/X86/clear-lowbits.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 compiler-rt.
from 708223fe0 [scudo] Enable Scudo on PPC64
new b68f1aed8 [scudo] Get rid of builtin-declaration-mismatch warnings
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/scudo/scudo_malloc.cpp | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 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 f4212f0917f [X86][AsmParser] Rework the in/out (%dx) hack one more time.
new a5edfbd7f9a [InstCombine] add tests for shuffle+binop with constant op1; 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:
test/Transforms/InstCombine/shuffle_select.ll | 29 +++++++++++++++++++++++----
1 file changed, 25 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 773b6e54313 [X86][AsmParser] Don't consider %eip as a valid register ou [...]
new f4212f0917f [X86][AsmParser] Rework the in/out (%dx) hack one more time.
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/X86/AsmParser/X86AsmParser.cpp | 58 +++++++++++++++++++------------
lib/Target/X86/AsmParser/X86Operand.h | 11 +++++-
2 files changed, 45 insertions(+), 24 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 82cfb485f0 [Driver] Add PPC64 as supported for Scudo
new a0c03f2df3 Fix crash in clang.
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/Job.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.