SCM Repository
View of /sml/trunk/src/MLRISC/cm/MIPS.cm
Parent Directory
|
Revision Log
Revision 1016 -
(download)
(annotate)
Tue Jan 15 23:10:06 2002 UTC (17 years, 10 months ago) by george
File size: 845 byte(s)
Tue Jan 15 23:10:06 2002 UTC (17 years, 10 months ago) by george
File size: 845 byte(s)
1. Since COPY instructions are no longer native to the architecture, a generic functor can be used to implement the expandCopies function. 2. Allowed EXPORT and IMPORT pseudo-op declarations to appear inside a TEXT segment.
(* This file is created by makeallcm *) Library is #if defined(NEW_CM) #if SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11030 $/basis.cm #if defined(UNSHARED_MLRISC) $/smlnj-lib.cm MLRISC.cm Control.cm Lib.cm #else $/smlnj-lib.cm $/MLRISC.cm $/Control.cm $/Lib.cm #endif #else basis.cm smlnj-lib.cm MLRISC.cm Control.cm Lib.cm #endif #else smlnj-lib.cm MLRISC.cm Control.cm Lib.cm #endif ../mips/instructions/mipsCells.sml ../mips/instructions/mipsInstr.sml ../mips/instructions/mipsShuffle.sig ../mips/instructions/mipsShuffle.sml ../mips/instructions/mipsProps.sml ../mips/instructions/mipsFreqProps.sml ../mips/emit/mipsAsm.sml ../mips/emit/mipsMC.sml ../mips/backpatch/mipsDelaySlotProps.sml ../mips/backpatch/mipsJumps.sml ../mips/mltree/mipsPseudoInstr.sig ../mips/mltree/mips.sml ../mips/ra/mipsRewrite.sml
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |