Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / backend / sources.cm
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
9 Group
10
11 signature MACHINE
12 signature REP_TYPE
13 signature RUNTIME
14
15 functor Backend
16 functor Machine
17
18 is
19
20 ../../lib/mlton/sources.cm
21 ../atoms/sources.cm
22 ../control/sources.cm
23 ../ssa/sources.cm
24
25 runtime.sig
26 runtime.fun
27 objptr-tycon.sig
28 objptr-tycon.fun
29 object-type.sig
30 scale.sig
31 scale.fun
32 rep-type.sig
33 rep-type.fun
34 switch.sig
35 switch.fun
36 err.sml
37 rssa.sig
38 rssa.fun
39 machine.sig
40 machine.fun
41 representation.sig
42 packed-representation.fun
43 ssa-to-rssa.sig
44 ssa-to-rssa.fun
45 rssa-transform.sig
46 implement-handlers.fun
47 implement-profiling.sig
48 implement-profiling.fun
49 limit-check.fun
50 signal-check.fun
51 live.sig
52 live.fun
53 allocate-registers.sig
54 allocate-registers.fun
55 equivalence-graph.sig
56 equivalence-graph.fun
57 chunkify.sig
58 chunkify.fun
59 parallel-move.sig
60 parallel-move.fun
61 backend.sig
62 backend.fun