This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 30c7ecd783f [AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
new d02c6caeae3 [mips] clang-format MipsTargetMachine.cpp
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/MipsTargetMachine.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 binutils-gdb.
from 7790bd6c74 [GOLD] clone assert breakage
new 4fa7574eec Fix gdb 8.1 Solaris compilation
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/configure | 13 ++++++++++---
gdb/configure.nat | 8 +++++---
gdb/procfs.c | 3 ++-
gdb/warning.m4 | 13 ++++++++++---
5 files changed, 40 insertions(+), 10 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 d76166e6d3a 2017-09-21 Richard Biener <rguenther(a)suse.de>
new 1814bd731e4 2017-09-22 Paul Thomas <pault(a)gcc.gnu.org>
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/gfortran.dg/associate_31.f90 | 39 ------------------------------
1 file changed, 39 deletions(-)
delete mode 100644 gcc/testsuite/gfortran.dg/associate_31.f90
--
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 compiler-rt.
from acea4097c [asan/lsan] Make LSan compliant with recovery mode when runni [...]
new 5ee8cc231 [asan/lsan] Trying to fix buildbots after r313966
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/asan/TestCases/{ => Linux}/recoverable-lsan.cc | 1 +
1 file changed, 1 insertion(+)
rename test/asan/TestCases/{ => Linux}/recoverable-lsan.cc (95%)
--
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 f4a8864b97d /gcc * config/i386/sse.md ("mov<mode>_internal"): U [...]
new d76166e6d3a 2017-09-21 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 | 24 +++++
gcc/graphite-isl-ast-to-gimple.c | 57 +++++-------
gcc/graphite-scop-detection.c | 183 ---------------------------------------
gcc/graphite.c | 176 +++++++++++++++++++++++++++++++++++--
gcc/sese.c | 12 ++-
gcc/sese.h | 1 -
6 files changed, 222 insertions(+), 231 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 compiler-rt.
from 0b01c05ec [tsan] Annotate function parameters with attribute 'noescape'.
new acea4097c [asan/lsan] Make LSan compliant with recovery mode when runni [...]
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/asan/asan_rtl.cc | 5 ++++-
lib/lsan/lsan_common.cc | 3 +++
lib/lsan/lsan_common.h | 1 +
test/asan/TestCases/recoverable-lsan.cc | 21 +++++++++++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/recoverable-lsan.cc
--
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 b9244afbcd5 [X86] Updating the test case for FMF propagation.
new 30c7ecd783f [AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
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/AVR/MCTargetDesc/AVRELFObjectWriter.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 binutils-gdb.
from 11bb0c7abc readelf tests
new ec76901011 [GOLD] Set non-exec stack for ppc64
new 7790bd6c74 [GOLD] clone assert breakage
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:
gold/ChangeLog | 9 +++++++++
gold/powerpc.cc | 4 ++--
gold/resolve.cc | 4 ++--
3 files changed, 13 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 llvm.
from 4f849aab610 bpf: initial 32-bit ALU encoding support in assembler
new b9244afbcd5 [X86] Updating the test case for FMF propagation.
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/CodeGen/X86/fmf-flags.ll | 16 ++++++++++++++--
1 file changed, 14 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 gcc.
from 33b0a665115 Daily bump.
new f4a8864b97d /gcc * config/i386/sse.md ("mov<mode>_internal"): U [...]
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 | 14 ++++++
gcc/config/i386/i386.c | 50 ++++++++++++++++------
gcc/config/i386/i386.opt | 6 ++-
gcc/config/i386/sse.md | 2 +-
gcc/doc/invoke.texi | 7 ++-
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/g++.dg/ext/pr57362.C | 2 +
.../gcc.target/i386/avx512f-constant-set.c | 11 +++++
gcc/testsuite/gcc.target/i386/avx512f-prefer.c | 18 ++++++++
9 files changed, 104 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-constant-set.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-prefer.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.