Adapt general LAP generation rules to AMD x86-64.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 30 Oct 2009 22:11:15 +0000 (18:11 -0400)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Oct 2009 22:11:15 +0000 (18:11 -0400)
commitbc6da5d282ac28257cc2c4a0c564efdf86f0cf67
treeebae1f0a29b5fc343a24656282e1b222d417268b
parent69894a9ad9efad1fb4f0e4bbcf87c26efcce6995
Adapt general LAP generation rules to AMD x86-64.

Move interrupt-check analysis to new file back/checks.scm.  Later,
the other back ends should switch to using this, rather than having
copies of the code.

Fixnum and flonum rules are not yet adapted.
src/compiler/back/checks.scm [new file with mode: 0644]
src/compiler/machines/x86-64/lapgen.scm
src/compiler/machines/x86-64/rules1.scm
src/compiler/machines/x86-64/rules2.scm
src/compiler/machines/x86-64/rules3.scm
src/compiler/machines/x86-64/rules4.scm
src/compiler/machines/x86-64/rulrew.scm