Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / backend / sources.cm
CommitLineData
7f918cf1
CE
1(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 * Copyright (C) 1997-2000 NEC Research Institute.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9Group
10
11signature MACHINE
12signature REP_TYPE
13signature RUNTIME
14
15functor Backend
16functor Machine
17
18is
19
20../../lib/mlton/sources.cm
21../atoms/sources.cm
22../control/sources.cm
23../ssa/sources.cm
24
25runtime.sig
26runtime.fun
27objptr-tycon.sig
28objptr-tycon.fun
29object-type.sig
30scale.sig
31scale.fun
32rep-type.sig
33rep-type.fun
34switch.sig
35switch.fun
36err.sml
37rssa.sig
38rssa.fun
39machine.sig
40machine.fun
41representation.sig
42packed-representation.fun
43ssa-to-rssa.sig
44ssa-to-rssa.fun
45rssa-transform.sig
46implement-handlers.fun
47implement-profiling.sig
48implement-profiling.fun
49limit-check.fun
50signal-check.fun
51live.sig
52live.fun
53allocate-registers.sig
54allocate-registers.fun
55equivalence-graph.sig
56equivalence-graph.fun
57chunkify.sig
58chunkify.fun
59parallel-move.sig
60parallel-move.fun
61backend.sig
62backend.fun