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.