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

On branch  : tc-untouchables

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

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

commit f5216cd2b3cbc771102f0fa0867decd2ad45256d
Merge: 34be452... bcef1e28...
Author: Simon Peyton Jones <[email protected]>
Date:   Wed Aug 29 15:35:27 2012 +0100

    Merge remote-tracking branch 'origin/HEAD' into tc-untouchables

 compiler/cmm/CmmParse.y                            | 1058 ++++++++++----------
 compiler/codeGen/CodeGen/Platform.hs               |   40 +-
 compiler/codeGen/CodeGen/Platform/ARM.hs           |    2 -
 compiler/codeGen/CodeGen/Platform/NoRegs.hs        |    2 -
 compiler/codeGen/CodeGen/Platform/PPC.hs           |    2 -
 compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs    |    2 -
 compiler/codeGen/CodeGen/Platform/SPARC.hs         |    2 -
 compiler/codeGen/CodeGen/Platform/X86.hs           |    2 -
 compiler/codeGen/CodeGen/Platform/X86_64.hs        |    2 -
 compiler/coreSyn/CorePrep.lhs                      |   46 +-
 compiler/coreSyn/CoreUtils.lhs                     |   10 +-
 compiler/deSugar/DsBinds.lhs                       |   11 +-
 compiler/ghc.cabal.in                              |    1 -
 compiler/ghci/Linker.lhs                           |   67 +-
 compiler/llvmGen/LlvmCodeGen/Ppr.hs                |   59 +-
 compiler/main/DriverPhases.hs                      |   41 +-
 compiler/main/TidyPgm.lhs                          |   23 +-
 compiler/nativeGen/AsmCodeGen.lhs                  |    2 +-
 compiler/nativeGen/PPC/CodeGen.hs                  |   38 +-
 compiler/nativeGen/PPC/Instr.hs                    |   23 +-
 compiler/nativeGen/PPC/Regs.hs                     |  326 +------
 compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs     |   16 +-
 .../nativeGen/RegAlloc/Linear/JoinToTargets.hs     |    2 +-
 compiler/nativeGen/RegAlloc/Linear/Main.hs         |   33 +-
 compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs |    5 +-
 .../nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs    |   25 +-
 compiler/nativeGen/SPARC/CodeGen.hs                |   10 +-
 compiler/nativeGen/SPARC/CodeGen/Base.hs           |   11 +-
 compiler/nativeGen/SPARC/CodeGen/Gen32.hs          |    7 +-
 compiler/nativeGen/SPARC/Instr.hs                  |   15 +-
 compiler/nativeGen/SPARC/RegPlate.hs               |  318 ------
 compiler/nativeGen/SPARC/Regs.hs                   |  130 +---
 compiler/nativeGen/X86/CodeGen.hs                  |  157 ++--
 compiler/nativeGen/X86/Instr.hs                    |   24 +-
 compiler/nativeGen/X86/Regs.hs                     |  214 +----
 compiler/typecheck/TcEvidence.lhs                  |   21 +-
 compiler/typecheck/TcTyClsDecls.lhs                |    7 +-
 compiler/utils/Util.lhs                            |   17 +-
 includes/CodeGen.Platform.hs                       |  585 +++++++++++-
 mk/config.mk.in                                    |   10 -
 40 files changed, 1531 insertions(+), 1835 deletions(-)



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

Reply via email to