This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 289fcee6332 [mips] Fix 'l' constraint handling for types smaller than 32 bits
new 4d4c57240a7 [gtest] Support raw_ostream printing functions more compreh [...]
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:
.../googletest/include/gtest/gtest-message.h | 43 +------------
.../googletest/include/gtest/gtest-printers.h | 3 +-
.../include/gtest/internal/custom/raw-ostream.h | 74 ++++++++++++++++++++++
3 files changed, 79 insertions(+), 41 deletions(-)
create mode 100644 utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.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 gcc.
from 2fe05917166 2018-02-12 Richard Biener <rguenther(a)suse.de>
new e0c8a9decff PR middle-end/83665 * params.def (inline-min-speedup): In [...]
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 | 10 ++++++++++
gcc/doc/invoke.texi | 3 ++-
gcc/ipa-split.c | 7 +++++--
gcc/params.def | 8 ++++----
4 files changed, 21 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 aoliva/testme
in repository gcc.
discards 67789aca96b [IEPM] mark the IEPM's block as used
discards cea15c7c8ba [LVU, IEPM] several new controlling options
adds c3fa28c38b8 2018-02-11 Paul Thomas <pault(a)gcc.gnu.org>
adds 1cc1852a260 2018-02-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 3991737b296 2018-02-11 Francois-Xavier Coudert <fxcoudert(a)gcc.gnu.org>
adds 498d038af7e gcc/fortran/ChangeLog:
adds e106d3ed424 Commit ChangeLog entries forgotten in r257566.
adds 8e5e69935d8 Fix PR 84266
adds f7b4f826b2d Daily bump.
adds b448c6f36d1 PR c++/84036 - ICE with variadic capture.
adds 969296e9090 Add missing intrinsics for _mm_mask[z]_sqrt_round_[sd,ss]
adds 4701e62f855 Add missing ChangeLog entry for previous patch.
adds 983748c6252 Add missing mask[z]_scalef_round_s[d,s] intrinsics
adds 9263fc0f9bf Fix AVX-512 popcnt and bitalg tests.
adds 228a2cd81b0 2018-02-12 Richard Biener <rguenther(a)suse.de>
adds 2fe05917166 2018-02-12 Richard Biener <rguenther(a)suse.de>
new e0c8a9decff PR middle-end/83665 * params.def (inline-min-speedup): In [...]
new d0feed1b33a [LVU, IEPM] several new controlling options
new 5ef8ca15e17 [IEPM] mark the IEPM's block as used
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (67789aca96b)
\
N -- N -- N refs/heads/aoliva/testme (5ef8ca15e17)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 73 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/avx512fintrin.h | 169 ++++++++++++++++++---
gcc/config/i386/i386-builtin.def | 8 +-
gcc/config/i386/sse.md | 14 +-
gcc/config/i386/subst.md | 1 +
gcc/config/rs6000/mmintrin.h | 4 +-
gcc/cp/ChangeLog | 23 +++
gcc/cp/constexpr.c | 12 +-
gcc/cp/lambda.c | 18 +--
gcc/cp/pt.c | 144 +++++-------------
gcc/doc/invoke.texi | 3 +-
gcc/fortran/ChangeLog | 29 ++++
gcc/fortran/gfortran.texi | 16 +-
gcc/fortran/interface.c | 25 +--
gcc/fortran/resolve.c | 7 +-
gcc/fortran/trans-array.c | 10 +-
gcc/fortran/trans-expr.c | 27 +++-
gcc/ipa-split.c | 7 +-
gcc/params.def | 8 +-
gcc/testsuite/ChangeLog | 63 ++++++++
.../g++.dg/cpp1y/lambda-generic-variadic11.C | 21 +++
gcc/testsuite/gcc.target/i386/avx-1.c | 8 +-
.../gcc.target/i386/avx512bitalg-vpopcntb-1.c | 3 +-
.../gcc.target/i386/avx512bitalg-vpopcntw-1.c | 3 +-
.../gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c | 3 +-
.../gcc.target/i386/avx512f-vscalefsd-1.c | 7 +
.../gcc.target/i386/avx512f-vscalefsd-2.c | 28 +++-
.../gcc.target/i386/avx512f-vscalefss-1.c | 6 +
.../gcc.target/i386/avx512f-vscalefss-2.c | 28 +++-
gcc/testsuite/gcc.target/i386/avx512f-vsqrtsd-1.c | 5 +
gcc/testsuite/gcc.target/i386/avx512f-vsqrtsd-2.c | 62 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-vsqrtss-1.c | 6 +
gcc/testsuite/gcc.target/i386/avx512f-vsqrtss-2.c | 63 ++++++++
.../gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c | 3 +-
.../gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c | 3 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 8 +-
gcc/testsuite/gcc.target/i386/sse-23.c | 8 +-
gcc/testsuite/gfortran.dg/statement_function_1.f90 | 28 ++++
gcc/testsuite/gfortran.dg/statement_function_2.f90 | 26 ++++
gcc/testsuite/gfortran.dg/statement_function_3.f | 15 ++
gcc/testsuite/gfortran.dg/type_to_class_5.f03 | 29 ++++
gcc/tree-ssa-live.c | 8 +-
gcc/tree-vect-slp.c | 73 ++++++---
44 files changed, 857 insertions(+), 250 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic11.C
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vsqrtsd-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vsqrtss-2.c
create mode 100644 gcc/testsuite/gfortran.dg/statement_function_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/statement_function_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/statement_function_3.f
create mode 100644 gcc/testsuite/gfortran.dg/type_to_class_5.f03
--
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 lldb.
from cd0160fd1 Looks like this fails when built i386 on linux bots, possible [...]
new 8572c9621 Skip TestTargetXMLArch on non-darwin OSs
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/functionalities/gdb_remote_client/TestTargetXMLArch.py | 1 +
1 file changed, 1 insertion(+)
--
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 aoliva/testme
in repository gcc.
discards 8cefb0861e3 [LVU] Introduce -ginternal-reset-location-views and target hook
new cea15c7c8ba [LVU, IEPM] several new controlling options
new 67789aca96b [IEPM] mark the IEPM's block as used
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8cefb0861e3)
\
N -- N -- N refs/heads/aoliva/testme (67789aca96b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/dwarf2out.c | 6 ++++--
gcc/tree-ssa-live.c | 25 ++++++++++++++-----------
2 files changed, 18 insertions(+), 13 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 228a2cd81b0 2018-02-12 Richard Biener <rguenther(a)suse.de>
new 2fe05917166 2018-02-12 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/tree-vect-slp.c | 73 +++++++++++++++++++++++++++++++++++++----------------
2 files changed, 57 insertions(+), 22 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 a438b617183 [MC] Issue error message when data region is not terminated
new 289fcee6332 [mips] Fix 'l' constraint handling for types smaller than 32 bits
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/Mips/MipsISelLowering.cpp | 2 +-
test/CodeGen/Mips/inlineasm-cnstrnt-bad-l.ll | 13 +++++++++++++
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll | 10 ++++++++++
3 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Mips/inlineasm-cnstrnt-bad-l.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 aoliva/testme
in repository gcc.
discards 162fdb13273 [LVU] deal with md final_scan_insn
adds db63096add1 [LVU] deal with md final_scan_insn
new 8cefb0861e3 [LVU] Introduce -ginternal-reset-location-views and target hook
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (162fdb13273)
\
N -- N -- N refs/heads/aoliva/testme (8cefb0861e3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/common.opt | 16 +++++
gcc/debug.h | 2 +
gcc/doc/invoke.texi | 106 ++++++++++++++++++++++++------
gcc/doc/tm.texi | 23 +++++++
gcc/doc/tm.texi.in | 9 +++
gcc/dwarf2out.c | 186 ++++++++++++++++++++++++++++++++++------------------
gcc/hooks.c | 6 ++
gcc/hooks.h | 1 +
gcc/target.def | 17 +++++
gcc/toplev.c | 45 +++++++++++--
gcc/tree-inline.c | 2 +-
gcc/tree-ssa-live.c | 4 +-
13 files changed, 333 insertions(+), 93 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 9263fc0f9bf6 Fix AVX-512 popcnt and bitalg tests.
new 228a2cd81b02 2018-02-12 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/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 12 ++++++------
2 files changed, 12 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 llvm.
from 0b708765175 [NFC] Fix typos
new a438b617183 [MC] Issue error message when data region is not terminated
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/MC/MachObjectWriter.cpp | 8 +++++++-
test/MC/X86/check-end-of-data-region.s | 8 ++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/MC/X86/check-end-of-data-region.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.