public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Updates for PRU backend
@ 2020-05-03 16:11 Dimitar Dimitrov
  2020-05-03 16:12 ` [PATCH v2 1/5] PRU: Fix comment to avoid fall through warning Dimitar Dimitrov
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Dimitar Dimitrov @ 2020-05-03 16:11 UTC (permalink / raw)
  To: gcc-patches

One of the changes frees a previously fixed register, per
ABI clarification from TI, for local usage from function.
The change is backwards compatible.

Rest of changes are cleanups.

Testsuite did not reveal any regressions.

Dimitar Dimitrov (5):
  PRU: Fix comment to avoid fall through warning
  PRU: Simplify machine description
  PRU: Fix R3.w0 register class
  testsuite: pru: Add clobber test
  PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED

 gcc/config/pru/pru.c                          | 80 ++++---------------
 gcc/config/pru/pru.h                          | 11 ++-
 gcc/config/pru/pru.md                         |  6 +-
 gcc/testsuite/gcc.target/pru/clobber-sp.c     | 24 ++++++
 .../pru/lra-framepointer-fragmentation-1.c    |  5 +-
 .../pru/lra-framepointer-fragmentation-2.c    | 10 ++-
 6 files changed, 58 insertions(+), 78 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/pru/clobber-sp.c

-- 
2.20.1


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

end of thread, other threads:[~2020-05-05 17:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 16:11 [PATCH v2 0/5] Updates for PRU backend Dimitar Dimitrov
2020-05-03 16:12 ` [PATCH v2 1/5] PRU: Fix comment to avoid fall through warning Dimitar Dimitrov
2020-05-03 16:12 ` [PATCH v2 2/5] PRU: Simplify machine description Dimitar Dimitrov
2020-05-03 16:12 ` [PATCH v2 3/5] PRU: Fix R3.w0 register class Dimitar Dimitrov
2020-05-03 16:12 ` [PATCH v2 4/5] testsuite: pru: Add clobber test Dimitar Dimitrov
2020-05-03 16:12 ` [PATCH v2 5/5] PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED Dimitar Dimitrov
2020-05-05 16:00 ` [PATCH v2 0/5] Updates for PRU backend Jeff Law
2020-05-05 17:57   ` Dimitar Dimitrov

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).