Copy i386 back end to begin x86-64 back end for LIAR.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 7 Oct 2009 19:09:56 +0000 (15:09 -0400)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 7 Oct 2009 19:09:56 +0000 (15:09 -0400)
commitefa0a9e1556c7959688fae2a7d2ace2fe875ca40
tree57b2651e57efbf5f3eba257207dae8409139b41c
parentb70592cd55646c24592cfc0e4a3d788a97934076
Copy i386 back end to begin x86-64 back end for LIAR.

Perhaps later we can merge the common parts to reduce the amount of
duplication, but this is most convenient for now.
28 files changed:
src/compiler/machines/x86-64/assmd.scm [new file with mode: 0644]
src/compiler/machines/x86-64/coerce.scm [new file with mode: 0644]
src/compiler/machines/x86-64/compiler.cbf [new file with mode: 0644]
src/compiler/machines/x86-64/compiler.pkg [new file with mode: 0644]
src/compiler/machines/x86-64/compiler.sf [new file with mode: 0644]
src/compiler/machines/x86-64/dassm1.scm [new file with mode: 0644]
src/compiler/machines/x86-64/dassm2.scm [new file with mode: 0644]
src/compiler/machines/x86-64/dassm3.scm [new file with mode: 0644]
src/compiler/machines/x86-64/decls.scm [new file with mode: 0644]
src/compiler/machines/x86-64/inerly.scm [new file with mode: 0644]
src/compiler/machines/x86-64/insmac.scm [new file with mode: 0644]
src/compiler/machines/x86-64/instr1.scm [new file with mode: 0644]
src/compiler/machines/x86-64/instr2.scm [new file with mode: 0644]
src/compiler/machines/x86-64/instrf.scm [new file with mode: 0644]
src/compiler/machines/x86-64/insutl.scm [new file with mode: 0644]
src/compiler/machines/x86-64/lapgen.scm [new file with mode: 0644]
src/compiler/machines/x86-64/lapopt.scm [new file with mode: 0644]
src/compiler/machines/x86-64/machin.scm [new file with mode: 0644]
src/compiler/machines/x86-64/make.scm [new file with mode: 0644]
src/compiler/machines/x86-64/pc-make.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rgspcm.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rules1.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rules2.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rules3.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rules4.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rulfix.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rulflo.scm [new file with mode: 0644]
src/compiler/machines/x86-64/rulrew.scm [new file with mode: 0644]