Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3a4c64c1a2953bbc759a6f5c99dad31ab50dc96b >--------------------------------------------------------------- commit 3a4c64c1a2953bbc759a6f5c99dad31ab50dc96b Author: Ian Lynagh <[email protected]> Date: Tue Sep 18 20:44:20 2012 +0100 Make StgHalfWord a portable type It's now a newtyped Integer. Perhaps a newtyped Word32 would make more sense, though. compiler/cmm/CmmBuildInfoTables.hs | 6 +- compiler/cmm/CmmInfo.hs | 21 ++++--- compiler/cmm/CmmParse.y | 32 ++++++---- compiler/cmm/CmmUtils.hs | 4 +- compiler/cmm/PprCmmDecl.hs | 2 +- compiler/cmm/SMRep.lhs | 115 +++++++++++++++++++++--------------- compiler/codeGen/CgCallConv.hs | 59 ++++++++++--------- compiler/codeGen/CgUtils.hs | 10 ++-- compiler/codeGen/ClosureInfo.lhs | 16 +++--- compiler/codeGen/StgCmmClosure.hs | 18 +++--- compiler/codeGen/StgCmmLayout.hs | 9 ++- compiler/codeGen/StgCmmUtils.hs | 4 +- 12 files changed, 164 insertions(+), 132 deletions(-) Diff suppressed because of size. To see it, use: git show 3a4c64c1a2953bbc759a6f5c99dad31ab50dc96b _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
