This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 59cfb9c [AVX512] Fix types for pshufd intrinsics. The immediate is th [...]
new c40a684 [WebAssembly] Fix legalization of i128 shifts.
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/WebAssembly/WebAssemblyISelLowering.cpp | 13 +-
test/CodeGen/WebAssembly/i128.ll | 280 +++++++++++++++++++++
2 files changed, 284 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/i128.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 78c86f0 [MSan] Enable on PowerPC64.
new 6a0541d Revert "[MSan] Enable on PowerPC64."
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/config-ix.cmake | 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 clang.
from 242ec25 Fix some typos.
new 7c2cb86 When typo-correcting a using-declaration, actually correct th [...]
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/Sema/SemaDeclCXX.cpp | 4 ++++
test/SemaCXX/using-decl-1.cpp | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 39 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 4094414 [AVX512] Update pshufd type strings to match the backend. Als [...]
new 242ec25 Fix some typos.
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/TargetInfo.cpp | 14 +++++++-------
1 file changed, 7 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 zorg.
from af09d77 Fixed WithProperties use.
new fe31d68 Removed BatchFileDownload usage, as it cannot properly render [...]
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:
zorg/buildbot/builders/LLDBBuilder.py | 32 ++++++++++++++++----------------
1 file changed, 16 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 505ba6d [WebAssembly] Update expected torture test failures
new 59cfb9c [AVX512] Fix types for pshufd intrinsics. The immediate is th [...]
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/IR/IntrinsicsX86.td | 6 ++---
lib/Target/X86/X86IntrinsicsInfo.h | 6 ++---
test/CodeGen/X86/avx512-intrinsics.ll | 10 +++----
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 42 ------------------------------
test/CodeGen/X86/avx512vl-intrinsics.ll | 43 +++++++++++++++++++++++++++++++
5 files changed, 54 insertions(+), 53 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 8717bb1 [VFS] Add level() method to vfs::recursive_directory_iterator
new 4094414 [AVX512] Update pshufd type strings to match the backend. Als [...]
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/Basic/BuiltinsX86.def | 6 +++---
1 file changed, 3 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 lldb.
from 984fa4d test infra: catch bad decorators and import-time errors
new 0cdb4a9 surface build error content through test event system
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:
packages/Python/lldbsuite/test/lldbtest.py | 9 ++++-
.../Python/lldbsuite/test/plugins/builder_base.py | 26 +++++++++++---
.../lldbsuite/test/plugins/builder_darwin.py | 4 +--
packages/Python/lldbsuite/test/test_result.py | 40 +++++++++++++++++++---
.../Python/lldbsuite/test_event/build_exception.py | 14 ++++++++
.../Python/lldbsuite/test_event/event_builder.py | 33 ++++++++++++++++--
.../lldbsuite/test_event/formatter/curses.py | 12 ++++---
.../Python/lldbsuite/test_event/formatter/xunit.py | 30 +++++++++++++++-
8 files changed, 147 insertions(+), 21 deletions(-)
create mode 100644 packages/Python/lldbsuite/test_event/build_exception.py
--
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 zorg.
from 32ccc14 Use the full path to clang.exe in LLDB_TEST_COMPILER
new af09d77 Fixed WithProperties use.
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:
zorg/buildbot/builders/LLDBBuilder.py | 3 +--
1 file changed, 1 insertion(+), 2 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 fed38e2 [codeview] Add type stream merging prototype
new 505ba6d [WebAssembly] Update expected torture test failures
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/WebAssembly/known_gcc_test_failures.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.