public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* LoongArch Port
@ 2021-11-27  8:27 chenglulu
  2021-11-27  8:27 ` [PATCH 01/12] LoongArch Port: gcc build chenglulu
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: chenglulu @ 2021-11-27  8:27 UTC (permalink / raw)
  To: gcc-patches; +Cc: xuchenghua, chenglulu, yangyujie

The LoongArch architecture (LoongArch) is an Instruction Set
Architecture (ISA) that has a Reduced Instruction Set Computer (RISC)
style.
The documents are on
https://loongson.github.io/LoongArch-Documentation/README-EN.html

The ELF ABI Documents are on:
https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html

The binutils has been merged into trunk:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=560b3fe208255ae909b4b1c88ba9c28b09043307

Note: this GCC port requires the following patch applied to binutils to build.
https://github.com/loongson/binutils-gdb/commit/aacb0bf860f02aa5a7dcb76dd0e392bf871c7586
(will be submitted to upstream soon)

chenglulu (12):

LoongArch Port: gcc build
LoongArch Port: Regenerate gcc/configure.
LoongArch Port: Machine Decsription files.
LoongArch Port: Machine description C files and .h
LoongArch Port: Builtin functions.
LoongArch Port: Builtin macros.
LoongArch Port: libgcc
LoongArch Port: Regenerate libgcc/configure.
LoongArch Port: libgomp
LoongArch Port: gcc/testsuite
LoongArch Port: Regenerate configure
LoongArch Port: Add doc.



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

end of thread, other threads:[~2021-11-29 21:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27  8:27 LoongArch Port chenglulu
2021-11-27  8:27 ` [PATCH 01/12] LoongArch Port: gcc build chenglulu
2021-11-27 23:39   ` Xi Ruoyao
2021-11-27 23:43     ` Xi Ruoyao
2021-11-28  0:51   ` Xi Ruoyao
2021-11-29 21:10   ` Joseph Myers
2021-11-27  8:27 ` [PATCH 02/12] LoongArch Port: Regenerate gcc/configure chenglulu
2021-11-27  8:27 ` [PATCH 03/12] LoongArch Port: Machine Decsription files chenglulu
2021-11-27  8:27 ` [PATCH 04/12] LoongArch Port: Machine description C files and .h files chenglulu
2021-11-27  8:27 ` [PATCH 05/12] LoongArch Port: Builtin functions chenglulu
2021-11-27  8:27 ` [PATCH 06/12] LoongArch Port: Builtin macros chenglulu
2021-11-27  8:27 ` [PATCH 07/12] LoongArch Port: libgcc chenglulu
2021-11-27  8:27 ` [PATCH 08/12] LoongArch Port: Regenerate libgcc/configure chenglulu
2021-11-27  8:27 ` [PATCH 09/12] LoongArch Port: libgomp chenglulu
2021-11-27  8:27 ` [PATCH 10/12] LoongArch Port: gcc/testsuite chenglulu
2021-11-27  8:27 ` [PATCH 11/12] LoongArch Port: Regenerate configure chenglulu
2021-11-27  8:27 ` [PATCH 12/12] LoongArch Port: Add doc chenglulu
2021-11-27  9:57 ` LoongArch Port Xi Ruoyao
2021-11-28  0:06 ` Xi Ruoyao
2021-11-28  8:37 ` Xi Ruoyao

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