This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf0c64d [X86][SSE] Drop unnecessary -mcpu argument from trunc tests
new 657bbc5 [X86][AVX512] Add AVX512VL/AVX512BWVL vector truncation tests
new ba47969 [Thumb1] Move padding earlier when synthesizing TBBs off of the PC
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:
lib/Target/ARM/ARMAsmPrinter.cpp | 8 +
.../ARM/arm-position-independence-jump-table.ll | 2 +-
test/CodeGen/X86/vector-trunc.ll | 378 +++++++++++++++++----
3 files changed, 322 insertions(+), 66 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 824228c [OPENMP] Fixed capturing of VLA variables.
new 29d9e0d [OPENMP] Fixed test on MIPS-based buildbots.
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/OpenMP/parallel_codegen.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 gcc-6-branch
in repository gcc.
from bd0432e 2016-11-07 Richard Biener <rguenther(a)suse.de>
new 4f0e553 2016-11-07 Thomas Koenig <tkoenig(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/fortran/ChangeLog | 7 +++++++
gcc/fortran/arith.c | 8 ++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/warn_conversion_9.f90 | 7 +++++++
4 files changed, 24 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/warn_conversion_9.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 gcc.
from 1764c2f PR middle-end/71529 * gcc.target/i386/pr71529.C: Moved to . [...]
new 4599844 PR target/77834 * alias.c (nonoverlapping_memrefs_p): If on [...]
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/alias.c | 10 +++++++++-
2 files changed, 15 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 llvm.
from 3e6b5bc [AVR] Enable the ISel, frame analyzer, and alloca passes
new bf0c64d [X86][SSE] Drop unnecessary -mcpu argument from trunc tests
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/vector-trunc.ll | 14 +++++++-------
1 file changed, 7 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 master
in repository newlib.
from cf6e411 Fix pdf build failure with texinfo 6.1.0
new 64f900c Provide cap_ioctl_t for RTEMS
new dcaf7fe Use external header file for kernel space types
new 4b3a664 Add kernel space header for <sys/lock.h> for RTEMS
new 172e205 Use external header file for kernel space time
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:
newlib/libc/sys/rtems/include/machine/_time.h | 148 +------------------------
newlib/libc/sys/rtems/include/machine/_types.h | 7 --
newlib/libc/sys/rtems/include/machine/types.h | 10 ++
newlib/libc/sys/rtems/include/sys/lock.h | 7 +-
4 files changed, 20 insertions(+), 152 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 e3dbe99 2016-11-07 Richard Biener <rguenther(a)suse.de>
new 1764c2f PR middle-end/71529 * gcc.target/i386/pr71529.C: Moved to . [...]
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 | 16 ++++++++++++++++
.../{gcc.target/i386 => g++.dg/opt}/pr64411.C | 5 +++--
.../{gcc.target/i386 => g++.dg/opt}/pr65105-4.C | 6 +++---
gcc/testsuite/g++.dg/opt/pr71529.C | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr71529.C | 22 ----------------------
5 files changed, 44 insertions(+), 27 deletions(-)
rename gcc/testsuite/{gcc.target/i386 => g++.dg/opt}/pr64411.C (67%)
rename gcc/testsuite/{gcc.target/i386 => g++.dg/opt}/pr65105-4.C (61%)
create mode 100644 gcc/testsuite/g++.dg/opt/pr71529.C
delete mode 100644 gcc/testsuite/gcc.target/i386/pr71529.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 0c448d0 [AArch64] Fix PR target/77822: Use tighter predicates for zer [...]
new 57b2dea 2016-11-07 Richard Biener <rguenther(a)suse.de>
new 4de7f8d 2016-11-07 Richard Biener <rguenther(a)suse.de>
new e3dbe99 2016-11-07 Richard Biener <rguenther(a)suse.de>
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 | 20 ++++++++++++++++++++
gcc/config/i386/i386.c | 2 +-
gcc/gimple-ssa-store-merging.c | 16 +++++++++-------
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/g++.dg/pr78229.C | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr78218.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-15.c | 12 ++++++++++++
gcc/tree-ssa-phiopt.c | 8 ++++++++
8 files changed, 113 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr78229.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78218.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-15.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 gcc-6-branch
in repository gcc.
from 35d5825 Daily bump.
new bd0432e 2016-11-07 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/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr78229.C | 24 ++++++++++++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr78229.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.