SCM Repository
View of /sml/trunk/src/MLRISC/cm/HPPA.cm
Parent Directory
|
Revision Log
Revision 744 -
(download)
(annotate)
Fri Dec 8 04:11:42 2000 UTC (20 years, 1 month ago) by leunga
File size: 1273 byte(s)
Fri Dec 8 04:11:42 2000 UTC (20 years, 1 month ago) by leunga
File size: 1273 byte(s)
A CVS update record! Changed type cell from int to datatype, and numerous other changes. Affect every client of MLRISC. Lal says this can be bootstrapped on all machines. See smlnj/HISTORY for details. Tag: leunga-20001207-cell-monster-hack
(* HPPA-MLRISC.cm * * COPYRIGHT (c) 1999 Bell Labs, Lucent Technologies. * * HPPA specific modules for MLRISC code generation framework. *) Library signature HPPACELLS signature HPPAINSTR signature HPPASHUFFLE signature HPPA_MILLICODE signature LABEL_COMP structure HppaCells functor Hppa functor HppaAsmEmitter functor HppaDelaySlots functor HppaFreqProps functor HppaInstr functor HppaJumps functor HppaMCEmitter functor HppaProps functor HppaRewrite functor HppaShuffle is #if defined(NEW_CM) #if SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11030 $/basis.cm $/smlnj-lib.cm #else basis.cm smlnj-lib.cm #endif #else smlnj-lib.cm #endif MLRISC.cm Control.cm Lib.cm (* HPPA specific backend *) ../hppa/instructions/hppaCells.sml ../hppa/instructions/hppaInstr.sml ../hppa/instructions/hppaShuffle.sig ../hppa/instructions/hppaShuffle.sml ../hppa/instructions/hppaProps.sml ../hppa/instructions/hppaFreqProps.sml ../hppa/emit/hppaAsm.sml ../hppa/emit/hppaMC.sml ../hppa/backpatch/hppaDelaySlotProps.sml ../hppa/backpatch/hppaJumps.sml ../hppa/mltree/hppaMillicode.sig ../hppa/mltree/hppaLabelComp.sig ../hppa/mltree/hppa.sml ../hppa/ra/hppaRewrite.sml (* ../hppa/ra/hppaRegAlloc.sml *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |