public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: liushuyu <liushuyu011@gmail.com>
To: gcc-patches@gcc.gnu.org
Cc: Zixing Liu <liushuyu011@gmail.com>
Subject: [PATCH 0/1] Add LoongArch64 support for D frontend
Date: Sat, 23 Sep 2023 17:30:50 -0600	[thread overview]
Message-ID: <20230923233056.1879184-1-liushuyu011@gmail.com> (raw)

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


             reply	other threads:[~2023-09-23 23:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-23 23:30 liushuyu [this message]
2023-09-23 23:30 ` [PATCH 1/1] gcc/d: add " liushuyu
  -- strict thread matches above, loose matches on Subject: below --
2023-09-23 23:20 [PATCH 0/1] Add " liushuyu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230923233056.1879184-1-liushuyu011@gmail.com \
    --to=liushuyu011@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).