Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-03-25 20:50:58 -0800 (Thu, 25 Mar 2004)
Revision: 5561
Log message:

      Pretty good code generation for factorial.  The next step is to figure out
      how to eliminate the intermediate mov's.
      

Changes  Path
+10 -2 mpcompiler/mmc/arch/util/mmc_hoist.ml
+1 -1 mpcompiler/mmc/arch/util/mmc_hoist.mli
+5 -2 mpcompiler/mmc/arch/x86/mmc_x86_asm.ml
+16 -0 mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml
+5 -0 mpcompiler/mmc/arch/x86/mmc_x86_codegen.mli
+0 -0 mpcompiler/mmc/arch/x86/mmc_x86_opt1.ml
+3 -3 mpcompiler/mmc/extensions/bool/mmc_ext_boolean_x86.ml
+3 -3 mpcompiler/mmc/extensions/fix/mmc_ext_fix_x86.ml
+1 -1 mpcompiler/mmc/extensions/int/mmc_ext_integer_x86.ml