Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-02 19:35:06 -0800 (Sat, 02 Apr 2005)
Revision: 7089
Log message:

      We can now print integers with the print_int special call.
      

Changes  Path
+1 -1 mpcompiler/mmc/OMakefile
+1 -0 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.ml
+1 -0 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.mli
+48 -1 mpcompiler/mmc/arch/x86/print/mmc_x86_print.ml
+32 -8 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_backend.ml
+6 -13 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_rename.ml
+12 -0 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_slop.ml
+1 -0 mpcompiler/mmc/arch/x86/runtime/OMakefile
Added mpcompiler/mmc/arch/x86/runtime/x86_external.c
Properties mpcompiler/mmc/arch/x86/runtime/x86_external.c
+1 -10 mpcompiler/mmc/arch/x86/runtime/x86_runtime.c
Added mpcompiler/mmc/arch/x86/runtime/x86_runtime.h
Properties mpcompiler/mmc/arch/x86/runtime/x86_runtime.h
+1 -0 mpcompiler/mmc/arch/x86/type/mmc_x86_type_check.ml
+1 -0 mpcompiler/mmc/arch/x86/type/mmc_x86_type_check.mli
+31 -3 mpcompiler/mmc/extensions/special/mmc_x86_special.ml
+17 -0 mpcompiler/mmc/extensions/special/mmc_x86_special.mli