public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LoongArch GDC support.
@ 2023-11-17 10:00 Yang Yujie
  2023-11-17 10:00 ` [PATCH 1/3] LoongArch: Adjust D version strings Yang Yujie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yang Yujie @ 2023-11-17 10:00 UTC (permalink / raw)
  To: gcc-patches; +Cc: ibuclaw, chenglulu, xuchenghua, Yang Yujie

This patchset is based on Zixing Liu's initial support patch:
https://gcc.gnu.org/pipermail/gcc-patches/2023-September/631260.html

Yang Yujie (3):
  LoongArch: Adjust D version strings.
  libphobos: Update build scripts for LoongArch64.
  libphobos: Adjust LoongArch definitons.

 gcc/config/loongarch/loongarch-d.cc           |  27 ++--
 gcc/d/dmd/cond.d                              |   6 +-
 gcc/d/implement-d.texi                        |   6 +
 libphobos/configure                           |  21 ++-
 libphobos/libdruntime/Makefile.am             |   3 +
 libphobos/libdruntime/Makefile.in             |  98 ++++++++-----
 .../config/loongarch/switchcontext.S          | 133 ++++++++++++++++++
 libphobos/libdruntime/core/stdc/fenv.d        |   8 +-
 libphobos/libdruntime/core/stdc/stdarg.d      |   6 +
 libphobos/libdruntime/core/sys/elf/package.d  |   2 +
 .../libdruntime/core/sys/linux/sys/auxv.d     |  17 +++
 .../libdruntime/core/sys/linux/sys/mman.d     |   1 +
 libphobos/libdruntime/core/thread/fiber.d     |  55 +++++---
 libphobos/libdruntime/core/vararg.d           |   7 +
 libphobos/m4/druntime/cpu.m4                  |   5 +
 libphobos/src/std/math/hardware.d             |  77 ++++++++++
 16 files changed, 389 insertions(+), 83 deletions(-)
 create mode 100644 libphobos/libdruntime/config/loongarch/switchcontext.S

-- 
2.42.1


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

end of thread, other threads:[~2023-11-17 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17 10:00 [PATCH 0/3] LoongArch GDC support Yang Yujie
2023-11-17 10:00 ` [PATCH 1/3] LoongArch: Adjust D version strings Yang Yujie
2023-11-17 10:00 ` [PATCH 2/3] libphobos: Update build scripts for LoongArch64 Yang Yujie
2023-11-17 10:00 ` [PATCH 3/3] libphobos: Adjust LoongArch definitons Yang Yujie

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