Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / codegen / x86-codegen / sources.cm
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2010 Matthew Fluet.
2 * Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 * Copyright (C) 1997-2000 NEC Research Institute.
5 *
6 * MLton is released under a BSD-style license.
7 * See the file MLton-LICENSE for details.
8 *)
9
10Group
11
12functor x86Codegen
13
14is
15
16../../../lib/mlton/sources.cm
17../../atoms/sources.cm
18../../backend/sources.cm
19../../control/sources.cm
20../c-codegen/sources.cm
21
22peephole.sig
23peephole.fun
24x86.sig
25x86.fun
26x86-pseudo.sig
27x86-mlton-basic.sig
28x86-mlton-basic.fun
29x86-liveness.sig
30x86-liveness.fun
31x86-mlton.sig
32x86-mlton.fun
33x86-allocate-registers.sig
34x86-allocate-registers.fun
35x86-entry-transfer.sig
36x86-entry-transfer.fun
37x86-jump-info.sig
38x86-jump-info.fun
39x86-loop-info.sig
40x86-loop-info.fun
41x86-live-transfers.sig
42x86-live-transfers.fun
43x86-generate-transfers.sig
44x86-generate-transfers.fun
45x86-simplify.sig
46x86-simplify.fun
47x86-translate.sig
48x86-translate.fun
49x86-codegen.sig
50x86-codegen.fun