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

Richard McCormack cf06ce159d Modify amd64 fixarg to fix calling constant addresses hai 1 mes
amd64 cf06ce159d Modify amd64 fixarg to fix calling constant addresses hai 4 semanas
arm64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas
doc 1dd22a9b47 function params must be unique hai 1 ano
minic 348f2eac90 minic: C23 doesn't allow bool as identifier hai 11 meses
rv64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas
test 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas
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 7201079137 update copyright years hai 4 semanas
Makefile 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas
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 e8365dd0a2 new simplcfg pass hai 4 semanas
cfg.c 640c78d0da fix typo in simplcfg hai 4 semanas
copy.c 120f316162 skip deleted phis in use width scan hai 8 meses
emit.c e0ded59639 please as with truncated constants hai 1 mes
fold.c f3ca257737 gvn/gcm review hai 11 meses
gcm.c f3ca257737 gvn/gcm review hai 11 meses
gvn.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas
ifopt.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas
live.c c9f04db881 refine assertion in liveness analysis %!s(int64=3) %!d(string=hai) anos
load.c f3ca257737 gvn/gcm review hai 11 meses
main.c e8365dd0a2 new simplcfg pass hai 4 semanas
mem.c 2c2051542b relax one assert hai 1 ano
ops.h c6336557da ifopt simplifications hai 4 semanas
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 6a2dca8b99 fix jmp arg spilling hai 4 semanas
ssa.c f3ca257737 gvn/gcm review hai 11 meses
util.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hai 4 semanas

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.