This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d5ecd94 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387, * [...]
new c548a0a [RS6000] Fix ICE caused by rs6000_savres_strategy thinko
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 | 5 +++++
gcc/config/rs6000/rs6000.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/savres.c | 12 ++++++++++++
4 files changed, 22 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 gcc.
from 35b0a05 Compile ssa-thread-14.c with -fdump-tree-vrp-details
new d5ecd94 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387, * [...]
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/config/i386/i386.md | 10 +++----
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/avx512f-cvt-1.c | 38 +++++++++++++++++++++++++++
4 files changed, 53 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-cvt-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 hjl/pr70155/gcc-6-branch
in repository gcc.
from 4a9eaec Backport r235693 to hjl/pr70155/gcc-6-branch
new 9745ea7 Allocate memory on cache line if requested
new 1e91966 Backport r265322 from llvm upstream
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/testsuite/c-c++-common/asan/clone-test-1.c | 2 +-
libitm/util.cc | 22 ++++++++++++++++------
2 files changed, 17 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 hjl/pieces/gcc-6-branch
in repository gcc.
discards ca509e0 Backport r265322 from llvm upstream
discards 8f64301 Check 128-bit constant store in 64-bit mode
discards b2af34d Support 128-bit constant store in 64-bit STV
discards 6fbbd1f Build x86 libatomic with -march=i486 or better
discards 86d020a Build x86 libgomp with -march=i486 or better
discards 145ad05 Build x86 libitm with -march=i486 or better
discards bb5b106 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
discards 1991fbe gcc.target/i386/pieces-memset-1.c
discards 3685630 Update i386 piecewise move and store
discards f29ea0b Remove MAX_BITSIZE_MODE_ANY_INT
discards c5aeefd Add TARGET_GEN_MEMSET_VALUE
discards 0777d3a Update alignment_for_piecewise_move
discards 79522b4 Allocate memory on cache line if requested
new 9745ea7 Allocate memory on cache line if requested
new 1e91966 Backport r265322 from llvm upstream
new 3a798c0 Update alignment_for_piecewise_move
new 8a1f27d Add TARGET_GEN_MEMSET_VALUE
new 536b6e9 Remove MAX_BITSIZE_MODE_ANY_INT
new 3b0ace9 Update i386 piecewise move and store
new 1f4a58e gcc.target/i386/pieces-memset-1.c
new 1429e03 Disable AVX/SSE on unwind-c.c and unwind-dw2.c
new 4a1bc37 Build x86 libitm with -march=i486 or better
new 5e76228 Build x86 libgomp with -march=i486 or better
new 4b67d17 Build x86 libatomic with -march=i486 or better
new 9bff75b Support 128-bit constant store in 64-bit STV
new 827b2f75 Check 128-bit constant store in 64-bit mode
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 (ca509e0)
\
N -- N -- N refs/heads/hjl/pieces/gcc-6-branch (827b2f75)
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 13 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:
--
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 e3e438a Mark that SpeculativeExecution preserves Globals Alias Analysis.
new b663ea6 [AVX512] Add support for commutative MAX/MIN . In general VMA [...]
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/X86InstrAVX512.td | 8 +++-
test/CodeGen/X86/avx512-unsafe-fp-math.ll | 71 +++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-unsafe-fp-math.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 bd0201b PR 70687: Use wide_int in combine.c:change_zero_ext
new 9c1a31e PR target/49244 * tree-ssa-ccp.c: Include stor-layout.h and [...]
new 9082c4a PR tree-optimization/70916 * tree-vect-patterns.c (vect_rec [...]
new 00a2230 PR tree-optimization/70916 * tree-if-conv.c (constant_or_ss [...]
new fe69bcb PR rtl-optimization/70467 * config/i386/predicates.md (x86_ [...]
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 | 49 +++++
gcc/builtins.c | 84 ++++++++
gcc/builtins.h | 1 +
gcc/config/i386/constraints.md | 5 +
gcc/config/i386/i386.md | 21 +-
gcc/config/i386/predicates.md | 31 +++
gcc/config/i386/sync.md | 111 ++++++++++
gcc/doc/md.texi | 27 +++
gcc/internal-fn.c | 25 +++
gcc/internal-fn.def | 5 +
gcc/optabs.def | 3 +
gcc/testsuite/ChangeLog | 13 ++
gcc/testsuite/gcc.c-torture/compile/pr70916.c | 28 +++
gcc/testsuite/gcc.target/i386/pr49244-1.c | 188 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr49244-2.c | 108 ++++++++++
gcc/testsuite/gcc.target/i386/pr70467-3.c | 19 ++
gcc/testsuite/gcc.target/i386/pr70467-4.c | 18 ++
gcc/tree-if-conv.c | 28 +--
gcc/tree-ssa-ccp.c | 292 ++++++++++++++++++++++++++
gcc/tree-vect-patterns.c | 4 +-
20 files changed, 1030 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70916.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr49244-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr49244-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70467-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70467-4.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 71b9178 2016-05-03 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 515dac6 2016-05-03 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 | 6 ++----
gcc/melt-runtime.cc | 5 +++++
2 files changed, 7 insertions(+), 4 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-tools-extra.
from d69aa22 [include-fixer] Abstract includeFixerMain function.
new 91e8ca7 Fix cppcoreguidelines-pro-type-member-init failure test on Windows.
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-tidy/cppcoreguidelines-pro-type-member-init.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 clang.
from 1b78ebd [Clang][AVX512][BUILTIN] Adding intrinsics for compressstore{ [...]
new 231ca7b [Clang][AVX512][Builtin] Adding intrinsics for vcvttpd2udq 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:
lib/Headers/avx512fintrin.h | 48 +++++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 36 +++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.