Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/a9b986e2fe285f844e42e573e4887a4e36ba92d4

>---------------------------------------------------------------

commit a9b986e2fe285f844e42e573e4887a4e36ba92d4
Author: Ian Lynagh <[email protected]>
Date:   Tue Sep 18 23:22:20 2012 +0100

    Make StgWord a portable type too
    
    StgWord is a newtyped Word64, as it needed to be something that
    has a UArray instance.

 compiler/cmm/Bitmap.hs             |   14 +++++++-------
 compiler/cmm/CmmBuildInfoTables.hs |    6 +++---
 compiler/cmm/CmmInfo.hs            |    6 +++---
 compiler/cmm/CmmParse.y            |    7 +++++--
 compiler/cmm/CmmUtils.hs           |    6 +++---
 compiler/cmm/SMRep.lhs             |   33 +++++++++++++++++++++++++++++----
 compiler/codeGen/CgCallConv.hs     |   12 ++++++------
 compiler/codeGen/CgHeapery.lhs     |    2 +-
 compiler/codeGen/CgParallel.hs     |    6 ++----
 compiler/codeGen/CgProf.hs         |   18 +++++++++---------
 compiler/codeGen/CgUtils.hs        |    6 +++---
 compiler/codeGen/ClosureInfo.lhs   |    8 ++++----
 compiler/codeGen/StgCmmClosure.hs  |    8 ++++----
 compiler/codeGen/StgCmmProf.hs     |   18 +++++++++---------
 compiler/ghci/ByteCodeAsm.lhs      |    8 ++++----
 compiler/ghci/ByteCodeInstr.lhs    |    2 +-
 compiler/ghci/DebuggerUtils.hs     |   15 ++++++++++++---
 17 files changed, 105 insertions(+), 70 deletions(-)


Diff suppressed because of size. To see it, use:

    git show a9b986e2fe285f844e42e573e4887a4e36ba92d4

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to