blaise/scripts
Graeme Geldenhuys 8066259d18 feat: add native fixpoint verification script
scripts/fixpoint-native.sh verifies that the native backend is fully
self-hosting: stage-0 (QBE-compiled compiler) emits native assembly,
the linked stage-1 binary recompiles itself via --backend native to
produce stage-2, and stage-2 recompiles itself to produce stage-3.
A clean fixpoint means stage-2 and stage-3 assembly are identical.

Both fixpoints (QBE and native) are now required before every commit.
2026-06-10 14:02:01 +01:00
..
BOOTSTRAP.adoc tooling: rolling-bootstrap script for development-checkout builds 2026-06-03 08:05:16 +01:00
fixpoint-native.sh feat: add native fixpoint verification script 2026-06-10 14:02:01 +01:00
fixpoint.sh refactor(lang): remove IsNoArgFuncCall dead code, fix remaining bare calls 2026-06-06 20:28:13 +01:00
rolling-bootstrap.sh chore: adopt -SNAPSHOT version suffix, update README 2026-06-10 10:39:14 +01:00