SCM Repository
Diff of /sml/trunk/src/compiler/viscomp-lib.cm
Parent Directory
|
Revision Log
|
Patch
revision 465, Tue Nov 9 09:08:54 1999 UTC | revision 466, Wed Nov 10 22:35:37 1999 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | ||
14 | structure GenericVC | structure GenericVC |
15 | ||
16 | # if not defined (LIGHT) orelse defined (ARCH_ALPHA32) | |
17 | structure Alpha32VisComp | structure Alpha32VisComp |
18 | # endif | |
19 | ||
20 | # if not defined (LIGHT) orelse defined (ARCH_HPPA) | |
21 | structure HppaVisComp | structure HppaVisComp |
22 | # endif | |
23 | ||
24 | # if not defined (LIGHT) orelse defined (ARCH_PPC) | |
25 | structure PPCVisComp | structure PPCVisComp |
26 | # endif | |
27 | ||
28 | # if not defined (LIGHT) orelse defined (ARCH_SPARC) | |
29 | structure SparcVisComp | structure SparcVisComp |
30 | # endif | |
31 | ||
32 | # if not defined (LIGHT) orelse defined (ARCH_X86) | |
33 | structure X86VisComp | structure X86VisComp |
34 | # endif | |
35 | ||
36 | (**** no old-style code generators | (**** no old-style code generators |
37 | structure MipsBigVisComp | structure MipsBigVisComp |
38 | structure MipsLittleVisComp | structure MipsLittleVisComp |
# | Line 32 | Line 47 |
47 | structure PickMod | structure PickMod |
48 | structure UnpickMod | structure UnpickMod |
49 | structure CompBasic | structure CompBasic |
50 | ||
51 | (* To make it possible to dynamically link in the optimizer, | |
52 | * we have to export the following to the library. | |
53 | * A.Leung. | |
54 | *) | |
55 | signature MACHINE_GEN | |
56 | structure Alpha32CG | |
57 | structure Alpha32CpsRegs | |
58 | structure Alpha32Instr | |
59 | structure HppaCG | |
60 | structure HppaCpsRegs | |
61 | structure HppaInstr | |
62 | structure PPCCG | |
63 | structure PPCCpsRegs | |
64 | structure PPCInstr | |
65 | structure SparcCG | |
66 | structure SparcCpsRegs | |
67 | structure SparcInstr | |
68 | structure X86CG | |
69 | structure X86CpsRegs | |
70 | structure X86Instr | |
71 | structure CPSRegions | |
72 | structure SMLGCType | |
73 | ||
74 | is | is |
75 | ||
76 | TopLevel/batch/batchconfig.sml | TopLevel/batch/batchconfig.sml |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |