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

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

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.