Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-08 16:05:43 -0800 (Tue, 08 Mar 2005)
Revision: 6861
Log message:

      Added reserves.  Have to handle spills correctly before this
      works.
      

Changes  Path
+5 -1 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+19 -4 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+1 -0 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.ml
+1 -0 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.mli
+1 -0 mpcompiler/mmc/arch/x86/codegen/Files
+108 -6 mpcompiler/mmc/arch/x86/codegen/mmc_x86_reserve.ml
+45 -1 mpcompiler/mmc/arch/x86/codegen/mmc_x86_reserve.mli
+79 -2 mpcompiler/mmc/arch/x86/print/mmc_x86_print.ml
+8 -0 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_rename.ml
+6 -0 mpcompiler/mmc/arch/x86/type/mmc_x86_type_check_core.ml
+51 -16 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.ml
+7 -0 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.mli
+22 -20 mpcompiler/mmc/test/mmc
+10 -7 mpcompiler/util/mm_arith_util.ml