Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / codegen / x86-codegen / sources.mlb
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
10 local
11 ../../../lib/mlton/sources.mlb
12 ../../atoms/sources.mlb
13 ../../backend/sources.mlb
14 ../../control/sources.mlb
15 ../c-codegen/sources.mlb
16
17 peephole.sig
18 peephole.fun
19 x86.sig
20 x86.fun
21 x86-pseudo.sig
22 x86-mlton-basic.sig
23 x86-mlton-basic.fun
24 x86-liveness.sig
25 x86-liveness.fun
26 x86-mlton.sig
27 x86-mlton.fun
28 x86-allocate-registers.sig
29 x86-allocate-registers.fun
30 x86-entry-transfer.sig
31 x86-entry-transfer.fun
32 x86-jump-info.sig
33 x86-jump-info.fun
34 x86-loop-info.sig
35 x86-loop-info.fun
36 x86-live-transfers.sig
37 x86-live-transfers.fun
38 x86-generate-transfers.sig
39 x86-generate-transfers.fun
40 x86-simplify.sig
41 x86-simplify.fun
42 x86-translate.sig
43 x86-translate.fun
44 x86-codegen.sig
45 x86-codegen.fun
46 in
47 functor x86Codegen
48 end