This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 173be72e841 [ORC] Yet more debugging output to diagnose test failures.
new ee663094e4c [X86] Run dos2unix on a test file. NFC
new 5013a6d16e2 [X86] Call lowerShuffleAsRepeatedMaskAndLanePermute from lo [...]
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/X86ISelLowering.cpp | 6 +
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 169 ++++++++++-----------
test/CodeGen/X86/vector-shuffle-512-v8.ll | 10 +-
3 files changed, 92 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 llvm.
from 05ff361a4f2 [ORC] More debugging output to track down tester failures.
new be7a10d44be [ORC] Fix the counter type on SymbolStringPool entries.
new 173be72e841 [ORC] Yet more debugging output to diagnose test failures.
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/ExecutionEngine/Orc/SymbolStringPool.h | 2 +-
lib/ExecutionEngine/Orc/Core.cpp | 5 ++++-
2 files changed, 5 insertions(+), 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 972c9575f06 [ORC] Temporarily adding some redundant asserts / debug out [...]
new 05ff361a4f2 [ORC] More debugging output to track down tester 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:
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 6 ++++++
1 file changed, 6 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 0c0f1eba6b Serialize the IDNS for a UsingShadowDecl rather than recompu [...]
new 9133db6030 Test case for r321396
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:
.../Inputs/odr_hash-Unresolved/Module2/include.h | 3 +++
.../odr_hash-Unresolved/Module2/not-include.h | 5 +++++
test/Modules/Inputs/odr_hash-Unresolved/Sub1/X.h | 3 +++
test/Modules/Inputs/odr_hash-Unresolved/Sub1/Y.h | 4 ++++
test/Modules/Inputs/odr_hash-Unresolved/Sub1/Z.h | 4 ++++
test/Modules/Inputs/odr_hash-Unresolved/Sub2/A.h | 3 +++
test/Modules/Inputs/odr_hash-Unresolved/Sub2/B.h | 3 +++
test/Modules/Inputs/odr_hash-Unresolved/class.h | 11 +++++++++++
test/Modules/Inputs/odr_hash-Unresolved/function.h | 6 ++++++
.../Inputs/odr_hash-Unresolved/module.modulemap | 21 +++++++++++++++++++++
test/Modules/odr_hash-Unresolved.cpp | 14 ++++++++++++++
11 files changed, 77 insertions(+)
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Module2/include.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Module2/not-include.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Sub1/X.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Sub1/Y.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Sub1/Z.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Sub2/A.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/Sub2/B.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/class.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/function.h
create mode 100644 test/Modules/Inputs/odr_hash-Unresolved/module.modulemap
create mode 100644 test/Modules/odr_hash-Unresolved.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 libcxx.
from e32740b59 [libcxx] [test] Remove nonstandard things and resolve warning [...]
new a5f736501 Add casts to prevent narrowing 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:
.../transform_exclusive_scan_init_bop_uop.pass.cpp | 4 ++--
.../transform_inclusive_scan_bop_uop.pass.cpp | 4 ++--
.../transform_inclusive_scan_bop_uop_init.pass.cpp | 4 ++--
3 files changed, 6 insertions(+), 6 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 libcxx.
from 16eb42693 [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for e [...]
new e32740b59 [libcxx] [test] Remove nonstandard things and resolve warning [...]
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:
.../exclusive.scan/exclusive_scan.pass.cpp | 5 +-
.../exclusive.scan/exclusive_scan_init_op.pass.cpp | 7 ++-
.../inclusive.scan/inclusive_scan.pass.cpp | 5 +-
.../inclusive.scan/inclusive_scan_op.pass.cpp | 5 +-
.../inclusive.scan/inclusive_scan_op_init.pass.cpp | 7 ++-
.../transform_exclusive_scan_init_bop_uop.pass.cpp | 62 ++++++++++------------
.../transform_inclusive_scan_bop_uop.pass.cpp | 46 +++++++---------
.../transform_inclusive_scan_bop_uop_init.pass.cpp | 62 ++++++++++------------
8 files changed, 98 insertions(+), 101 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 77a502c03a Automatic date update in version.in
new 35eeb78fa9 RISC-V: Print symbol address for jalr w/ zero offset.
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:
ld/ChangeLog | 4 ++++
ld/testsuite/ld-riscv-elf/disas-jalr.d | 13 +++++++++++++
.../{ld-i386/pr19636-3.s => ld-riscv-elf/disas-jalr.s} | 4 ++--
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 +
opcodes/ChangeLog | 5 +++++
opcodes/riscv-dis.c | 2 ++
6 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-riscv-elf/disas-jalr.d
copy ld/testsuite/{ld-i386/pr19636-3.s => ld-riscv-elf/disas-jalr.s} (54%)
--
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 glibc.
from 3a32b7168d powerpc: Fix error message during relocation overflow
new fad7d57ef9 hurd: Add jmp_buf-macros.h
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:
ChangeLog | 4 ++++
sysdeps/{unix/sysv/linux => mach/hurd}/i386/jmp_buf-macros.h | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
copy sysdeps/{unix/sysv/linux => mach/hurd}/i386/jmp_buf-macros.h (68%)
--
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 ce9254eac0e Daily bump.
new 93cedb567a0 * go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_func [...]
new e28970c2ab9 libgo: fix GOARCH_CACHELINESIZE on ia64
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:
gcc/go/ChangeLog | 5 +++++
gcc/go/go-gcc.cc | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
5 files changed, 9 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 0434c3b4d6f [Debugify] Handled unsized types
new adae88fe6fb [ORC] Fix a think-o in the current AsynchronousSymbolQuery test.
new 972c9575f06 [ORC] Temporarily adding some redundant asserts / debug out [...]
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/ExecutionEngine/Orc/Core.cpp | 14 ++++++++++++++
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 3 ++-
2 files changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.