public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Yang Yujie <yangyujie@loongson.cn>
To: Zixing Liu <liushuyu011@gmail.com>
Cc: gcc-patches@gcc.gnu.org, Iain Buclaw <ibuclaw@gdcproject.org>
Subject: Re: [PATCH v2 0/1] Add LoongArch64 support for D frontend
Date: Mon, 25 Sep 2023 18:04:46 +0800	[thread overview]
Message-ID: <fch7n3soneki4dh2qvvptwyk46mytbgaqb422aoyckidnj3kur@cd4sm3tsojsn> (raw)
In-Reply-To: <20230924214038.30221-1-liushuyu011@gmail.com>

Hi Zixing,

We are also working on a patch series that could pass the libphobos regression tests.
Will post this later once all failed items are fixed.

Yujie

On Sun, Sep 24, 2023 at 03:40:32PM -0600, Zixing Liu wrote:
> 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.
> 
> ------
> 
> Changes since the last revision of the patch:
> 
> * Corrected copyright years in loongarch-d.cc and loongarch-d.h.
> * Removed changes to the tests, the changes have been rolled into the DMD
>   changes in:
>   https://github.com/dlang/dmd/pull/15628/commits/eb84b8a2bc86aa751ad6f472422e8abad63ff500
>   .
> * Removed D_LP32 and D_LP64 bits. Since LoongArch ABIs are somewhat
>   complicated, we may introduce the ABI information in the form of target
>   traits in the future.
> 
> Zixing Liu (1):
> 
>  gcc/config.gcc                             |  1 +
>  gcc/config/loongarch/loongarch-d.cc        | 77 ++++++++++++++++++++++
>  gcc/config/loongarch/loongarch-d.h         | 26 ++++++++
>  gcc/config/loongarch/t-loongarch           |  4 ++
>  libphobos/configure.tgt                    |  3 +
>  libphobos/libdruntime/gcc/sections/elf.d   |  2 +
>  libphobos/libdruntime/gcc/unwind/generic.d |  1 +
>  7 files changed, 114 insertions(+)
>  create mode 100644 gcc/config/loongarch/loongarch-d.cc
>  create mode 100644 gcc/config/loongarch/loongarch-d.h
> 
> -- 
> 2.42.0


  parent reply	other threads:[~2023-09-25 10:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-24 21:40 Zixing Liu
2023-09-24 21:40 ` [PATCH v2 1/1] gcc/d: add " Zixing Liu
2023-09-25 10:04 ` Yang Yujie [this message]
2023-09-25 15:12   ` [PATCH v2 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=fch7n3soneki4dh2qvvptwyk46mytbgaqb422aoyckidnj3kur@cd4sm3tsojsn \
    --to=yangyujie@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ibuclaw@gdcproject.org \
    --cc=liushuyu011@gmail.com \
    /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).