* [PATCH 0/1] Add LoongArch64 support for D frontend
@ 2023-09-23 23:20 liushuyu
0 siblings, 0 replies; 2+ messages in thread
From: liushuyu @ 2023-09-23 23:20 UTC (permalink / raw)
To: gcc-patches
This patch adds the LoongArch64 support for GCC D frontend.
The runtime support is submitted as a separate patch here:
https://github.com/dlang/dmd/pull/15628.
You can find more information about the LoongArch architecture on this
website:
https://loongson.github.io/LoongArch-Documentation/README-EN.html.
Zixing Liu (1):
gcc/d: add LoongArch64 support for D frontend
gcc/config.gcc | 1 +
gcc/config/loongarch/loongarch-d.cc | 82 ++++++++++++++++
gcc/config/loongarch/loongarch-d.h | 26 +++++
gcc/config/loongarch/t-loongarch | 4 +
.../fail_compilation/reserved_version.d | 98 +++++++++++--------
.../reserved_version_switch.d | 12 +++
libphobos/configure.tgt | 3 +
libphobos/libdruntime/gcc/sections/elf.d | 2 +
libphobos/libdruntime/gcc/unwind/generic.d | 1 +
9 files changed, 186 insertions(+), 43 deletions(-)
create mode 100644 gcc/config/loongarch/loongarch-d.cc
create mode 100644 gcc/config/loongarch/loongarch-d.h
--
2.42.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/1] Add LoongArch64 support for D frontend
@ 2023-09-23 23:30 liushuyu
0 siblings, 0 replies; 2+ messages in thread
From: liushuyu @ 2023-09-23 23:30 UTC (permalink / raw)
To: gcc-patches; +Cc: Zixing Liu
From: Zixing Liu <liushuyu011@gmail.com>
This patch adds the LoongArch64 support for GCC D frontend.
The runtime support is submitted as a separate patch here:
https://github.com/dlang/dmd/pull/15628.
You can find more information about the LoongArch architecture on this
website:
https://loongson.github.io/LoongArch-Documentation/README-EN.html.
Zixing Liu (1):
gcc/d: add LoongArch64 support for D frontend
gcc/config.gcc | 1 +
gcc/config/loongarch/loongarch-d.cc | 82 ++++++++++++++++
gcc/config/loongarch/loongarch-d.h | 26 +++++
gcc/config/loongarch/t-loongarch | 4 +
.../fail_compilation/reserved_version.d | 98 +++++++++++--------
.../reserved_version_switch.d | 12 +++
libphobos/configure.tgt | 3 +
libphobos/libdruntime/gcc/sections/elf.d | 2 +
libphobos/libdruntime/gcc/unwind/generic.d | 1 +
9 files changed, 186 insertions(+), 43 deletions(-)
create mode 100644 gcc/config/loongarch/loongarch-d.cc
create mode 100644 gcc/config/loongarch/loongarch-d.h
--
2.42.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-23 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-23 23:20 [PATCH 0/1] Add LoongArch64 support for D frontend liushuyu
2023-09-23 23:30 liushuyu
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).