public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xtensa: fix floating-point parts of machine description
@ 2014-10-12 22:46 Max Filippov
  2014-10-12 22:46 ` [PATCH 1/2] xtensa: drop unimplemented floating point operations Max Filippov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Max Filippov @ 2014-10-12 22:46 UTC (permalink / raw)
  To: gcc-patches; +Cc: Sterling Augustine, Marc Gauthier, Max Filippov

Hi Sterling,

this series fixes two bugs in xtensa.md:
- generation of non-existent instructions for division/reciprocal/square root
- generation of pre- or post-increment floating point loads/stores depending
  on whether the core supports former or latter.

These changes allow building gcc for modern xtensa cores with FPU.
Tested on xtensa-linux-uclibc.

Max Filippov (2):
  xtensa: drop unimplemented floating point operations
  xtensa: use pre- and postincrement FP load/store when available

 gcc/config/xtensa/xtensa.h  |  4 +++
 gcc/config/xtensa/xtensa.md | 80 ++++++++++++++++++++-------------------------
 2 files changed, 39 insertions(+), 45 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-10-15  4:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-12 22:46 [PATCH 0/2] xtensa: fix floating-point parts of machine description Max Filippov
2014-10-12 22:46 ` [PATCH 1/2] xtensa: drop unimplemented floating point operations Max Filippov
2014-10-13 16:09   ` augustine.sterling
2014-10-15  4:23     ` Max Filippov
2014-10-12 23:19 ` [PATCH 2/2] xtensa: use pre- and postincrement FP load/store when available Max Filippov
2014-10-13 16:05   ` augustine.sterling
2014-10-14  0:16     ` Max Filippov
2014-10-15  4:34     ` Max Filippov
2014-10-13 16:04 ` [PATCH 0/2] xtensa: fix floating-point parts of machine description augustine.sterling
2014-10-13 22:43   ` Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).