Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d06edb8e93d6d19bbd898e2b2e26755598bb11f3 >--------------------------------------------------------------- commit d06edb8e93d6d19bbd898e2b2e26755598bb11f3 Author: Ian Lynagh <[email protected]> Date: Wed Jun 13 12:13:00 2012 +0100 Remove PlatformOutputable We can now get the Platform from the DynFlags inside an SDoc, so we no longer need to pass the Platform in. compiler/cmm/CLabel.hs | 17 ++-- compiler/cmm/CmmBuildInfoTables.hs | 10 +- compiler/cmm/CmmLint.hs | 58 +++++++------- compiler/cmm/CmmParse.y | 2 +- compiler/cmm/CmmPipeline.hs | 27 +++---- compiler/cmm/CmmProcPoint.hs | 2 +- compiler/cmm/OldPprCmm.hs | 52 ++++++------- compiler/cmm/PprCmm.hs | 94 ++++++++++++------------ compiler/cmm/PprCmmDecl.hs | 56 +++++++-------- compiler/cmm/PprCmmExpr.hs | 12 +-- compiler/codeGen/CgBindery.lhs | 18 ++-- compiler/codeGen/CgCon.lhs | 3 +- compiler/codeGen/CgInfoTbls.hs | 5 +- compiler/codeGen/StgCmmLayout.hs | 9 +-- compiler/codeGen/StgCmmMonad.hs | 12 ++-- compiler/main/DynFlags.hs-boot | 5 + compiler/main/HscMain.hs | 4 +- compiler/nativeGen/AsmCodeGen.lhs | 14 ++-- compiler/nativeGen/PPC/Ppr.hs | 4 +- compiler/nativeGen/RegAlloc/Graph/Main.hs | 10 +- compiler/nativeGen/RegAlloc/Graph/SpillCost.hs | 6 +- compiler/nativeGen/RegAlloc/Graph/Stats.hs | 30 ++++---- compiler/nativeGen/RegAlloc/Linear/Main.hs | 30 ++++---- compiler/nativeGen/RegAlloc/Liveness.hs | 55 ++++++-------- compiler/nativeGen/SPARC/CodeGen/CondCode.hs | 7 +- compiler/nativeGen/SPARC/CodeGen/Gen64.hs | 3 +- compiler/nativeGen/SPARC/CodeGen/Sanity.hs | 6 +- compiler/nativeGen/SPARC/Ppr.hs | 4 +- compiler/nativeGen/X86/CodeGen.hs | 12 +-- compiler/nativeGen/X86/Ppr.hs | 4 +- compiler/profiling/ProfInit.hs | 6 +- compiler/utils/Digraph.lhs | 3 - compiler/utils/Outputable.lhs | 33 ++------ 33 files changed, 285 insertions(+), 328 deletions(-) Diff suppressed because of size. To see it, use: git show d06edb8e93d6d19bbd898e2b2e26755598bb11f3 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
