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

Quentin Carbonneaux 4f9b94a9b3 formatting fixes in tests 14 часов назад
amd64 01102ad63b winabi: fix isel of large consts 14 часов назад
arm64 5c1eb24e2c If-conversion RFC 4 - x86 only (for now), use cmovXX 1 месяц назад
doc d166a61141 Implementation of Windows amd64_win target 14 часов назад
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 14 часов назад
tools d166a61141 Implementation of Windows amd64_win target 14 часов назад
.gitignore c2ff93e75e Global Value Numbering / Global Code Motion 11 месяцев назад
LICENSE 7201079137 update copyright years 1 месяц назад
Makefile d166a61141 Implementation of Windows amd64_win target 14 часов назад
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 14 часов назад
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 14 часов назад
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 14 часов назад
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.