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

Quentin Carbonneaux 4f9b94a9b3 formatting fixes in tests hace 22 horas
amd64 01102ad63b winabi: fix isel of large consts hace 22 horas
arm64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hace 1 mes
doc d166a61141 Implementation of Windows amd64_win target hace 22 horas
minic 348f2eac90 minic: C23 doesn't allow bool as identifier hace 11 meses
rv64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hace 1 mes
test 4f9b94a9b3 formatting fixes in tests hace 22 horas
tools d166a61141 Implementation of Windows amd64_win target hace 22 horas
.gitignore c2ff93e75e Global Value Numbering / Global Code Motion hace 11 meses
LICENSE 7201079137 update copyright years hace 1 mes
Makefile d166a61141 Implementation of Windows amd64_win target hace 22 horas
README ec5502645f 10 years of qbe! hace 11 meses
abi.c a9a70e30a8 add new target-specific abi0 pass hace 3 años
alias.c bd7a73d0ea fix bug in alias analysis hace 1 año
all.h d166a61141 Implementation of Windows amd64_win target hace 22 horas
cfg.c 640c78d0da fix typo in simplcfg hace 1 mes
copy.c 120f316162 skip deleted phis in use width scan hace 8 meses
emit.c 5f40188f9e cosmetics in emit.c hace 22 horas
fold.c f3ca257737 gvn/gcm review hace 11 meses
gcm.c f3ca257737 gvn/gcm review hace 11 meses
gvn.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hace 1 mes
ifopt.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hace 1 mes
live.c c9f04db881 refine assertion in liveness analysis hace 3 años
load.c f3ca257737 gvn/gcm review hace 11 meses
main.c d166a61141 Implementation of Windows amd64_win target hace 22 horas
mem.c 2c2051542b relax one assert hace 1 año
ops.h c6336557da ifopt simplifications hace 1 mes
parse.c f3ca257737 gvn/gcm review hace 11 meses
rega.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) hace 11 meses
simpl.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) hace 11 meses
spill.c 6a2dca8b99 fix jmp arg spilling hace 1 mes
ssa.c f3ca257737 gvn/gcm review hace 11 meses
util.c 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX hace 1 mes

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.