This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f4f63ac [ELF][MIPS] Handling 'packed' N64 ABI relocations
new f55318e [mips] Fix mips-got16.s following r268900.
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/ELF/mips-got16.s | 2 --
1 file changed, 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 gcc.
from a83b7b6 2016-05-09 Richard Biener <rguenther(a)suse.de>
new 7cc16f5 [RS6000] Fragile testcase breaks with -frename-registers
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/savres.c | 22 ++++++++++++++++++++--
2 files changed, 25 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 clang.
from e482fa0 [Clang][AVX512] completing missing intrinsics [CVT]
new 1c3adae [clang][AVX512] completing missing intrinsics [vmin/vmax].
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/Headers/avx512fintrin.h | 84 +++++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 58 ++++++++++++++++++++++++++++
2 files changed, 142 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 882ad7c Add pipeline description for MSA.
new a83b7b6 2016-05-09 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/match.pd | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr70985.c | 28 ++++++++++++++++++++++++++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70985.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 e06fb6b [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc [...]
new a16fdea [PowerPC] fix register alignment for long double type
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/PowerPC/CMakeLists.txt | 1 +
lib/Target/PowerPC/PPCCCState.cpp | 36 +++++++++++++++++++
lib/Target/PowerPC/PPCCCState.h | 42 ++++++++++++++++++++++
lib/Target/PowerPC/PPCCallingConv.td | 12 ++++++-
lib/Target/PowerPC/PPCFastISel.cpp | 1 +
lib/Target/PowerPC/PPCISelLowering.cpp | 13 +++++--
test/CodeGen/PowerPC/ppc32-align-long-double-sf.ll | 21 +++++++++++
7 files changed, 122 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/PowerPC/PPCCCState.cpp
create mode 100644 lib/Target/PowerPC/PPCCCState.h
create mode 100644 test/CodeGen/PowerPC/ppc32-align-long-double-sf.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 gcc.
from 940c723 Error out on -fvtable-verify without --enable-vtable-verify
new ddc6405 Add support for MIPS SIMD Architecture (MSA).
new 882ad7c Add pipeline description for MSA.
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 | 401 ++++++
gcc/config.gcc | 2 +-
gcc/config/mips/constraints.md | 55 +
gcc/config/mips/i6400.md | 177 ++-
gcc/config/mips/mips-ftypes.def | 157 +++
gcc/config/mips/mips-modes.def | 14 +-
gcc/config/mips/mips-msa.md | 2736 +++++++++++++++++++++++++++++++++++++++
gcc/config/mips/mips-protos.h | 20 +-
gcc/config/mips/mips.c | 2229 ++++++++++++++++++++++++++++++-
gcc/config/mips/mips.h | 86 +-
gcc/config/mips/mips.md | 45 +-
gcc/config/mips/mips.opt | 4 +
gcc/config/mips/msa.h | 582 +++++++++
gcc/config/mips/mti-elf.h | 4 +-
gcc/config/mips/mti-linux.h | 6 +-
gcc/config/mips/p5600.md | 119 +-
gcc/config/mips/predicates.md | 129 +-
gcc/doc/extend.texi | 789 +++++++++++
gcc/doc/invoke.texi | 1 +
gcc/doc/sourcebuild.texi | 3 +
20 files changed, 7486 insertions(+), 73 deletions(-)
create mode 100644 gcc/config/mips/mips-msa.md
create mode 100644 gcc/config/mips/msa.h
--
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 784cb3f [AArch64] Implement lowering of the X constraint on AArch64
new e06fb6b [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc [...]
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:
.../HexagonSchedule.td => Sparc/LeonFeatures.td} | 22 ++++++++---------
lib/Target/Sparc/Sparc.td | 13 ++++++----
lib/Target/Sparc/SparcInstrInfo.td | 28 ++++++++++++++++++++++
lib/Target/Sparc/SparcSchedule.td | 3 +++
lib/Target/Sparc/SparcSubtarget.cpp | 2 ++
lib/Target/Sparc/SparcSubtarget.h | 2 ++
test/MC/Sparc/leon-instructions.s | 12 ++++++++++
7 files changed, 66 insertions(+), 16 deletions(-)
copy lib/Target/{Hexagon/HexagonSchedule.td => Sparc/LeonFeatures.td} (61%)
mode change 100644 => 100755
create mode 100755 test/MC/Sparc/leon-instructions.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 gcc.
from dce5e16 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC r [...]
new 1a2a47b libstdc++/71004 fix recent additions to testcase
new 940c723 Error out on -fvtable-verify without --enable-vtable-verify
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 | 10 ++++++++++
gcc/config.in | 6 ++++++
gcc/config/sol2.h | 13 +++++++++----
gcc/configure | 20 ++++++++++++++++++--
gcc/configure.ac | 8 ++++++++
gcc/gcc.c | 9 +++++++++
libstdc++-v3/ChangeLog | 7 +++++++
.../iterators/recursive_directory_iterator.cc | 7 ++++---
8 files changed, 71 insertions(+), 9 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 f388e6c Avoid endless run-time recursion for copying single-element [...]
new 189d070 * tree-if-conv.c (tree-ssa-loop.h): Include header file. (t [...]
new dce5e16 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC r [...]
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 | 25 +++++
gcc/config/rl78/rl78.c | 88 ++++++++++++++-
gcc/config/rl78/rl78.md | 10 +-
gcc/config/rl78/rl78.opt | 4 +
gcc/doc/invoke.texi | 16 ++-
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.dg/tree-ssa/ifc-10.c | 22 ++++
gcc/testsuite/gcc.dg/tree-ssa/ifc-11.c | 20 ++++
gcc/testsuite/gcc.dg/tree-ssa/ifc-12.c | 25 +++++
gcc/testsuite/gcc.dg/tree-ssa/ifc-9.c | 22 ++++
gcc/testsuite/gcc.dg/vect/pr61194.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-23.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-mask-store-move-1.c | 2 +-
gcc/tree-if-conv.c | 123 +++++++++++++++++++--
14 files changed, 352 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-10.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-11.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-12.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-9.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 f8570ab [ARM] Add mode to probe_stack set operands
new f388e6c Avoid endless run-time recursion for copying single-element [...]
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/std/tuple | 23 ++++++++++++++++++++--
.../tuple/cons/element_accepts_anything_byval.cc} | 23 +++++++++-------------
3 files changed, 39 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/{18_support/free_eh_pool.cc => 20_util/tuple/cons/elem [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.