QBE Compiler Backend Library #compiler #lang-dev #compiler-dev #library #c

Roland Paterson-Jones 95541ccfb0 Simple Inner Loop Optimzation hai 1 ano
amd64 f3ca257737 gvn/gcm review hai 11 meses
arm64 86d13b93e8 arm64: use IP1 as scratch register hai 11 meses
doc 1dd22a9b47 function params must be unique hai 1 ano
minic 348f2eac90 minic: C23 doesn't allow bool as identifier hai 11 meses
rv64 0ce9966c23 Re-use (vgrow) b->ins vector in backend xxx_abi() fn's. hai 11 meses
test f3ca257737 gvn/gcm review hai 11 meses
tools 903610de4f tools/test.sh: test the native architecture without QEMU hai 11 meses
.gitignore c2ff93e75e Global Value Numbering / Global Code Motion hai 11 meses
LICENSE ec5502645f 10 years of qbe! hai 11 meses
Makefile 95541ccfb0 Simple Inner Loop Optimzation hai 10 meses
README ec5502645f 10 years of qbe! hai 11 meses
abi.c a9a70e30a8 add new target-specific abi0 pass %!s(int64=3) %!d(string=hai) anos
alias.c bd7a73d0ea fix bug in alias analysis hai 1 ano
all.h 95541ccfb0 Simple Inner Loop Optimzation hai 10 meses
cfg.c f3ca257737 gvn/gcm review hai 11 meses
copy.c f3ca257737 gvn/gcm review hai 11 meses
emit.c 875c1abf93 drop unnecessary check hai 1 ano
fold.c f3ca257737 gvn/gcm review hai 11 meses
gcm.c f3ca257737 gvn/gcm review hai 11 meses
gvn.c f3ca257737 gvn/gcm review hai 11 meses
live.c c9f04db881 refine assertion in liveness analysis %!s(int64=3) %!d(string=hai) anos
load.c f3ca257737 gvn/gcm review hai 11 meses
loopopt.c 95541ccfb0 Simple Inner Loop Optimzation hai 10 meses
main.c 95541ccfb0 Simple Inner Loop Optimzation hai 10 meses
mem.c 2c2051542b relax one assert hai 1 ano
ops.h f3ca257737 gvn/gcm review hai 11 meses
parse.c f3ca257737 gvn/gcm review hai 11 meses
rega.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) hai 11 meses
simpl.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) hai 11 meses
spill.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) hai 11 meses
ssa.c f3ca257737 gvn/gcm review hai 11 meses
util.c f3ca257737 gvn/gcm review hai 11 meses

README

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

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

The LICENSE file applies to all files distributed.

- Compilation and Installation

Invoke make in this directory to create the executable
file qbe. Install using 'make install', the standard
DESTDIR and PREFIX environment variables are supported.
Alternatively, you may simply copy the qbe binary.