Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-31 10:44:18 -0800 (Thu, 31 Mar 2005)
Revision: 7074
Log message:

      Whew, mmc_int_test/test_fib now works.  This had some problems
      during hoisting.
      
      Also, I reintroduced the "front" stage, but don't worry,
      all it does now is convert short-circuit operations to
      conditionals.
      

Changes  Path
+14 -9 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_convention.ml
+1 -73 mpcompiler/mmc/core/mmc_core_front.ml
+0 -8 mpcompiler/mmc/core/mmc_core_front.mli
+3 -0 mpcompiler/mmc/core/mmc_core_theory.ml
+8 -29 mpcompiler/mmc/extensions/bool/mmc_ext_bool.ml
+1 -2 mpcompiler/mmc/extensions/bool/mmc_x86_bool.ml
+0 -7 mpcompiler/mmc/extensions/int/mmc_ext_int.ml
+0 -2 mpcompiler/mmc/extensions/loop/mmc_ext_loop.ml
+0 -23 mpcompiler/mmc/extensions/operator/mmc_ext_operator.ml
+3 -1 mpcompiler/mmc/test/mmc
+1 -1 mpcompiler/mmc/test/mmc_int_test.ml