This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7627608 Fix stale name in comment.
new 0d0f696 [X86][AVX512] Added VPSLLDQ/VPSRLDQ memory fold tests
new bc0e312 [AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some [...]
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 432 ++++++++++++---------
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 16 +-
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 3 +-
lib/Target/AMDGPU/SIDefines.h | 7 +-
lib/Target/AMDGPU/SIInstrInfo.td | 147 +++----
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 56 ++-
test/MC/AMDGPU/vop_sdwa.s | 20 +-
7 files changed, 406 insertions(+), 275 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 bb556f1 Add negative repeat count to 'x' command
new 5e13cf2 Fortran: Testsuite, non-local references in nested functions.
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/testsuite/ChangeLog | 5 +++
gdb/testsuite/gdb.fortran/nested-funcs.exp | 64 ++++++++++++++++++++++++++++++
gdb/testsuite/gdb.fortran/nested-funcs.f90 | 50 +++++++++++++++++++++++
3 files changed, 119 insertions(+)
create mode 100755 gdb/testsuite/gdb.fortran/nested-funcs.exp
create mode 100755 gdb/testsuite/gdb.fortran/nested-funcs.f90
--
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 bb038f3 2016-06-10 Alan Hayward <alan.hayward(a)arm.com>
new 0b4f506 2016-06-10 Alan Hayward <alan.hayward(a)arm.com>
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:
contrib/ChangeLog | 4 ++++
contrib/check_GNU_style.sh | 2 +-
2 files changed, 5 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 cd22fc5 test commit: remove trailing whitespaces in README.txt
new 7627608 Fix stale name in comment.
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/ADT/PostOrderIterator.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 glibc.
from f00faa4 Fix i386/x86_64 log2l (sNaN) (bug 20235).
new 2ba3cfa malloc: Remove __malloc_initialize_hook from the API [BZ #19564]
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 | 20 ++++++++++++++++++
NEWS | 3 +++
include/stdc-predef.h | 7 +++++++
malloc/Makefile | 14 +++++++++++++
malloc/arena.c | 4 +++-
.../pthread/allocalim.h => malloc/malloc-hooks.h | 20 ++++++++----------
malloc/malloc.c | 16 ++++++++++++++-
malloc/malloc.h | 5 -----
malloc/mcheck-init.c | 2 +-
manual/memory.texi | 24 ++--------------------
10 files changed, 74 insertions(+), 41 deletions(-)
copy sysdeps/pthread/allocalim.h => malloc/malloc-hooks.h (62%)
--
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 332409d 2016-06-10 Richard Biener <rguenther(a)suse.de>
new bb038f3 2016-06-10 Alan Hayward <alan.hayward(a)arm.com>
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 | 7 +++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/vect/pr71407.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr71416-1.c | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr71416-2.c | 17 +++++++++++++++++
gcc/tree-vect-loop.c | 15 +++++++++------
6 files changed, 74 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71407.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71416-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71416-2.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 clang-tools-extra.
from 8fcd861 [include-fixer] do not index friend function declaration.
new 24876e4 clang-rename: fix the DynamicCastExpr test on ps4
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/clang-rename/DynamicCastExpr.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 llvm.
from f4c1325 Bug fix remove another illegal char from prof symbol name
new cd22fc5 test commit: remove trailing whitespaces in README.txt
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/ARM/README.txt | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.