Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-04 18:38:23 -0800 (Fri, 04 Mar 2005)
Revision: 6841
Log message:

      This is a bit painful, but I added the condition-code an an explicit
      binding to the instructions.  The main reason is to allow instruction
      reordering, which requires analysis of the instructions that modify
      the condition codes.
      

Changes  Path
+138 -43 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+203 -62 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+1 -85 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.ml
+0 -33 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.mli
+6 -0 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen.ml
+15 -6 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen.mli
+13 -0 mpcompiler/mmc/arch/x86/mmc_x86_theory.ml
+2 -0 mpcompiler/mmc/arch/x86/mmc_x86_theory.mli
+7 -7 mpcompiler/mmc/extensions/int/mmc_x86_int.ml