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

Richard McCormack cf06ce159d Modify amd64 fixarg to fix calling constant addresses пре 1 месец
amd64 cf06ce159d Modify amd64 fixarg to fix calling constant addresses пре 4 недеља
arm64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља
doc 1dd22a9b47 function params must be unique пре 1 година
minic 348f2eac90 minic: C23 doesn't allow bool as identifier пре 11 месеци
rv64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља
test 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља
tools 903610de4f tools/test.sh: test the native architecture without QEMU пре 11 месеци
.gitignore c2ff93e75e Global Value Numbering / Global Code Motion пре 11 месеци
LICENSE 7201079137 update copyright years пре 4 недеља
Makefile 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља
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 e8365dd0a2 new simplcfg pass пре 4 недеља
cfg.c 640c78d0da fix typo in simplcfg пре 4 недеља
copy.c 120f316162 skip deleted phis in use width scan пре 8 месеци
emit.c e0ded59639 please as with truncated constants пре 1 месец
fold.c f3ca257737 gvn/gcm review пре 11 месеци
gcm.c f3ca257737 gvn/gcm review пре 11 месеци
gvn.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља
ifopt.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља
live.c c9f04db881 refine assertion in liveness analysis пре 3 година
load.c f3ca257737 gvn/gcm review пре 11 месеци
main.c e8365dd0a2 new simplcfg pass пре 4 недеља
mem.c 2c2051542b relax one assert пре 1 година
ops.h c6336557da ifopt simplifications пре 4 недеља
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 6a2dca8b99 fix jmp arg spilling пре 4 недеља
ssa.c f3ca257737 gvn/gcm review пре 11 месеци
util.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX пре 4 недеља

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.