~boringcactus/crowbar-qbe

qbe patches for crowbar
1dbd3fd0 — Melody Horn 4 years ago
make debugging easier
6d107542 — Melody Horn 4 years ago
fix?? some pieces of win ABI
5107b84f — Melody Horn 4 years ago
get closer to implementing win64 fastcall

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~boringcactus/crowbar-qbe
read/write
git@git.sr.ht:~boringcactus/crowbar-qbe

You can also use your local clone with git send-email.

QBE - Backend Compiler              http://c9x.me/compile/

doc/    Documentation.
minic/  An example C frontend for QBE.
tools/  Miscellaneous tools (testing).
test/   Tests.
amd64/
arm64/  Architecture-specific code.

The LICENSE file applies to all files distributed.

- Compilation

Invoke GNU make in this directory to create the executable
file obj/qbe.  On some systems (BSD) you might have to use
'gmake' instead of 'make'.
Do not follow this link