This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0a721a2 Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tr [...]
new 4f66942 [Driver] Squash misleading indentation 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:
lib/Driver/Tools.cpp | 12 ++++++------
1 file 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 gcc.
from 9fa8e46 * config/i386/i386.md (isa): Add x64_avx512dq, enable if TA [...]
new 0f56938 [ARM] PR target/70830: Avoid POP-{reglist}^ when returning fr [...]
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 | 9 +++++++++
gcc/config/arm/arm.c | 19 +++++++++++--------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/arm/interrupt-1.c | 6 +++---
gcc/testsuite/gcc.target/arm/interrupt-2.c | 6 +++---
gcc/testsuite/gcc.target/arm/pr70830.c | 14 ++++++++++++++
6 files changed, 49 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr70830.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 b799d41 [clang-tidy] Improve misc-redundant-expression and decrease f [...]
new 3bb1565 [clang-tidy] Ignore using-declarations defined in marcro in m [...]
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:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 4 ++++
test/clang-tidy/misc-unused-using-decls.cpp | 8 ++++++++
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 master
in repository compiler-rt.
from 3c2876c [profile] profile writing cleanup
new bb7ed38 [ASan] [SystemZ] Add -mbackchain to test cflags.
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/lit.cfg | 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 melt-branch
in repository gcc.
from 794e8bf 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 9e3ee96 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 4 ++++
gcc/melt/warmelt-outobj.melt | 7 +++++++
2 files changed, 11 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 gcc.
from a461f32 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): [...]
new 708ae1b PR target/71019 * config/i386/sse.md (<sse2_avx2>_packssdw< [...]
new 9ce62bb * config/i386/sse.md (pinsr_evex_isa): New mode attr. (<sse [...]
new f4c7e0c * config/i386/sse.md (sse2_loadld): Use v instead of x cons [...]
new 9fa8e46 * config/i386/i386.md (isa): Add x64_avx512dq, enable if TA [...]
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:
gcc/ChangeLog | 26 ++++
gcc/config/i386/i386.md | 4 +-
gcc/config/i386/sse.md | 158 ++++++++++++----------
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/gcc.target/i386/avx512bw-pack-2.c | 100 ++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-vpextr-1.c | 109 +++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-vpinsr-1.c | 33 +++++
gcc/testsuite/gcc.target/i386/avx512dq-vpextr-1.c | 53 ++++++++
gcc/testsuite/gcc.target/i386/avx512dq-vpinsr-1.c | 33 +++++
gcc/testsuite/gcc.target/i386/avx512vl-pack-1.c | 68 ++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-pack-2.c | 108 +++++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-vpinsr-1.c | 63 +++++++++
12 files changed, 697 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pack-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-vpextr-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-vpinsr-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-vpextr-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-vpinsr-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pack-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pack-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpinsr-1.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 feccb92 2016-05-12 Richard Biener <rguenther(a)suse.de>
new e10946d * config/i386/constraints.md (Yv): New constraint. * config [...]
new a461f32 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): [...]
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 | 20 +++
gcc/config/i386/constraints.md | 4 +
gcc/config/i386/i386.h | 3 +-
gcc/config/i386/i386.md | 50 +++++---
gcc/config/i386/sse.md | 137 ++++++++++++++++-----
gcc/testsuite/ChangeLog | 8 ++
.../gcc.target/i386/avx512dq-abs-copysign-1.c | 71 +++++++++++
.../gcc.target/i386/avx512vl-abs-copysign-1.c | 71 +++++++++++
.../gcc.target/i386/avx512vl-abs-copysign-2.c | 49 ++++++++
.../gcc.target/i386/avx512vl-vinsertps-1.c | 39 ++++++
10 files changed, 399 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-abs-copysign-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-abs-copysign-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-abs-copysign-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vinsertps-1.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 melt-branch
in repository gcc.
from 5b94733 [gcc/] 2016-05-12 Basile Starynkevitch <basile@starynkevit [...]
new 794e8bf 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 11 +++++++++++
gcc/melt-runtime.cc | 17 +++++++++--------
gcc/melt-runtime.h | 10 +++++++---
3 files changed, 27 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.