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

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

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.