This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 595d11b 2016-05-02 Richard Biener <rguenther(a)suse.de>
new fd6f250 [ARC] Add new ARCv2 instructions.
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 | 20 ++++++
gcc/config/arc/arc-protos.h | 2 +-
gcc/config/arc/arc.c | 146 +++++++++++++++++++++++++++++++++++++++
gcc/config/arc/arc.h | 9 +++
gcc/config/arc/arc.md | 154 ++++++++++++++++++++++++------------------
gcc/config/arc/constraints.md | 61 ++++++++++++++++-
gcc/config/arc/predicates.md | 89 ------------------------
7 files changed, 324 insertions(+), 157 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 clang.
from 7dcd386 [Clang][BuiltIn][avx512] Adding intrinsics for vpshufd instru [...]
new 607ef6b [Clang][avx512][builtin] Adding intrinsics for vexpand{d|q|ps [...]
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/clang/Basic/BuiltinsX86.def | 8 +++
lib/Headers/avx512fintrin.h | 128 ++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 82 +++++++++++++++++++++++
3 files changed, 218 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 f7b8c21 * gcc-interface/decl.c (elaborate_reference_1): Do not bothe [...]
new bb813a6 gcc/ * config/sh/sh.md (*negnegt, *movtt): Remove.
new c8eb427 2016-05-02 Richard Biener <rguenther(a)suse.de>
new 595d11b 2016-05-02 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 4 ++++
gcc/config/sh/sh.md | 19 -------------------
gcc/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 7 +++++--
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-array.c | 10 ++++++++++
6 files changed, 29 insertions(+), 21 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 melt-branch
in repository gcc.
from 7f71ff9 2016-05-02 Basile Starynkevitch <basile(a)starynkevitch.net>
new 5e995ad [contrib/] 2016-05-02 Basile Starynkevitch <basile@starynke [...]
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.MELT | 9 +++++++--
contrib/MELT-Plugin-Makefile | 8 ++++----
2 files changed, 11 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 melt-branch
in repository gcc.
from ec981df 2016-04-27 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 7f71ff9 2016-05-02 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:
contrib/ChangeLog.MELT | 6 ++++++
contrib/make-melt-plugin-source-tar.sh | 21 ++++++++++-----------
2 files changed, 16 insertions(+), 11 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 67c84df gcc/ PR target/52898 * config/sh/sh.c (sh_option_override): [...]
new ef5f9bf * gcc-interface/trans.c (Range_to_gnu): New static function. [...]
new 773d09b Fix ICE in dump_pred_graph
new f7b8c21 * gcc-interface/decl.c (elaborate_reference_1): Do not bothe [...]
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:
gcc/ChangeLog | 7 ++++
gcc/ada/ChangeLog | 18 ++++++++++
gcc/ada/gcc-interface/decl.c | 2 +-
gcc/ada/gcc-interface/trans.c | 78 +++++++++++++++++++++++++-----------------
gcc/ada/gcc-interface/utils2.c | 19 ++++------
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.dg/pr70700.c | 15 ++++++++
gcc/tree-ssa-structalias.c | 6 +++-
8 files changed, 105 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70700.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.
from 2b104df [clang][Builtin][AVX512] Adding intrinsics for vmovshdup and [...]
new 7dcd386 [Clang][BuiltIn][avx512] Adding intrinsics for vpshufd instru [...]
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/clang/Basic/BuiltinsX86.def | 3 +++
lib/Headers/avx512fintrin.h | 21 +++++++++++++++++++++
lib/Headers/avx512vlintrin.h | 23 +++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 19 +++++++++++++++++++
test/CodeGen/avx512vl-builtins.c | 25 +++++++++++++++++++++++++
5 files changed, 91 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 b82d79c Fix grammar and correct comment - the debug information wasn' [...]
new a926dab [X86] Fix a bug in LOCK arithmetic operation pattern matching [...]
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/X86InstrCompiler.td | 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 gcc.
from ae4070a Daily bump.
new 67c84df gcc/ PR target/52898 * config/sh/sh.c (sh_option_override): [...]
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 | 13 ++++++++++
gcc/config/sh/sh.c | 71 +++++-----------------------------------------------
gcc/config/sh/sh.md | 49 ++++++------------------------------
gcc/config/sh/sh.opt | 8 ------
4 files changed, 26 insertions(+), 115 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 55a67d6 [llvm-readobj] Dump hash as part of -version-info.
new b82d79c Fix grammar and correct comment - the debug information wasn' [...]
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/SelectionDAG/SelectionDAG.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.