This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ab07cb9 Do not leak OpenedHandles.
new 2ffda75 [X86] EltsFromConsecutiveLoads SDLoc argument should be const&.
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/X86ISelLowering.cpp | 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 compiler-rt.
from f9ab05c [compiler-rt][asan] Add support for desallocation of unhandle [...]
new cf1dffa [RT ARM] Avoid Linux include with a redefinition
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/builtins/clear_cache.c | 13 +++++++++----
1 file 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 0e35fcb [X86][AVX512] Update VPBROADCASTQ test to combine from VPERMQ [...]
new ab07cb9 Do not leak OpenedHandles.
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/Support/DynamicLibrary.cpp | 9 ++-------
lib/Support/Windows/DynamicLibrary.inc | 2 ++
2 files changed, 4 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 gcc.
from f0f3820 PR target/79570 * sel-sched.c (moveup_expr_cached): Don't c [...]
new 1a78fcf PR target/79633 * tree-chkp-opt.c (chkp_optimize_string_fun [...]
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 | 5 +++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/mpx/pr79633.c | 11 +++++++++++
gcc/tree-chkp-opt.c | 9 +++------
4 files changed, 22 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr79633.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 d0be5ae [X86][AVX] Rename shuffle combine tests to show combined shuf [...]
new 0e35fcb [X86][AVX512] Update VPBROADCASTQ test to combine from VPERMQ [...]
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/CodeGen/X86/vector-shuffle-combining-avx512bw.ll | 13 ++++++-------
1 file changed, 6 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 glibc.
from 0b38d66 Bug 20313: Update to Unicode 9.0.0
new ee6df1e powerpc: Convert tests to the new support test-driver
new 6ec4140 powerpc: Add tests for __ppc_set_ppr_* functions.
new 2f78098 powerpc: Update powerpc-fpu libm-test-ulps
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:
ChangeLog | 22 ++++
sysdeps/powerpc/Makefile | 1 +
sysdeps/powerpc/fpu/libm-test-ulps | 204 ++++++++++++++++++-----------------
sysdeps/powerpc/test-get_hwcap.c | 23 ++--
sysdeps/powerpc/test-gettimebase.c | 3 +-
sysdeps/powerpc/tst-set_ppr.c | 103 ++++++++++++++++++
sysdeps/powerpc/tst-tlsopt-powerpc.c | 3 +-
7 files changed, 240 insertions(+), 119 deletions(-)
create mode 100644 sysdeps/powerpc/tst-set_ppr.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 gcc.
from c8a8b2c PR tree-optimization/79649 * tree-loop-distribution.c (clas [...]
new a42e4e1 PR c++/79641 * c-attribs.c (handle_mode_attribute): Use bui [...]
new f0f3820 PR target/79570 * sel-sched.c (moveup_expr_cached): Don't c [...]
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/ChangeLog | 4 ++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-attribs.c | 2 +-
gcc/sel-sched.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/c-c++-common/pr79641.c | 4 ++++
gcc/testsuite/gcc.dg/pr79570.c | 6 ++++++
7 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/pr79641.c
create mode 100644 gcc/testsuite/gcc.dg/pr79570.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 77c8682 [X86][AVX2] Add AVX512 test targets to AVX2 shuffle combines.
new eb973f7 [ARM] Correct SP/PC handling in t2MOVr
new 3f5e9f4 [X86][AVX2] Fix VPBROADCASTQ folding on 32-bit targets.
new e29ba7b [ARM] Correct SP/PC handling in t2MOVr
new d0be5ae [X86][AVX] Rename shuffle combine tests to show combined shuf [...]
The 4 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/ARMInstrThumb2.td | 8 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 16 ++++
lib/Target/X86/X86InstrAVX512.td | 11 +++
lib/Target/X86/X86InstrSSE.td | 5 ++
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 18 ++--
.../X86/vector-shuffle-combining-avx512bw.ll | 6 +-
test/MC/ARM/thumb-mov.s | 100 +++++++++++++++++++++
7 files changed, 147 insertions(+), 17 deletions(-)
create mode 100644 test/MC/ARM/thumb-mov.s
--
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 a77fb33 [X86][AVX] Add tests showing missed VPBROADCASTQ folding on 3 [...]
new 77c8682 [X86][AVX2] Add AVX512 test targets to AVX2 shuffle combines.
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/CodeGen/X86/vector-shuffle-combining-avx2.ll | 74 +++++++++++++++--------
1 file changed, 50 insertions(+), 24 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 2039d74 [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support
new 1b90b13 Default initialize enum flags to 0
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:
gdb/ChangeLog | 5 +++++
gdb/common/enum-flags.h | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.