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 fef26e6 Daily bump.
new ad3d73a S/390: Fix vector all/any cc modes.
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 | 20 ++
gcc/config/s390/s390-modes.def | 72 ++++---
gcc/config/s390/s390.c | 229 +++++++++++----------
gcc/config/s390/s390.md | 2 +-
gcc/config/s390/vx-builtins.md | 44 ++--
gcc/testsuite/ChangeLog | 9 +
.../gcc.target/s390/vector/vec-scalar-cmp-1.c | 23 ++-
gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c | 174 ++++++++++++++++
8 files changed, 396 insertions(+), 177 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-cmp-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 master
in repository gcc.
from c95f3fa Do not simplify "(and (reg) (const bit)" to if_then_else.
new 8d022ef Fix runtime error: left shift of negative value (PR
new 81c0bae PR rtl-optimization/78575 * config/i386/i386.c (timode_scal [...]
new 607381a PR rtl-optimization/78547 * emit-rtl.c (unshare_all_rtl): M [...]
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 | 27 +++++++++++++++++++
gcc/config/i386/i386.c | 60 +++++++++++++++++++++++++++++-------------
gcc/emit-rtl.c | 8 ++++++
gcc/sreal.c | 20 +++++++++++---
gcc/sreal.h | 9 ++++---
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.dg/pr78547.c | 18 +++++++++++++
gcc/testsuite/gcc.dg/pr78575.c | 16 +++++++++++
8 files changed, 141 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr78547.c
create mode 100644 gcc/testsuite/gcc.dg/pr78575.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 7d23b09 Daily bump.
new b1482ec S/390: Fix vector all/any cc modes.
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 | 20 ++
gcc/config/s390/s390-modes.def | 72 ++++---
gcc/config/s390/s390.c | 226 +++++++++++----------
gcc/config/s390/s390.md | 2 +-
gcc/config/s390/vx-builtins.md | 44 ++--
gcc/testsuite/ChangeLog | 9 +
.../gcc.target/s390/vector/vec-scalar-cmp-1.c | 23 ++-
gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c | 174 ++++++++++++++++
8 files changed, 394 insertions(+), 176 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-cmp-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 master
in repository gcc.
from 47c3d0d Add support for ASan odr_indicator.
new abc57c3 S/390: Fix vector all/any cc modes.
new e17ed6e S/390: Merge compare of compare results
new 8d0e98e Add testcase missing in last commit.
new c4a77d6 S/390: Add vector pack/unpack patterns.
new 292e369 S/390: Define vectorization_cost hook
new f28fa86 PR target/77822: Add helper macro EXTRACT_ARGS_IN_RANGE to system.h.
new 82212dc PR target/77822: S390: Validate argument range of {zero,sign} [...]
new b22eef9 S/390: Fix litpool-r3-1.c.
new c95f3fa Do not simplify "(and (reg) (const bit)" to if_then_else.
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.
Summary of changes:
gcc/ChangeLog | 71 +++++
gcc/combine.c | 12 +
gcc/config/s390/s390-modes.def | 72 ++---
gcc/config/s390/s390-protos.h | 1 +
gcc/config/s390/s390.c | 305 ++++++++++++--------
gcc/config/s390/s390.h | 12 +
gcc/config/s390/s390.md | 22 +-
gcc/config/s390/vector.md | 198 ++++++++++++-
gcc/config/s390/vx-builtins.md | 45 ++-
gcc/rtl.h | 10 +
gcc/testsuite/ChangeLog | 25 ++
gcc/testsuite/gcc.target/s390/litpool-r3-1.c | 2 +-
gcc/testsuite/gcc.target/s390/pr77822-1.C | 21 ++
gcc/testsuite/gcc.target/s390/pr77822-2.c | 307 +++++++++++++++++++++
gcc/testsuite/gcc.target/s390/s390.exp | 8 +-
.../gcc.target/s390/vector/vec-nopeel-1.c | 17 ++
.../gcc.target/s390/vector/vec-scalar-cmp-1.c | 24 +-
gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c | 173 ++++++++++++
gcc/testsuite/gcc.target/s390/zvector/vec-cmp-2.c | 203 ++++++++++++++
19 files changed, 1334 insertions(+), 194 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr77822-1.C
create mode 100644 gcc/testsuite/gcc.target/s390/pr77822-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-nopeel-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-cmp-2.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 compiler-rt.
from 66dca51 [sanitizer] Add a bunch of ifdefs for sparc targets to avoid [...]
new 451b2c1 compiler-rt/test/profile/Linux/lit.local.cfg: [Py3] Use text [...]
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/profile/Linux/lit.local.cfg | 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 master
in repository compiler-rt.
from 300bd34 build: fix building for Windows after SVN r287465
new c9901bd Don't include system header inside namespace
new 66dca51 [sanitizer] Add a bunch of ifdefs for sparc targets to avoid [...]
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:
.../sanitizer_platform_limits_linux.cc | 4 +-
.../sanitizer_platform_limits_posix.h | 70 +++++++++++++++++++++-
lib/scudo/scudo_allocator.cpp | 32 +++++-----
3 files changed, 87 insertions(+), 19 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 0e60191 Fix a bug in ICF involving COFF associative sections.
new 9ecb2ae Ignore R_X86_64_NONE.
new 5bdd166 Port parallel ICF to COFF.
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:
COFF/Chunks.h | 3 +-
COFF/ICF.cpp | 260 ++++++++++++++++++++++------------------
ELF/Target.cpp | 2 +
test/ELF/relocation-dtrace.test | 24 ++++
4 files changed, 168 insertions(+), 121 deletions(-)
create mode 100644 test/ELF/relocation-dtrace.test
--
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 glibc.
from 55a38f8 Add llogb, llogbf, llogbl.
new f91d3fd Fix new testcase elf/tst-latepthread on s390x.
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:
ChangeLog | 5 +++++
elf/Makefile | 3 +++
2 files changed, 8 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 9c40e33 [AVX-512] Add EVEX PSHUFB instructions to load folding tables.
new 1244527 [AVX-512] Add EVEX vpshuflw/vpshufhw/vpshufd instructions 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:
lib/Target/X86/X86InstrInfo.cpp | 27 ++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 84 ++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 170 +++++++++++++++++++++++++
3 files changed, 281 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 lld.
from 0102428 Fix the worse case performance of ICF.
new 0e60191 Fix a bug in ICF involving COFF associative sections.
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:
COFF/ICF.cpp | 10 ---
.../{icf-circular.test => icf-associative.test} | 77 ++++++++++++++--------
2 files changed, 50 insertions(+), 37 deletions(-)
copy test/COFF/{icf-circular.test => icf-associative.test} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.