diff options
-rw-r--r-- | gcc/ChangeLog | 29 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 15 |
3 files changed, 45 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f31d50..e4998c5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,32 @@ +2021-12-24 Uroš Bizjak <ubizjak@gmail.com> + + PR target/95046 + PR target/103797 + * config/i386/mmx.md (divv2sf3): New instruction pattern. + +2021-12-24 Iain Sandoe <iain@sandoe.co.uk> + + * config/darwin.c (darwin_override_options): Make a comment + more inclusive. + +2021-12-24 Iain Sandoe <iain@sandoe.co.uk> + + * config.gcc: Emit L2_MAX_OFILE_ALIGNMENT with suitable + values for the host. + * config/darwin.c (darwin_emit_common): Error for alignment + values > 32768. + * config/darwin.h (MAX_OFILE_ALIGNMENT): Rework to use the + configured L2_MAX_OFILE_ALIGNMENT. + +2021-12-24 Iain Sandoe <iain@sandoe.co.uk> + + * config/darwin.c (darwin_override_options): When checking for the + flag-reorder-and-partition case, also check that it is set on. + +2021-12-24 Iain Sandoe <iain@sandoe.co.uk> + + * config/darwin.h (OBJECT_FORMAT_MACHO): New. + 2021-12-23 Roger Sayle <roger@nextmovesoftware.com> Uroš Bizjak <ubizjak@gmail.com> diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 14fac3a..3d57afb 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211224 +20211225 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8309991..b3c4496 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2021-12-24 Uroš Bizjak <ubizjak@gmail.com> + + PR target/95046 + PR target/103797 + * gcc.target/i386/pr95046-1.c (test_div): Add. + (dg-options): Add -mno-recip. + +2021-12-24 Iain Sandoe <iain@sandoe.co.uk> + + * gcc.dg/darwin-aligned-globals.c: New test. + * gcc.dg/darwin-comm-1.c: New test. + * gcc.dg/attr-aligned.c: Amend for new alignment values on + Darwin. + * gcc.target/i386/pr89261.c: Likewise. + 2021-12-23 H.J. Lu <hjl.tools@gmail.com> * gcc.target/i386/smuldi3_highpart.c: Replace long with long long. |