Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/dbca1628c56a55a6a6b90c16ed8dadd73105d688 >--------------------------------------------------------------- commit dbca1628c56a55a6a6b90c16ed8dadd73105d688 Author: Ian Lynagh <[email protected]> Date: Fri Jul 15 18:13:49 2011 +0100 Remove more defaultTargetPlatform uses compiler/nativeGen/AsmCodeGen.lhs | 4 +- compiler/nativeGen/Instruction.hs | 10 +- compiler/nativeGen/NCGMonad.hs | 16 ++- compiler/nativeGen/PPC/CodeGen.hs | 5 +- compiler/nativeGen/PPC/Instr.hs | 47 ++++--- compiler/nativeGen/PPC/Ppr.hs | 140 ++++++++++---------- compiler/nativeGen/RegAlloc/Graph/Main.hs | 2 +- compiler/nativeGen/RegAlloc/Graph/SpillClean.hs | 97 +++++++------- compiler/nativeGen/RegAlloc/Graph/Stats.hs | 4 +- .../nativeGen/RegAlloc/Linear/JoinToTargets.hs | 96 +++++++------- compiler/nativeGen/RegAlloc/Linear/Main.hs | 71 ++++++----- compiler/nativeGen/RegAlloc/Linear/State.hs | 17 ++- compiler/nativeGen/RegAlloc/Liveness.hs | 14 +- compiler/nativeGen/SPARC/CodeGen/CCall.hs | 19 ++- compiler/nativeGen/SPARC/CodeGen/Gen64.hs | 9 +- compiler/nativeGen/SPARC/Instr.hs | 42 ++++--- compiler/nativeGen/TargetReg.hs | 26 ++-- compiler/nativeGen/X86/Instr.hs | 38 +++--- 18 files changed, 350 insertions(+), 307 deletions(-) Diff suppressed because of size. To see it, use: git show dbca1628c56a55a6a6b90c16ed8dadd73105d688 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
