Daily bump.

This commit is contained in:
GCC Administrator 2020-12-29 00:16:34 +00:00
parent c33fd16076
commit 2d3425a52f
4 changed files with 54 additions and 1 deletions

View File

@ -1,3 +1,41 @@
2020-12-28 Gerald Pfeifer <gerald@pfeifer.com>
* doc/standards.texi (HSAIL): Remove section.
2020-12-28 Uroš Bizjak <ubizjak@gmail.com>
PR target/96793
* config/i386/i386-expand.c (ix86_expand_rint):
Remove the sign of the intermediate value for flag_rounding_math.
2020-12-28 Uroš Bizjak <ubizjak@gmail.com>
* config/i386/i386-expand.c (ix86_expand_trunc): Use
existing temporary register to avoid a call to force_reg.
2020-12-28 Hongyu Wang <hongyu.wang@intel.com>
* config/i386/i386.md (optab): New code attr.
* config/i386/sse.md (<code>v32qiv32hi2): Rename to ...
(<optab>v32qiv32hi2) ... this.
(<code>v16qiv16hi2): Likewise.
(<code>v8qiv8hi2): Likewise.
(<code>v16qiv16si2): Likewise.
(<code>v8qiv8si2): Likewise.
(<code>v4qiv4si2): Likewise.
(<code>v16hiv16si2): Likewise.
(<code>v8hiv8si2): Likewise.
(<code>v4hiv4si2): Likewise.
(<code>v8qiv8di2): Likewise.
(<code>v4qiv4di2): Likewise.
(<code>v2qiv2di2): Likewise.
(<code>v8hiv8di2): Likewise.
(<code>v4hiv4di2): Likewise.
(<code>v2hiv2di2): Likewise.
(<code>v8siv8di2): Likewise.
(<code>v4siv4di2): Likewise.
(<code>v2siv2di2): Likewise.
2020-12-27 Gerald Pfeifer <gerald@pfeifer.com>
* doc/analyzer.texi (Analyzer Internals): Find a new source for

View File

@ -1 +1 @@
20201228
20201229

View File

@ -1,3 +1,14 @@
2020-12-28 Uroš Bizjak <ubizjak@gmail.com>
PR target/96793
* gcc.target/i386/pr96793-2.c: New test.
2020-12-28 Hongyu Wang <hongyu.wang@intel.com>
* gcc.target/i386/pr92658-avx2-2.c: New test.
* gcc.target/i386/pr92658-avx512bw-2.c: Likewise.
* gcc.target/i386/pr92658-sse4-2.c: Likewise.
2020-12-27 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/asm-2.c: Use different register for iq2000.

View File

@ -1,3 +1,7 @@
2020-12-28 Gerald Pfeifer <gerald@pfeifer.com>
* libgomp.texi (Top): Avoid bad "up" link.
2020-12-18 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/task-6.c: New test.