Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-04-05 18:19:28 -0700 (Mon, 05 Apr 2004)
Revision: 5607
Log message:

      Updated "opens" and "extends" directives to use the Mmc_ prefix.
      

Changes  Path
+4 -4 mpcompiler/mmc/arch/ra/mmc_ra_live.ml
+3 -3 mpcompiler/mmc/arch/ra/mmc_ra_live.mli
+5 -5 mpcompiler/mmc/arch/ra/mmc_ra_main.ml
+2 -2 mpcompiler/mmc/arch/ra/mmc_ra_main.mli
+2 -2 mpcompiler/mmc/arch/util/mmc_hoist.ml
+1 -1 mpcompiler/mmc/arch/util/mmc_hoist.mli
+1 -1 mpcompiler/mmc/arch/util/mmc_standardize.ml
+1 -1 mpcompiler/mmc/arch/util/mmc_standardize.mli
+10 -10 mpcompiler/mmc/arch/x86/mmc_x86_backend.ml
+3 -3 mpcompiler/mmc/arch/x86/mmc_x86_backend.mli
+5 -5 mpcompiler/mmc/arch/x86/mmc_x86_closure.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_closure.mli
+4 -4 mpcompiler/mmc/arch/x86/mmc_x86_coalesce.ml
+2 -2 mpcompiler/mmc/arch/x86/mmc_x86_coalesce.mli
+12 -12 mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_codegen.mli
+5 -5 mpcompiler/mmc/arch/x86/mmc_x86_convention.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_convention.mli
+3 -3 mpcompiler/mmc/arch/x86/mmc_x86_dead.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_dead.mli
+4 -4 mpcompiler/mmc/arch/x86/mmc_x86_frame.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_frame.mli
+5 -5 mpcompiler/mmc/arch/x86/mmc_x86_opt1.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_opt1.mli
+8 -8 mpcompiler/mmc/arch/x86/mmc_x86_prologue.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_prologue.mli
+6 -6 mpcompiler/mmc/arch/x86/mmc_x86_regalloc.ml
+3 -3 mpcompiler/mmc/arch/x86/mmc_x86_slop.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_slop.mli
+8 -8 mpcompiler/mmc/arch/x86/mmc_x86_spill.ml
+2 -2 mpcompiler/mmc/arch/x86/mmc_x86_spill.mli
+22 -22 mpcompiler/mmc/arch/x86/mmc_x86_theory.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_theory.mli
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_util.ml
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_util.mli
+3 -3 mpcompiler/mmc/core/mmc_core_ast.ml
+2 -2 mpcompiler/mmc/core/mmc_core_ast.mli
+1 -1 mpcompiler/mmc/core/mmc_core_ast_util.ml
+1 -1 mpcompiler/mmc/core/mmc_core_ast_util.mli
+6 -6 mpcompiler/mmc/core/mmc_core_closure.ml
+11 -11 mpcompiler/mmc/core/mmc_core_cps.ml
+3 -3 mpcompiler/mmc/core/mmc_core_cps.mli
+1 -1 mpcompiler/mmc/core/mmc_core_def.ml
+2 -2 mpcompiler/mmc/core/mmc_core_list_util.ml
+5 -5 mpcompiler/mmc/core/mmc_core_name.ml
+3 -3 mpcompiler/mmc/core/mmc_core_optimize.ml
+6 -6 mpcompiler/mmc/core/mmc_core_reserve.ml
+3 -3 mpcompiler/mmc/core/mmc_core_tast.ml
+2 -2 mpcompiler/mmc/core/mmc_core_tast.mli
+1 -1 mpcompiler/mmc/core/mmc_core_tast_util.ml
+1 -1 mpcompiler/mmc/core/mmc_core_tast_util.mli
+19 -19 mpcompiler/mmc/core/mmc_core_theory.ml
+1 -1 mpcompiler/mmc/core/mmc_core_theory.mli
+3 -3 mpcompiler/mmc/core/mmc_core_type_check.ml
+1 -1 mpcompiler/mmc/core/mmc_core_type_check.mli
+4 -4 mpcompiler/mmc/core/mmc_core_type_erase.ml
+5 -5 mpcompiler/mmc/core/mmc_core_type_infer.ml
+3 -3 mpcompiler/mmc/core/mmc_core_type_util.ml
+2 -2 mpcompiler/mmc/core/mmc_core_type_util.mli
+14 -14 mpcompiler/mmc/extensions/array/mmc_ext_array.ml
+1 -1 mpcompiler/mmc/extensions/array/mmc_ext_array.mli
+5 -5 mpcompiler/mmc/extensions/array/mmc_ext_array_x86.ml
+2 -2 mpcompiler/mmc/extensions/array/mmc_ext_array_x86.mli
+14 -14 mpcompiler/mmc/extensions/bool/mmc_ext_bool.ml
+3 -3 mpcompiler/mmc/extensions/bool/mmc_ext_boolean_x86.ml
+2 -2 mpcompiler/mmc/extensions/bool/mmc_ext_boolean_x86.mli
+15 -15 mpcompiler/mmc/extensions/fix/mmc_ext_fix.ml
+6 -6 mpcompiler/mmc/extensions/fix/mmc_ext_fix.mli
+7 -7 mpcompiler/mmc/extensions/fix/mmc_ext_fix_x86.ml
+2 -2 mpcompiler/mmc/extensions/fix/mmc_ext_fix_x86.mli
+10 -10 mpcompiler/mmc/extensions/int/mmc_ext_int.ml
+7 -7 mpcompiler/mmc/extensions/int/mmc_ext_int.mli
+4 -4 mpcompiler/mmc/extensions/int/mmc_ext_integer_x86.ml
+2 -2 mpcompiler/mmc/extensions/int/mmc_ext_integer_x86.mli
+11 -11 mpcompiler/mmc/extensions/operator/mmc_ext_operator.ml
+4 -4 mpcompiler/mmc/extensions/reserve/mmc_ext_reserve.ml
+1 -1 mpcompiler/mmc/extensions/reserve/mmc_ext_reserve.mli
+7 -7 mpcompiler/mmc/extensions/special/mmc_ext_special.ml
+1 -1 mpcompiler/mmc/extensions/special/mmc_ext_special.mli
+8 -8 mpcompiler/mmc/extensions/string/mmc_ext_string.ml
+5 -5 mpcompiler/mmc/extensions/string/mmc_ext_string.mli
+13 -13 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.ml
+4 -4 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple_x86.ml
+2 -2 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple_x86.mli
+10 -10 mpcompiler/mmc/main/mmc_theory.ml
+7 -7 mpcompiler/mmc/main/mmc_theory.mli
+1 -1 mpcompiler/mmc/test/mmc_core_test.ml
+1 -1 mpcompiler/mmc/test/mmc_core_test.mli
+1 -1 mpcompiler/mmc/test/mmc_ext_array_test.ml
+1 -1 mpcompiler/mmc/test/mmc_ext_int_test.ml
+1 -1 mpcompiler/mmc/test/mmc_ext_int_test.mli
+1 -1 mpcompiler/mmc/test/mmc_ext_mandel.ml
+1 -1 mpcompiler/mmc/test/mmc_ext_mandel.mli
+1 -1 mpcompiler/util/mm_list_util.ml
+1 -1 mpcompiler/util/mm_list_util.mli