2
0

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

Quentin Carbonneaux 120f316162 skip deleted phis in use width scan 6 сар өмнө
amd64 8d5b86ac4c fix fp constants on big endian hosts 8 сар өмнө
arm64 8d5b86ac4c fix fp constants on big endian hosts 8 сар өмнө
doc 1dd22a9b47 function params must be unique 1 жил өмнө
minic 348f2eac90 minic: C23 doesn't allow bool as identifier 9 сар өмнө
rv64 8d5b86ac4c fix fp constants on big endian hosts 8 сар өмнө
test f3ca257737 gvn/gcm review 9 сар өмнө
tools 903610de4f tools/test.sh: test the native architecture without QEMU 9 сар өмнө
.gitignore c2ff93e75e Global Value Numbering / Global Code Motion 9 сар өмнө
LICENSE ec5502645f 10 years of qbe! 9 сар өмнө
Makefile 789e38fdb2 Makefile: add explicit target to test the x86_64 backend 9 сар өмнө
README ec5502645f 10 years of qbe! 9 сар өмнө
abi.c a9a70e30a8 add new target-specific abi0 pass 3 жил өмнө
alias.c bd7a73d0ea fix bug in alias analysis 1 жил өмнө
all.h 8d5b86ac4c fix fp constants on big endian hosts 8 сар өмнө
cfg.c f3ca257737 gvn/gcm review 9 сар өмнө
copy.c 120f316162 skip deleted phis in use width scan 6 сар өмнө
emit.c 8d5b86ac4c fix fp constants on big endian hosts 8 сар өмнө
fold.c f3ca257737 gvn/gcm review 9 сар өмнө
gcm.c f3ca257737 gvn/gcm review 9 сар өмнө
gvn.c f3ca257737 gvn/gcm review 9 сар өмнө
live.c c9f04db881 refine assertion in liveness analysis 3 жил өмнө
load.c f3ca257737 gvn/gcm review 9 сар өмнө
main.c f3ca257737 gvn/gcm review 9 сар өмнө
mem.c 2c2051542b relax one assert 1 жил өмнө
ops.h f3ca257737 gvn/gcm review 9 сар өмнө
parse.c f3ca257737 gvn/gcm review 9 сар өмнө
rega.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) 9 сар өмнө
simpl.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) 9 сар өмнө
spill.c 434cf5fdc4 idup(Ins **, Ins *, ulong) -> idup(Blk *, Ins *, ulong) 9 сар өмнө
ssa.c f3ca257737 gvn/gcm review 9 сар өмнө
util.c f3ca257737 gvn/gcm review 9 сар өмнө

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.