This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7d476f3065d [libbacktrace] Factor out read_referenced_name_from_attr
new 78609a92514 syscall: mark C syscall functions noescape
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/exec_linux.go | 1 +
libgo/go/syscall/mksyscall.awk | 1 +
3 files changed, 3 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 0a9f6969d57 [NFC] Factor out + document build requirements
new 7e44db32fcd [WebAssembly] Remove expected failure from known_gcc_test_f [...]
new 97550e879a4 [X86] Remove GCCBuiltin from deprecated gather builtins in [...]
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/IR/IntrinsicsX86.td | 32 ++++++----------------
lib/Target/WebAssembly/known_gcc_test_failures.txt | 1 -
2 files changed, 8 insertions(+), 25 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 d4d38d0fa7 Fix libc++ mac driver test to pass on Windows
new 88d126e6e1 [X86] Add versions of the avx512 gather intrinsics that take [...]
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/CodeGen/CGBuiltin.cpp | 108 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 32 ++++++------
test/CodeGen/avx512vl-builtins.c | 32 ++++++------
3 files changed, 140 insertions(+), 32 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 0c86984524f [TSan] Fix comment. NFC.
new 0a9f6969d57 [NFC] Factor out + document build requirements
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:
cmake/modules/CheckCompilerVersion.cmake | 96 ++++++++++++++++++--------------
docs/CMake.rst | 5 ++
2 files changed, 60 insertions(+), 41 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 b6f067fd08b [X86] Sink complex MCU CC helper to .cpp file from .h file, NFC
new 0c86984524f [TSan] Fix comment. 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:
include/llvm/Transforms/Instrumentation/ThreadSanitizer.h | 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 lldb.
from 6055696a5 Change TypeSystem::GetBitSize() to return an optional result.
new 37f5c5eff XFAIL test on Windows
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:
.../Python/lldbsuite/test/lang/cpp/function_refs/TestFunctionRefs.py | 3 ++-
1 file changed, 2 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 2346eea6e84 [X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv a [...]
new b6f067fd08b [X86] Sink complex MCU CC helper to .cpp file from .h file, 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:
lib/Target/X86/X86CallingConv.cpp | 56 ++++++++++++++++++++++++++++++++++++
lib/Target/X86/X86CallingConv.h | 60 ++-------------------------------------
2 files changed, 59 insertions(+), 57 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 6b961fe868 [Fixed Point Arithmetic] Fixed Point Subtraction
new a7d7e428cf PR40329: [adl] Fix determination of associated classes when [...]
new d4d38d0fa7 Fix libc++ mac driver test to pass on Windows
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/Sema/SemaLookup.cpp | 34 ++++++++++------------
test/CXX/drs/dr0xx.cpp | 30 +++++++++++++++++++
test/SemaCXX/adl.cpp | 20 +++++++++++++
...clang-check-mac-libcxx-fixed-compilation-db.cpp | 7 ++---
4 files changed, 69 insertions(+), 22 deletions(-)
create mode 100644 test/SemaCXX/adl.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 a4bf3d0720 Don't emit vendor attribute section if there is no attribute [...]
new b84bb29de9 Actually remove definitions of DEFINE_NON_INLINE_P and DEFIN [...]
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:
sim/common/ChangeLog | 2 +-
sim/common/sim-arange.c | 3 ---
2 files changed, 1 insertion(+), 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 17717539b05 AMDGPU: Adjust the chain for loads writing to the HI part o [...]
new 0ab0885de0d [X86] Use X86ISD::BLENDV for blendv intrinsics. Replace vse [...]
new 2346eea6e84 [X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv a [...]
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/X86/X86ISelDAGToDAG.cpp | 16 +-
lib/Target/X86/X86ISelLowering.cpp | 13 ++
lib/Target/X86/X86ISelLowering.h | 9 +-
lib/Target/X86/X86InstrAVX512.td | 79 +++++++---
lib/Target/X86/X86InstrFragmentsSIMD.td | 8 +
lib/Target/X86/X86InstrSSE.td | 162 ++++++++------------
lib/Target/X86/X86IntrinsicsInfo.h | 44 +++---
test/CodeGen/X86/avx2-intrinsics-x86.ll | 240 ++++++++++++++++++++++--------
test/CodeGen/X86/avx512-intrinsics.ll | 28 +++-
test/CodeGen/X86/avx512bw-intrinsics.ll | 24 ++-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 64 +++++---
11 files changed, 434 insertions(+), 253 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.