This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 28e869d gcc/ * omp-low.c (struct oacc_loop): Add 'inner' field. (n [...]
new eb1a077 Move "X +- C1 CMP C2 to X CMP C2 -+ C1" to match.pd
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 | 12 +++++
gcc/coretypes.h | 24 ++++++++++
gcc/flag-types.h | 24 ----------
gcc/fold-const.c | 71 +-----------------------------
gcc/fold-const.h | 1 +
gcc/gimple-fold.c | 3 ++
gcc/match.pd | 44 ++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/tree-ssa/20040305-1.c | 2 +-
9 files changed, 90 insertions(+), 95 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 lld.
from 0a2c97c Copy thin archive members with --reproduce.
new a7a1c87 Don't include the output dir in the response file.
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:
ELF/DriverUtils.cpp | 2 +-
test/ELF/reproduce.s | 3 ++-
2 files changed, 3 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 9889ee3 [Clang][AVX512][BuiltIn] Adding intrinsics for cvtps2pd instr [...]
new a10fe99 [CLANG][AVX512][BUILTIN]movap{d|s}{128|256|512}
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 | 6 ++++
lib/Headers/avx512fintrin.h | 35 +++++++++++++++++++
lib/Headers/avx512vlintrin.h | 70 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 23 ++++++++++++
test/CodeGen/avx512vl-builtins.c | 48 +++++++++++++++++++++++++
5 files changed, 182 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 b9893d1 [SystemZ] Temporarily disable codegen test int-add-12.ll.
new 4c7d166 Expose a getFullName for thin archive members.
new 9135c2a Enable the X86 call frame optimization for the 64-bit targets [...]
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:
include/llvm/Object/Archive.h | 1 +
lib/Object/Archive.cpp | 28 ++--
lib/Target/X86/X86CallFrameOptimization.cpp | 46 ++++---
lib/Target/X86/X86InstrInfo.cpp | 6 +
test/CodeGen/X86/movtopush64.ll | 193 ++++++++++++++++++++++++++++
5 files changed, 248 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/X86/movtopush64.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 lld.
from 85c1bbb Don't quote "--hash-style gnu".
new 6dae74d [ELF] - keep alive all non-text sections referenced by .eh_frame
new 0a2c97c Copy thin archive members with --reproduce.
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:
ELF/InputFiles.cpp | 3 +++
ELF/MarkLive.cpp | 51 +++++++++++++++++++++++++++------------
test/ELF/eh-frame-gc.s | 20 +++++++++++++++
test/ELF/reproduce-thin-archive.s | 14 +++++++++++
4 files changed, 73 insertions(+), 15 deletions(-)
create mode 100644 test/ELF/eh-frame-gc.s
create mode 100644 test/ELF/reproduce-thin-archive.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 gcc-5-branch
in repository gcc.
from b8eef2b 2016-05-02 Richard Biener <rguenther(a)suse.de>
new 5dbe2ee Fix make install-gcc-specs with empty GCC_SPEC_FILES
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 7 +++----
2 files changed, 8 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 melt-branch
in repository gcc.
from 51872be [gcc/] 2016-05-02 Basile Starynkevitch <basile@starynkevit [...]
new a7e19b8 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:
gcc/ChangeLog.MELT | 6 ++++++
gcc/melt-runtypes-5.h | 6 ++++++
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 gcc.
from dd185f6 PR c/70851 * c-decl.c (grokdeclarator): Diagnose when array [...]
new 7d1d684 Fix make install-gcc-specs with empty GCC_SPEC_FILES
new 28e869d gcc/ * omp-low.c (struct oacc_loop): Add 'inner' field. (n [...]
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 | 8 ++++
gcc/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/Makefile.in | 7 ++-
gcc/omp-low.c | 52 +++++++++++++++------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/c-c++-common/goacc/loop-auto-1.c | 8 ++--
libgomp/ChangeLog | 5 ++
.../libgomp.oacc-c-c++-common/loop-auto-1.c | 54 ++++++++++++----------
8 files changed, 96 insertions(+), 47 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 gcc-6-branch
in repository gcc.
from 88da87f Daily bump.
new 7351104 Fix make install-gcc-specs with empty GCC_SPEC_FILES
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 7 +++----
2 files changed, 8 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 hjl/pr70155/gcc-6-branch
in repository gcc.
at 4a9eaec Backport r235693 to hjl/pr70155/gcc-6-branch
This branch includes the following new commits:
new fe0822a Backport r235396 to hjl/pr70155/gcc-6-branch
new 519869f Backport r235416 to hjl/pr70155/gcc-6-branch
new f5b8b9a Backport r235417 to hjl/pr70155/gcc-6-branch
new 39da7b6 Backport r235422 to hjl/pr70155/gcc-6-branch
new fb78186 Extend STV pass to 64-bit mode
new 2702ef9 Backport r235635 to hjl/pr70155/gcc-6-branch
new 73352c7 Update scan-assembler-not in PR target/70155 tests
new 280c188 Update load scan avx256-unaligned-load-1.c
new 4a9eaec Backport r235693 to hjl/pr70155/gcc-6-branch
The 9 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.