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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7e255c5c67cbc60d2d85ee21f03c0e868eb510c1

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

commit 7e255c5c67cbc60d2d85ee21f03c0e868eb510c1
Merge: 10f8342... a44a5e3...
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Wed Oct 31 09:09:28 2012 +0000

    Merge branch 'master' of http://darcs.haskell.org/ghc

 .gitignore                                      |   98 +++-----------
 compiler/cmm/Cmm.hs                             |   12 ++-
 compiler/cmm/CmmBuildInfoTables.hs              |    8 +-
 compiler/cmm/CmmCallConv.hs                     |   57 ++++++---
 compiler/cmm/CmmContFlowOpt.hs                  |    2 +-
 compiler/cmm/CmmCvt.hs                          |    4 +-
 compiler/cmm/CmmExpr.hs                         |  141 ++++++++++++--------
 compiler/cmm/CmmInfo.hs                         |    8 +-
 compiler/cmm/CmmLayoutStack.hs                  |   16 +-
 compiler/cmm/CmmLint.hs                         |   23 ++--
 compiler/cmm/CmmLive.hs                         |   78 +++++++----
 compiler/cmm/CmmNode.hs                         |   60 +++++++--
 compiler/cmm/CmmOpt.hs                          |    4 +-
 compiler/cmm/CmmParse.y                         |    9 +-
 compiler/cmm/CmmPipeline.hs                     |    6 +-
 compiler/cmm/CmmProcPoint.hs                    |   25 +++--
 compiler/cmm/CmmRewriteAssignments.hs           |   62 +++++-----
 compiler/cmm/CmmSink.hs                         |   30 ++--
 compiler/cmm/MkGraph.hs                         |   12 +-
 compiler/cmm/OldCmm.hs                          |   36 +++---
 compiler/cmm/OldCmmLint.hs                      |    2 +-
 compiler/cmm/OldPprCmm.hs                       |    4 +-
 compiler/cmm/PprC.hs                            |    2 +-
 compiler/cmm/PprCmmDecl.hs                      |    4 +-
 compiler/codeGen/CgUtils.hs                     |   14 ++-
 compiler/codeGen/StgCmmExpr.hs                  |    2 +-
 compiler/codeGen/StgCmmForeign.hs               |    2 +-
 compiler/codeGen/StgCmmHeap.hs                  |    2 +-
 compiler/codeGen/StgCmmLayout.hs                |    4 +-
 compiler/codeGen/StgCmmMonad.hs                 |   20 ++--
 compiler/llvmGen/LlvmCodeGen.hs                 |    6 +-
 compiler/llvmGen/LlvmCodeGen/Base.hs            |   38 ++++--
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs         |   69 +++++-----
 compiler/llvmGen/LlvmCodeGen/Ppr.hs             |    4 +-
 compiler/llvmGen/LlvmCodeGen/Regs.hs            |    6 +
 compiler/main/DynFlags.hs                       |    3 -
 compiler/nativeGen/AsmCodeGen.lhs               |   28 ++--
 compiler/nativeGen/PIC.hs                       |   16 +-
 compiler/nativeGen/PPC/CodeGen.hs               |    4 +-
 compiler/nativeGen/PPC/Ppr.hs                   |    2 +-
 compiler/nativeGen/RegAlloc/Graph/Coalesce.hs   |    2 +-
 compiler/nativeGen/RegAlloc/Graph/Spill.hs      |    4 +-
 compiler/nativeGen/RegAlloc/Graph/SpillClean.hs |    4 +-
 compiler/nativeGen/RegAlloc/Graph/SpillCost.hs  |    2 +-
 compiler/nativeGen/RegAlloc/Linear/Main.hs      |   10 +-
 compiler/nativeGen/RegAlloc/Liveness.hs         |   42 +++---
 compiler/nativeGen/SPARC/CodeGen.hs             |    4 +-
 compiler/nativeGen/SPARC/CodeGen/Expand.hs      |    4 +-
 compiler/nativeGen/SPARC/Ppr.hs                 |    2 +-
 compiler/nativeGen/X86/CodeGen.hs               |    9 +-
 compiler/nativeGen/X86/Instr.hs                 |    4 +-
 compiler/nativeGen/X86/Ppr.hs                   |    2 +-
 ghc.mk                                          |   16 ++-
 includes/Cmm.h                                  |   18 ++-
 includes/CodeGen.Platform.hs                    |  161 +++++++++++++++++++++++
 includes/ghc.mk                                 |    5 +-
 includes/mkDerivedConstants.c                   |   12 ++-
 includes/rts/Constants.h                        |    5 +-
 includes/stg/MachRegs.h                         |   62 ++++++++-
 includes/stg/Regs.h                             |   42 ++++++
 includes/stg/RtsMachRegs.h                      |    6 +
 mk/config.mk.in                                 |   13 ++-
 rts/AutoApply.h                                 |    4 +-
 rts/HeapStackCheck.cmm                          |   13 ++
 rts/Linker.c                                    |    4 +-
 rules/build-dependencies.mk                     |   13 ++-
 utils/genapply/GenApply.hs                      |   54 ++++++--
 utils/ghc-pkg/ghc.mk                            |   15 ++-
 utils/touchy/touchy.c                           |  138 ++++++++++++++------
 69 files changed, 1055 insertions(+), 538 deletions(-)




_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to