chibicc icon indicating copy to clipboard operation
chibicc copied to clipboard

LoongArch backend port

Open shipujin opened this issue 2 years ago • 2 comments

Hi,

I'm adding a LoongArch backend to chibicc and making some progress, treated the porting process of chibicc as a learning process about the LoongArch assembly and compiler. Anyone interested in chibicc and LoongArch can go and play. The fork's commit history is (almost) the same as the original project, and only codegen related code has been ported to LoongArch instead of x86-64.

chibicc-loongarch: https://github.com/shipujin/chibicc-loongarch

Cheers~

shipujin avatar Aug 19 '22 05:08 shipujin

Hi @shipujin , if you are interested I fixed some bugs from chibicc and adding some parameters needed to be able to compile some projects like curl.

stormalf avatar Sep 17 '22 14:09 stormalf

@shipujin , if you are interested I fixed some bugs from chibicc and adding some parameters needed to be able to compile some projects like curl.

I am very interested, but I have been busy with other things recently, and I will test adding your fix later Cheers~

shipujin avatar Sep 19 '22 06:09 shipujin