SCM Repository
Annotation of /sml/trunk/src/MLRISC/cm/IA32.cm
Parent Directory
|
Revision Log
Revision 1033 - (view) (download)
1 : | leunga | 775 | (* This file is created by makeallcm *) |
2 : | leunga | 744 | Library |
3 : | signature MEMORY_REGISTERS | ||
4 : | signature X86CELLS | ||
5 : | signature X86COMP_INSTR_EXT | ||
6 : | signature X86INSTR | ||
7 : | signature X86REWRITE | ||
8 : | signature X86SHUFFLE | ||
9 : | structure X86Cells | ||
10 : | structure X86InstrExt | ||
11 : | functor IA32SVID_CCalls | ||
12 : | functor X86 | ||
13 : | functor X86AsmEmitter | ||
14 : | functor X86CompInstrExt | ||
15 : | functor X86FP | ||
16 : | functor X86FreqProps | ||
17 : | george | 984 | functor X86GasPseudoOps |
18 : | leunga | 744 | functor X86Instr |
19 : | functor X86Jumps | ||
20 : | functor X86MCEmitter | ||
21 : | george | 823 | functor X86OmitFramePointer |
22 : | leunga | 744 | functor X86Props |
23 : | functor X86RA | ||
24 : | functor X86Rewrite | ||
25 : | functor X86Shuffle | ||
26 : | george | 1033 | functor X86SpillInstr |
27 : | leunga | 744 | is |
28 : | #if defined(NEW_CM) | ||
29 : | #if SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11030 | ||
30 : | leunga | 775 | $/basis.cm |
31 : | #if defined(UNSHARED_MLRISC) | ||
32 : | $/smlnj-lib.cm | ||
33 : | MLRISC.cm | ||
34 : | Control.cm | ||
35 : | Lib.cm | ||
36 : | george | 909 | Graphs.cm |
37 : | leunga | 797 | MLTREE.cm |
38 : | leunga | 775 | #else |
39 : | $/smlnj-lib.cm | ||
40 : | blume | 771 | $/MLRISC.cm |
41 : | $/Control.cm | ||
42 : | $/Lib.cm | ||
43 : | george | 909 | $/Graphs.cm |
44 : | leunga | 797 | $/MLTREE.cm |
45 : | leunga | 775 | #endif |
46 : | leunga | 744 | #else |
47 : | leunga | 775 | basis.cm |
48 : | smlnj-lib.cm | ||
49 : | blume | 771 | MLRISC.cm |
50 : | Control.cm | ||
51 : | Lib.cm | ||
52 : | george | 909 | Graphs.cm |
53 : | leunga | 797 | MLTREE.cm |
54 : | leunga | 744 | #endif |
55 : | #else | ||
56 : | leunga | 775 | smlnj-lib.cm |
57 : | leunga | 744 | MLRISC.cm |
58 : | Control.cm | ||
59 : | Lib.cm | ||
60 : | george | 909 | Graphs.cm |
61 : | leunga | 797 | MLTREE.cm |
62 : | blume | 771 | #endif |
63 : | leunga | 744 | ../x86/c-calls/ia32-svid.sml |
64 : | george | 984 | ../x86/flowgraph/x86GasPseudoOps.sml |
65 : | george | 823 | ../x86/omit-frameptr/x86omit-frameptr.sml |
66 : | leunga | 744 | ../x86/instructions/x86Cells.sml |
67 : | ../x86/instructions/x86comp-instr-ext.sml | ||
68 : | ../x86/instructions/x86Instr.sml | ||
69 : | ../x86/instructions/x86instr-ext.sml | ||
70 : | ../x86/instructions/x86Shuffle.sig | ||
71 : | ../x86/instructions/x86Shuffle.sml | ||
72 : | ../x86/instructions/x86Props.sml | ||
73 : | ../x86/instructions/x86MemRegs.sig | ||
74 : | ../x86/instructions/x86FreqProps.sml | ||
75 : | ../x86/emit/x86Asm.sml | ||
76 : | ../x86/x86MC.sml | ||
77 : | ../x86/ra/x86Rewrite.sig | ||
78 : | ../x86/ra/x86Rewrite.sml | ||
79 : | george | 1033 | ../x86/ra/x86SpillInstr.sml |
80 : | leunga | 744 | ../x86/backpatch/x86Jumps.sml |
81 : | ../x86/mltree/x86.sml | ||
82 : | ../x86/mltree/x86-fp.sml | ||
83 : | ../x86/ra/x86RA.sml |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |