This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b2c8f01446f [DAG, X86] Improve Dependency analysis when doing multi-nod [...]
new e79570a513b [ARM] f16 conversions
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/ARM/ARMInstrVFP.td | 39 +++++++++++++++++-------------
test/CodeGen/ARM/fp16-instructions.ll | 45 +++++++++++++++++++++++++++++++++++
2 files changed, 68 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 llvm.
from 51588a05505 AMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALU
new 63783791183 Regenerate vector-urem test. NFCI.
new b2c8f01446f [DAG, X86] Improve Dependency analysis when doing multi-nod [...]
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/llvm/CodeGen/SelectionDAGNodes.h | 36 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 295 ++++---------
lib/Target/X86/X86ISelDAGToDAG.cpp | 65 +--
test/CodeGen/X86/avg.ll | 114 ++---
test/CodeGen/X86/avx-vbroadcastf128.ll | 6 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 191 +++------
test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 9 +-
test/CodeGen/X86/foldmem_cycle.ll | 34 ++
test/CodeGen/X86/i256-add.ll | 145 +++----
test/CodeGen/X86/load-op-store-fusion.ll | 32 ++
test/CodeGen/X86/masked_memop.ll | 3 +-
test/CodeGen/X86/merge-consecutive-stores.ll | 9 +-
test/CodeGen/X86/nontemporal.ll | 82 ++--
test/CodeGen/X86/store_op_load_fold2.ll | 12 +-
test/CodeGen/X86/subvector-broadcast.ll | 48 +--
test/CodeGen/X86/var-permute-256.ll | 540 ++++++++----------------
test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +-
test/Transforms/InstCombine/vector-urem.ll | 4 +-
19 files changed, 647 insertions(+), 987 deletions(-)
create mode 100644 test/CodeGen/X86/foldmem_cycle.ll
create mode 100644 test/CodeGen/X86/load-op-store-fusion.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-tools-extra.
from 5b456bf9 [clangd] The new threading implementation
new 3ad61d46 [clangd] Use URIs in index symbols.
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/index/Index.cpp | 2 +-
clangd/index/Index.h | 4 +-
clangd/index/Merge.cpp | 2 +-
clangd/index/SymbolCollector.cpp | 83 ++++++++++++---------
clangd/index/SymbolCollector.h | 11 ++-
clangd/index/SymbolYAML.cpp | 2 +-
unittests/clangd/IndexTests.cpp | 6 +-
unittests/clangd/SymbolCollectorTests.cpp | 115 ++++++++++++++++++++----------
8 files changed, 144 insertions(+), 81 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 c0ea47cbebc PR tree-optimization/84225 * tree-eh.c (find_trapping_ove [...]
new 21de5c463ed * config/powerpcspe/powerpcspe.opt: (msimple-fpu, mf [...]
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 | 6 ++++++
gcc/config/powerpcspe/powerpcspe.opt | 4 ++--
gcc/config/powerpcspe/sysv4.opt | 2 +-
3 files changed, 9 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 master
in repository binutils-gdb.
from 64e234d417 Prevent attempts to call strncpy with a zero-length field by [...]
new 68807c3cd6 Replace reachable assertion with a test and return of NULL.
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 | 10 ++++++++++
binutils/readelf.c | 12 +++++++++++-
2 files changed, 21 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 clang-tools-extra.
from 5b4c0dd1 [clangd] Remove unused variable. NFC
new 5b456bf9 [clangd] The new threading implementation
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/CMakeLists.txt | 1 -
clangd/ClangdServer.h | 1 -
clangd/ClangdUnit.h | 4 +
clangd/ClangdUnitStore.cpp | 37 ----
clangd/ClangdUnitStore.h | 73 -------
clangd/TUScheduler.cpp | 418 ++++++++++++++++++++++++++++++------
clangd/TUScheduler.h | 17 +-
clangd/Threading.cpp | 97 +++++----
clangd/Threading.h | 99 ++++-----
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/ThreadingTests.cpp | 61 ++++++
11 files changed, 529 insertions(+), 280 deletions(-)
delete mode 100644 clangd/ClangdUnitStore.cpp
delete mode 100644 clangd/ClangdUnitStore.h
create mode 100644 unittests/clangd/ThreadingTests.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 lld.
from 6edc1d13b [ELF] - Re-commit r324322 "Use InitTargetOptionsFromCodeGenFl [...]
new 31c9a1133 [COFF] LTO does not require a disassembler.
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:
COFF/Driver.cpp | 1 -
1 file changed, 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 binutils-gdb.
from 9d0e82daf9 Automatic date update in version.in
new 422f3d3d6d Allow the find_abstract_instance_name() function in the BFD [...]
new 64e234d417 Prevent attempts to call strncpy with a zero-length field by [...]
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:
bfd/ChangeLog | 12 ++++++++++++
bfd/dwarf2.c | 32 ++++++++++++++++++++++----------
bfd/opncls.c | 22 +++++++++++++++++-----
3 files changed, 51 insertions(+), 15 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 d1d4ace3ab8 compiler: avoid negative zero in float constants
new c0ea47cbebc PR tree-optimization/84225 * tree-eh.c (find_trapping_ove [...]
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 | 6 ++++++
gcc/tree-eh.c | 1 +
2 files changed, 7 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 gcc.
from 35c607837df PR lto/81004 * lto.c: Include builtins.h (register_resol [...]
new 387c353ebc9 runtime: correct runtime structfield type to match reflect
new 67167e0d9df Fix checking -mibt and -mshstk options for control flow protection
new d1d4ace3ab8 compiler: avoid negative zero in float constants
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:
gcc/ChangeLog | 7 +++
gcc/config/i386/i386.c | 43 ++++++++++++-------
gcc/doc/invoke.texi | 4 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 62 ++++++++++++++++++++++++++-
gcc/go/gofrontend/expressions.h | 3 ++
gcc/testsuite/ChangeLog | 10 +++++
gcc/testsuite/c-c++-common/fcf-protection-1.c | 2 +-
gcc/testsuite/c-c++-common/fcf-protection-2.c | 2 +-
gcc/testsuite/c-c++-common/fcf-protection-3.c | 2 +-
gcc/testsuite/c-c++-common/fcf-protection-5.c | 2 +-
gcc/testsuite/c-c++-common/fcf-protection-6.c | 4 ++
gcc/testsuite/c-c++-common/fcf-protection-7.c | 4 ++
libgo/go/runtime/cgocall.go | 2 +-
libgo/go/runtime/type.go | 18 +++++---
15 files changed, 137 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-6.c
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.