Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-03 10:49:02 -0700 (Sun, 03 Apr 2005)
Revision: 7095
Log message:

      Finished the backend implementation of strings.
      mmc_special_test/test2 prints "Hello world\n"
      

Changes  Path
+1 -0 mpcompiler/mmc/arch/x86/codegen/Files
+7 -1 mpcompiler/mmc/arch/x86/codegen/mmc_x86_closure.ml
+3 -4 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen.ml
Added mpcompiler/mmc/arch/x86/codegen/mmc_x86_hoist.ml
Properties mpcompiler/mmc/arch/x86/codegen/mmc_x86_hoist.ml
Added mpcompiler/mmc/arch/x86/codegen/mmc_x86_hoist.mli
Properties mpcompiler/mmc/arch/x86/codegen/mmc_x86_hoist.mli
+5 -0 mpcompiler/mmc/arch/x86/mmc_x86_theory.ml
+33 -1 mpcompiler/mmc/arch/x86/print/mmc_x86_print.ml
+15 -2 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_backend.ml
+31 -9 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_rename.ml
+10 -2 mpcompiler/mmc/arch/x86/runtime/x86_external.c
+0 -77 mpcompiler/mmc/arch/x86/runtime/x86_runtime.c
+4 -2 mpcompiler/mmc/arch/x86/runtime/x86_runtime.h
+5 -4 mpcompiler/mmc/core/mmc_core_sweep.ml
+80 -0 mpcompiler/mmc/extensions/string/mmc_x86_string.ml
+3 -1 mpcompiler/mmc/test/mmc