SCM Repository
Annotation of /sml/trunk/src/MLRISC/cm/HPPA.cm
Parent Directory
|
Revision Log
Revision 775 - (view) (download)
1 : | leunga | 775 | (* This file is created by makeallcm *) |
2 : | Library | ||
3 : | leunga | 744 | signature HPPACELLS |
4 : | signature HPPAINSTR | ||
5 : | signature HPPASHUFFLE | ||
6 : | signature HPPA_MILLICODE | ||
7 : | signature LABEL_COMP | ||
8 : | structure HppaCells | ||
9 : | functor Hppa | ||
10 : | functor HppaAsmEmitter | ||
11 : | functor HppaDelaySlots | ||
12 : | functor HppaFreqProps | ||
13 : | functor HppaInstr | ||
14 : | functor HppaJumps | ||
15 : | functor HppaMCEmitter | ||
16 : | functor HppaProps | ||
17 : | functor HppaRewrite | ||
18 : | functor HppaShuffle | ||
19 : | is | ||
20 : | #if defined(NEW_CM) | ||
21 : | #if SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11030 | ||
22 : | leunga | 775 | $/basis.cm |
23 : | #if defined(UNSHARED_MLRISC) | ||
24 : | $/smlnj-lib.cm | ||
25 : | MLRISC.cm | ||
26 : | Control.cm | ||
27 : | Lib.cm | ||
28 : | #else | ||
29 : | $/smlnj-lib.cm | ||
30 : | blume | 771 | $/MLRISC.cm |
31 : | $/Control.cm | ||
32 : | $/Lib.cm | ||
33 : | leunga | 775 | #endif |
34 : | leunga | 744 | #else |
35 : | leunga | 775 | basis.cm |
36 : | smlnj-lib.cm | ||
37 : | blume | 771 | MLRISC.cm |
38 : | Control.cm | ||
39 : | Lib.cm | ||
40 : | leunga | 744 | #endif |
41 : | #else | ||
42 : | leunga | 775 | smlnj-lib.cm |
43 : | leunga | 744 | MLRISC.cm |
44 : | Control.cm | ||
45 : | Lib.cm | ||
46 : | blume | 771 | #endif |
47 : | leunga | 744 | ../hppa/instructions/hppaCells.sml |
48 : | ../hppa/instructions/hppaInstr.sml | ||
49 : | ../hppa/instructions/hppaShuffle.sig | ||
50 : | ../hppa/instructions/hppaShuffle.sml | ||
51 : | ../hppa/instructions/hppaProps.sml | ||
52 : | ../hppa/instructions/hppaFreqProps.sml | ||
53 : | ../hppa/emit/hppaAsm.sml | ||
54 : | ../hppa/emit/hppaMC.sml | ||
55 : | ../hppa/backpatch/hppaDelaySlotProps.sml | ||
56 : | ../hppa/backpatch/hppaJumps.sml | ||
57 : | ../hppa/mltree/hppaMillicode.sig | ||
58 : | ../hppa/mltree/hppaLabelComp.sig | ||
59 : | ../hppa/mltree/hppa.sml | ||
60 : | ../hppa/ra/hppaRewrite.sml |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |