[commit: ghc] master: Pass DynFlags down to wordWidth (2b7319a)

Ian Lynagh <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2b7319a67de0771d31626091e43dd3b60827a0ea

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

commit 2b7319a67de0771d31626091e43dd3b60827a0ea
Author: Ian Lynagh <[email protected]>
Date:   Wed Sep 12 16:32:34 2012 +0100

    Pass DynFlags down to wordWidth

 compiler/cmm/CmmBuildInfoTables.hs    |   46 ++--
 compiler/cmm/CmmCallConv.hs           |    4 +-
 compiler/cmm/CmmInfo.hs               |   38 ++--
 compiler/cmm/CmmLayoutStack.hs        |   22 +-
 compiler/cmm/CmmLint.hs               |   15 +-
 compiler/cmm/CmmMachOp.hs             |  113 ++++----
 compiler/cmm/CmmOpt.hs                |   85 +++---
 compiler/cmm/CmmParse.y               |    4 +-
 compiler/cmm/CmmPipeline.hs           |    2 +-
 compiler/cmm/CmmRewriteAssignments.hs |   10 +-
 compiler/cmm/CmmType.hs               |   13 +-
 compiler/cmm/CmmUtils.hs              |   85 +++---
 compiler/cmm/MkGraph.hs               |    6 +-
 compiler/cmm/OldCmmLint.hs            |   14 +-
 compiler/cmm/PprC.hs                  |  148 +++++-----
 compiler/cmm/PprCmmExpr.hs            |    5 +-
 compiler/codeGen/CgClosure.lhs        |   11 +-
 compiler/codeGen/CgCon.lhs            |    2 +-
 compiler/codeGen/CgForeignCall.hs     |   10 +-
 compiler/codeGen/CgHeapery.lhs        |   67 +++--
 compiler/codeGen/CgInfoTbls.hs        |   10 +-
 compiler/codeGen/CgPrimOp.hs          |  496 ++++++++++++++++----------------
 compiler/codeGen/CgProf.hs            |   60 ++--
 compiler/codeGen/CgTailCall.lhs       |    6 +-
 compiler/codeGen/CgTicky.hs           |   18 +-
 compiler/codeGen/CgUtils.hs           |   70 +++--
 compiler/codeGen/StgCmmBind.hs        |    8 +-
 compiler/codeGen/StgCmmExpr.hs        |    6 +-
 compiler/codeGen/StgCmmForeign.hs     |    8 +-
 compiler/codeGen/StgCmmHeap.hs        |   79 +++---
 compiler/codeGen/StgCmmLayout.hs      |    4 +-
 compiler/codeGen/StgCmmMonad.hs       |   18 +-
 compiler/codeGen/StgCmmPrim.hs        |  502 +++++++++++++++++----------------
 compiler/codeGen/StgCmmProf.hs        |   82 +++---
 compiler/codeGen/StgCmmTicky.hs       |   18 +-
 compiler/codeGen/StgCmmUtils.hs       |   58 ++--
 compiler/nativeGen/AsmCodeGen.lhs     |   14 +-
 compiler/nativeGen/PIC.hs             |    9 +-
 compiler/nativeGen/PPC/CodeGen.hs     |   10 +-
 compiler/nativeGen/SPARC/CodeGen.hs   |   10 +-
 compiler/nativeGen/X86/CodeGen.hs     |   20 +-
 41 files changed, 1123 insertions(+), 1083 deletions(-)


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

    git show 2b7319a67de0771d31626091e43dd3b60827a0ea
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.