[commit: ghc] master: Renaming only (4efb0ab)
Simon Marlow
marlowsd at gmail.com
Thu Aug 25 13:05:22 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4efb0abc5b1b3d33036b640f36ed1efcb10e6cd4
>---------------------------------------------------------------
commit 4efb0abc5b1b3d33036b640f36ed1efcb10e6cd4
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Aug 23 09:14:46 2011 +0100
Renaming only
CmmTop -> CmmDecl
CmmPgm -> CmmGroup
compiler/cmm/Cmm.hs | 34 ++++++-----
compiler/cmm/CmmBuildInfoTables.hs | 24 ++++----
compiler/cmm/CmmContFlowOpt.hs | 6 +-
compiler/cmm/CmmCvt.hs | 2 +-
compiler/cmm/CmmInfo.hs | 36 ++++++-----
compiler/cmm/CmmLint.hs | 14 ++--
compiler/cmm/CmmOpt.hs | 2 +-
compiler/cmm/CmmParse.y | 2 +-
compiler/cmm/CmmPipeline.hs | 16 +++---
compiler/cmm/CmmProcPoint.hs | 2 +-
compiler/cmm/CmmUtils.hs | 6 +-
compiler/cmm/OldCmm.hs | 24 ++++----
compiler/cmm/PprC.hs | 8 +-
compiler/cmm/PprCmmDecl.hs | 16 +++---
compiler/codeGen/CgCon.lhs | 2 +-
compiler/codeGen/CgMonad.lhs | 6 +-
compiler/codeGen/CgUtils.hs | 2 +-
compiler/codeGen/CodeGen.lhs | 2 +-
compiler/codeGen/StgCmm.hs | 6 +-
compiler/codeGen/StgCmmMonad.hs | 6 +-
compiler/llvmGen/LlvmCodeGen.hs | 14 ++--
compiler/llvmGen/LlvmCodeGen/Base.hs | 4 +-
compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 22 ++++----
compiler/llvmGen/LlvmCodeGen/Ppr.hs | 8 +-
compiler/main/CodeOutput.lhs | 10 ++--
compiler/main/HscMain.lhs | 4 +-
compiler/nativeGen/AsmCodeGen.lhs | 72 +++++++++++-----------
compiler/nativeGen/Instruction.hs | 8 +-
compiler/nativeGen/PIC.hs | 12 ++--
compiler/nativeGen/PPC/CodeGen.hs | 8 +-
compiler/nativeGen/PPC/Ppr.hs | 12 ++--
compiler/nativeGen/RegAlloc/Graph/Coalesce.hs | 6 +-
compiler/nativeGen/RegAlloc/Graph/Main.hs | 8 +-
compiler/nativeGen/RegAlloc/Graph/Spill.hs | 8 +-
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs | 10 ++--
compiler/nativeGen/RegAlloc/Graph/SpillCost.hs | 2 +-
compiler/nativeGen/RegAlloc/Graph/Stats.hs | 18 +++---
compiler/nativeGen/RegAlloc/Linear/Main.hs | 4 +-
compiler/nativeGen/RegAlloc/Linear/Stats.hs | 4 +-
compiler/nativeGen/RegAlloc/Liveness.hs | 44 +++++++-------
compiler/nativeGen/SPARC/CodeGen.hs | 8 +-
compiler/nativeGen/SPARC/CodeGen/Expand.hs | 2 +-
compiler/nativeGen/SPARC/Ppr.hs | 12 ++--
compiler/nativeGen/X86/CodeGen.hs | 10 ++--
compiler/nativeGen/X86/Ppr.hs | 12 ++--
45 files changed, 273 insertions(+), 265 deletions(-)
Diff suppressed because of size. To see it, use:
git show 4efb0abc5b1b3d33036b640f36ed1efcb10e6cd4
More information about the Cvs-ghc
mailing list