public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] RISC-V big endian support
@ 2021-03-19 19:49 Marcus Comstedt
  2021-03-19 19:49 ` [PATCH v4 1/7] RISC-V: Support -mlittle-endian and -mbig-endian Marcus Comstedt
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Marcus Comstedt @ 2021-03-19 19:49 UTC (permalink / raw)
  To: gcc-patches

New update of the RISC-V big endian support.

Changes since v3:

	* Changed riscv_subword to take endianness into account.  This
	  fixed multiple issues with long long on 32-bit.

Testsuite results are now on par with little endian also on 32 bit.
The only exception is gcc.c-torture/compile/pr35318.c, which has an
internal compiler error (test fail) on 32 bit big endian, but not
on 32 bit little endian (test pass, even though the generated code
looks suspicious).


  // Marcus



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

end of thread, other threads:[~2021-03-23  9:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 19:49 [PATCH v4 0/7] RISC-V big endian support Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 1/7] RISC-V: Support -mlittle-endian and -mbig-endian Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 2/7] RISC-V: Add riscv{32,64}be with big endian as default Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 3/7] RISC-V: Update soft-fp config for big-endian Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 4/7] RISC-V: Fix trampoline generation on big endian Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 5/7] RISC-V: Update shift-shift-5.c testcase for " Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 6/7] RISC-V: Fix matches against subreg with a bytenum of 0 in riscv.md Marcus Comstedt
2021-03-19 19:49 ` [PATCH v4 7/7] RISC-V: Fix riscv_subword() for big endian Marcus Comstedt
2021-03-23  9:30 ` [PATCH v4 0/7] RISC-V big endian support Kito Cheng

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