public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add LoongarchV1.1 instructions support.
@ 2023-11-17  8:33 Lulu Cheng
  2023-11-17  8:33 ` [PATCH v1 1/3] LoongArch: Add LA664 support Lulu Cheng
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Lulu Cheng @ 2023-11-17  8:33 UTC (permalink / raw)
  To: gcc-patches; +Cc: xry111, i, xuchenghua, Lulu Cheng


Lulu Cheng (3):
  LoongArch: Add LA664 support.
  LoongArch: Implement atomic operations using LoongArch1.1
    instructions.
  LoongArch: atomic_load and atomic_store are implemented using dbar
    grading.

 gcc/config.gcc                                |  10 +-
 .../loongarch/genopts/loongarch-strings       |   1 +
 gcc/config/loongarch/genopts/loongarch.opt.in |   3 +
 gcc/config/loongarch/loongarch-cpu.cc         |   4 +
 gcc/config/loongarch/loongarch-def.c          |  21 ++
 gcc/config/loongarch/loongarch-def.h          |  10 +-
 gcc/config/loongarch/loongarch-opts.cc        |   8 +-
 gcc/config/loongarch/loongarch-opts.h         |   6 +-
 gcc/config/loongarch/loongarch-str.h          |   1 +
 gcc/config/loongarch/loongarch.cc             |   7 +-
 gcc/config/loongarch/loongarch.opt            |   3 +
 gcc/config/loongarch/sync.md                  | 256 ++++++++++++++----
 12 files changed, 263 insertions(+), 67 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-11-18  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17  8:33 [PATCH v1 0/3] Add LoongarchV1.1 instructions support Lulu Cheng
2023-11-17  8:33 ` [PATCH v1 1/3] LoongArch: Add LA664 support Lulu Cheng
2023-11-17 12:31   ` Xi Ruoyao
2023-11-17 12:58     ` chenglulu
2023-11-17  8:33 ` [PATCH v1 2/3] LoongArch: Implement atomic operations using LoongArch1.1 instructions Lulu Cheng
2023-11-17  8:33 ` [PATCH v1 3/3] LoongArch: atomic_load and atomic_store are implemented using dbar grading Lulu Cheng
2023-11-17 11:09 ` [PATCH v1 0/3] Add LoongarchV1.1 instructions support Xi Ruoyao
2023-11-18  8:15   ` [pushed ][PATCH " chenglulu

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