Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-02-23 11:24:00 -0800 (Wed, 23 Feb 2005)
Revision: 6755
Log message:

      Yay, my first codegen rule, codegen_hoist_fun.  It is wrong,
      but that's beside the point.
      

Changes  Path
+4 -0 metaprl/refiner/reflib/refine_exn.ml
+40 -0 mpcompiler/mmc/arch/x86/mmc_x86_asm.ml
+190 -70 mpcompiler/mmc/arch/x86/mmc_x86_asm.mli
+2 -8 mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml
+22 -0 mpcompiler/mmc/core/mmc_core_tast.ml
+49 -20 mpcompiler/mmc/core/mmc_core_tast.mli