Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/17910899dacc892fd652d9206340d2bc2b2c5fc1 >--------------------------------------------------------------- commit 17910899dacc892fd652d9206340d2bc2b2c5fc1 Author: Ian Lynagh <[email protected]> Date: Sun Sep 16 17:45:03 2012 +0100 Move wORD_SIZE into platformConstants compiler/cmm/Bitmap.hs | 8 +- compiler/cmm/CmmBuildInfoTables.hs | 2 +- compiler/cmm/CmmCallConv.hs | 3 +- compiler/cmm/CmmInfo.hs | 13 ++-- compiler/cmm/CmmLayoutStack.hs | 84 ++++++++++++++-------------- compiler/cmm/CmmLint.hs | 10 ++- compiler/cmm/CmmParse.y | 13 ++-- compiler/cmm/CmmPipeline.hs | 4 +- compiler/cmm/CmmType.hs | 25 ++++---- compiler/cmm/CmmUtils.hs | 32 +++++----- compiler/cmm/OldCmmLint.hs | 10 ++- compiler/cmm/PprC.hs | 20 +++--- compiler/cmm/SMRep.lhs | 11 ++-- compiler/codeGen/CgBindery.lhs | 36 +++++++----- compiler/codeGen/CgCallConv.hs | 22 ++++---- compiler/codeGen/CgClosure.lhs | 12 ++-- compiler/codeGen/CgCon.lhs | 8 +- compiler/codeGen/CgForeignCall.hs | 5 +- compiler/codeGen/CgHeapery.lhs | 14 ++-- compiler/codeGen/CgInfoTbls.hs | 32 +++++----- compiler/codeGen/CgPrimOp.hs | 25 ++++---- compiler/codeGen/CgProf.hs | 11 ++-- compiler/codeGen/CgStackery.lhs | 38 +++++++----- compiler/codeGen/CgUtils.hs | 2 +- compiler/codeGen/ClosureInfo.lhs | 22 ++++---- compiler/codeGen/StgCmmBind.hs | 3 +- compiler/codeGen/StgCmmCon.hs | 4 +- compiler/codeGen/StgCmmForeign.hs | 5 +- compiler/codeGen/StgCmmHeap.hs | 5 +- compiler/codeGen/StgCmmLayout.hs | 63 +++++++++++---------- compiler/codeGen/StgCmmPrim.hs | 25 ++++---- compiler/codeGen/StgCmmProf.hs | 9 +-- compiler/codeGen/StgCmmUtils.hs | 3 +- compiler/deSugar/Coverage.lhs | 8 +- compiler/deSugar/DsCCall.lhs | 14 ++-- compiler/deSugar/DsForeign.lhs | 15 ++--- compiler/ghci/ByteCodeAsm.lhs | 27 ++++----- compiler/ghci/ByteCodeGen.lhs | 93 ++++++++++++++++--------------- compiler/ghci/ByteCodeItbls.lhs | 53 +++++------------- compiler/ghci/ByteCodeLink.lhs | 39 +++++++------ compiler/ghci/DebuggerUtils.hs | 3 +- compiler/ghci/LibFFI.hsc | 21 ++++--- compiler/ghci/Linker.lhs | 20 ++++--- compiler/ghci/RtClosureInspect.hs | 27 +++++---- compiler/iface/BinIface.hs | 4 +- compiler/llvmGen/Llvm/Types.hs | 3 +- compiler/llvmGen/LlvmCodeGen/Base.hs | 11 ++-- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 5 +- compiler/llvmGen/LlvmCodeGen/Ppr.hs | 5 +- compiler/main/BreakArray.hs | 46 ++++++++-------- compiler/main/DynFlags.hs | 4 +- compiler/main/InteractiveEval.hs | 3 +- compiler/nativeGen/PPC/CodeGen.hs | 11 ++-- compiler/nativeGen/PPC/Regs.hs | 7 +- compiler/nativeGen/X86/CodeGen.hs | 23 ++++---- compiler/nativeGen/X86/Instr.hs | 12 ++-- compiler/nativeGen/X86/Regs.hs | 11 ++-- compiler/typecheck/TcDeriv.lhs | 3 +- compiler/typecheck/TcGenDeriv.lhs | 9 +-- compiler/types/TyCon.lhs | 21 ++++--- ghc/InteractiveUI.hs | 14 +++-- includes/HaskellConstants.hs | 5 -- includes/mkDerivedConstants.c | 3 + 63 files changed, 549 insertions(+), 550 deletions(-) Diff suppressed because of size. To see it, use: git show 17910899dacc892fd652d9206340d2bc2b2c5fc1 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
