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

Quentin Carbonneaux 4f9b94a9b3 formatting fixes in tests преди 23 часа
amd64 01102ad63b winabi: fix isel of large consts преди 23 часа
arm64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX преди 1 месец
doc d166a61141 Implementation of Windows amd64_win target преди 23 часа
minic 348f2eac90 minic: C23 doesn't allow bool as identifier преди 11 месеца
rv64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX преди 1 месец
test 4f9b94a9b3 formatting fixes in tests преди 23 часа
tools d166a61141 Implementation of Windows amd64_win target преди 23 часа
.gitignore c2ff93e75e Global Value Numbering / Global Code Motion преди 11 месеца
LICENSE 7201079137 update copyright years преди 1 месец
Makefile d166a61141 Implementation of Windows amd64_win target преди 23 часа
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 d166a61141 Implementation of Windows amd64_win target преди 23 часа
cfg.c 640c78d0da fix typo in simplcfg преди 1 месец
copy.c 120f316162 skip deleted phis in use width scan преди 8 месеца
emit.c 5f40188f9e cosmetics in emit.c преди 23 часа
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 преди 1 месец
ifopt.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX преди 1 месец
live.c c9f04db881 refine assertion in liveness analysis преди 3 години
load.c f3ca257737 gvn/gcm review преди 11 месеца
main.c d166a61141 Implementation of Windows amd64_win target преди 23 часа
mem.c 2c2051542b relax one assert преди 1 година
ops.h c6336557da ifopt simplifications преди 1 месец
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 преди 1 месец
ssa.c f3ca257737 gvn/gcm review преди 11 месеца
util.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX преди 1 месец

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.