This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f404873464c PR c++/81215 - deduction failure with variadic TTP.
new bfd82f35fea Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.
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:
libgfortran/ChangeLog | 6 ++++++
libgfortran/io/unit.c | 6 ++++++
2 files changed, 12 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 gcc-7-branch
in repository gcc.
from bbbae4e1a50 PR c++/81215
new 5398389faf3 Fix for SPEC CPu2017 621.wrf_s failure, add missing locking code.
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:
libgfortran/ChangeLog | 7 +++++++
libgfortran/io/unit.c | 6 ++++++
2 files changed, 13 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 llvm.
from fff93248d0f Add missing forward declaration.
new ab5d97fb870 RenameIndependentSubregs: Fix iterator problem
new e43cb60ea4e Fix the bug when handling shufflevector for aarch64.
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/CodeGen/RenameIndependentSubregs.cpp | 3 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +-
...me-independent-subregs-invalid-mac-operands.mir | 67 ++++++++++++++++++++++
.../AArch64/interleaved-accesses.ll | 25 ++++++++
4 files changed, 98 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 compiler-rt.
from 9461bb47a [esan] Disable flaky tests for PR33590
new f3180f887 [asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The [...]
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/asan/TestCases/Darwin/asan_gen_prefixes.cc | 2 ++
1 file changed, 2 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 llvm.
from faf416b5ae6 [LV] Changing the interface of ValueMap, NFC.
new fff93248d0f Add missing forward declaration.
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/MC/MCWinCOFFObjectWriter.h | 1 +
1 file changed, 1 insertion(+)
--
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 05321d30b5e AArch64: legalize G_EXTRACT operations.
new 3a8fe655a52 [WebAssembly] Add more support for weak symbols
new faf416b5ae6 [LV] Changing the interface of ValueMap, NFC.
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/Transforms/Vectorize/LoopVectorize.cpp | 579 +++++++++++++++--------------
test/MC/WebAssembly/weak-alias.ll | 33 ++
test/MC/WebAssembly/weak.ll | 34 ++
test/tools/llvm-readobj/symbols.test | 4 +
tools/llvm-readobj/WasmDumper.cpp | 1 +
5 files changed, 365 insertions(+), 286 deletions(-)
create mode 100644 test/MC/WebAssembly/weak-alias.ll
create mode 100644 test/MC/WebAssembly/weak.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 glibc.
from f819dbea0a powerpc64le: Enable float128
new 3f823e87cc Call exit directly in clone (BZ #21512)
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 | 42 ++++++++++
sysdeps/unix/sysv/linux/Makefile | 4 +-
sysdeps/unix/sysv/linux/aarch64/clone.S | 9 +--
sysdeps/unix/sysv/linux/alpha/clone.S | 11 +--
sysdeps/unix/sysv/linux/arm/clone.S | 6 +-
sysdeps/unix/sysv/linux/hppa/clone.S | 6 +-
sysdeps/unix/sysv/linux/i386/clone.S | 2 -
sysdeps/unix/sysv/linux/ia64/clone2.S | 8 +-
sysdeps/unix/sysv/linux/m68k/clone.S | 2 -
sysdeps/unix/sysv/linux/mips/clone.S | 12 +--
sysdeps/unix/sysv/linux/nios2/clone.S | 17 +---
sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S | 7 +-
sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S | 11 +--
sysdeps/unix/sysv/linux/sh/clone.S | 21 +----
sysdeps/unix/sysv/linux/sparc/sparc32/clone.S | 5 +-
sysdeps/unix/sysv/linux/sparc/sparc64/clone.S | 5 +-
sysdeps/unix/sysv/linux/tile/clone.S | 6 +-
sysdeps/unix/sysv/linux/tst-clone3.c | 96 +++++++++++++++++++++++
sysdeps/unix/sysv/linux/x86_64/clone.S | 5 +-
19 files changed, 171 insertions(+), 104 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/tst-clone3.c
--
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 d2381bc76f0 [DWARF] NFC: Give DwarfFormat a 1-byte base type.
new 05321d30b5e AArch64: legalize G_EXTRACT operations.
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/GlobalISel/LegalizerHelper.cpp | 54 +++++++++++++-
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 4 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 3 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 ++
lib/Target/X86/X86LegalizerInfo.cpp | 16 +++-
.../AArch64/GlobalISel/legalize-combines.mir | 8 +-
.../AArch64/GlobalISel/legalize-exceptions.ll | 7 +-
.../AArch64/GlobalISel/legalize-extracts.mir | 85 ++++++++++++++++++++++
8 files changed, 168 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-extracts.mir
--
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 f2468c5d9d Remove some redundant setup when preprocessing .pcm files.
new 6cfb5bf418 Check that the initializer of a non-dependent constexpr vari [...]
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/SemaDecl.cpp | 4 +---
test/SemaCXX/constant-expression-cxx11.cpp | 16 +++++++++++++---
2 files changed, 14 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 lnt.
from 9a39422 migrate.py: Call close_all before applying upgrade scripts
new e83f37f Add postgres_wrapper.sh to enable tests without server
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:
docs/developer_guide.rst | 10 +------
tests/SharedInputs/postgres_wrapper.sh | 49 ++++++++++++++++++++++++++++++++++
tests/SharedInputs/server_wrapper.sh | 2 +-
tests/lit.cfg | 8 +++---
tests/lnttool/PostgresDB.py | 45 -------------------------------
tests/lnttool/PostgresDB.test.sh | 46 +++++++++++++++++++++++++++++++
6 files changed, 100 insertions(+), 60 deletions(-)
create mode 100755 tests/SharedInputs/postgres_wrapper.sh
delete mode 100644 tests/lnttool/PostgresDB.py
create mode 100644 tests/lnttool/PostgresDB.test.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.