Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cd33eefd0467ae7ee4d22f16fcaaccfd33f18cb5 >--------------------------------------------------------------- commit cd33eefd0467ae7ee4d22f16fcaaccfd33f18cb5 Author: Ian Lynagh <[email protected]> Date: Tue Oct 16 15:28:26 2012 +0100 Some alpha renaming Mostly d -> g (matching DynFlag -> GeneralFlag). Also renamed if* to when*, matching the Haskell if/when names compiler/basicTypes/Name.lhs | 6 +- compiler/basicTypes/OccName.lhs | 2 +- compiler/basicTypes/Var.lhs | 2 +- compiler/cmm/CLabel.hs | 8 ++-- compiler/cmm/CmmInfo.hs | 2 +- compiler/cmm/CmmParse.y | 2 +- compiler/cmm/CmmPipeline.hs | 8 ++-- compiler/cmm/PprC.hs | 2 +- compiler/cmm/SMRep.lhs | 2 +- compiler/codeGen/CgCallConv.hs | 2 +- compiler/codeGen/CgCase.lhs | 2 +- compiler/codeGen/CgClosure.lhs | 8 ++-- compiler/codeGen/CgCon.lhs | 6 +- compiler/codeGen/CgExpr.lhs | 2 +- compiler/codeGen/CgForeignCall.hs | 4 +- compiler/codeGen/CgInfoTbls.hs | 4 +- compiler/codeGen/CgParallel.hs | 6 +- compiler/codeGen/CgPrimOp.hs | 2 +- compiler/codeGen/CgProf.hs | 6 +- compiler/codeGen/CgTailCall.lhs | 2 +- compiler/codeGen/CgTicky.hs | 2 +- compiler/codeGen/ClosureInfo.lhs | 8 ++-- compiler/codeGen/StgCmm.hs | 2 +- compiler/codeGen/StgCmmBind.hs | 10 ++-- compiler/codeGen/StgCmmClosure.hs | 10 ++-- compiler/codeGen/StgCmmCon.hs | 4 +- compiler/codeGen/StgCmmForeign.hs | 4 +- compiler/codeGen/StgCmmHeap.hs | 2 +- compiler/codeGen/StgCmmHpc.hs | 2 +- compiler/codeGen/StgCmmLayout.hs | 4 +- compiler/codeGen/StgCmmPrim.hs | 2 +- compiler/codeGen/StgCmmProf.hs | 10 ++-- compiler/codeGen/StgCmmTicky.hs | 2 +- compiler/coreSyn/CoreArity.lhs | 6 +- compiler/coreSyn/CoreUnfold.lhs | 4 +- compiler/coreSyn/MkExternalCore.lhs | 2 +- compiler/coreSyn/PprCore.lhs | 14 +++--- compiler/deSugar/Coverage.lhs | 12 +++--- compiler/deSugar/Desugar.lhs | 8 ++-- compiler/deSugar/DsExpr.lhs | 6 +- compiler/deSugar/DsListComp.lhs | 2 +- compiler/deSugar/DsMonad.lhs | 4 +- compiler/deSugar/Match.lhs | 2 +- compiler/ghci/Debugger.hs | 8 ++-- compiler/ghci/Linker.lhs | 2 +- compiler/iface/FlagChecker.hs | 2 +- compiler/iface/LoadIface.lhs | 2 +- compiler/iface/MkIface.lhs | 2 +- compiler/iface/TcIface.lhs | 4 +- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 2 +- compiler/main/CodeOutput.lhs | 2 +- compiler/main/DriverMkDepend.hs | 2 +- compiler/main/DriverPipeline.hs | 58 ++++++++++++++-------------- compiler/main/DynFlags.hs | 50 ++++++++++++------------ compiler/main/ErrUtils.lhs | 8 ++-- compiler/main/Finder.lhs | 2 +- compiler/main/GHC.hs | 2 +- compiler/main/GhcMake.hs | 8 ++-- compiler/main/HeaderInfo.hs | 2 +- compiler/main/HscMain.hs | 8 ++-- compiler/main/HscTypes.lhs | 2 +- compiler/main/InteractiveEval.hs | 10 ++-- compiler/main/Packages.lhs | 12 +++--- compiler/main/SysTools.lhs | 12 +++--- compiler/main/TidyPgm.lhs | 8 ++-- compiler/nativeGen/AsmCodeGen.lhs | 20 +++++----- compiler/nativeGen/PIC.hs | 32 ++++++++-------- compiler/nativeGen/PPC/CodeGen.hs | 4 +- compiler/nativeGen/RegAlloc/Graph/Main.hs | 12 +++--- compiler/nativeGen/SPARC/CodeGen.hs | 2 +- compiler/nativeGen/X86/CodeGen.hs | 8 ++-- compiler/parser/Lexer.x | 10 ++-- compiler/prelude/PrelRules.lhs | 4 +- compiler/profiling/ProfInit.hs | 2 +- compiler/profiling/SCCfinal.lhs | 4 +- compiler/rename/RnBinds.lhs | 2 +- compiler/rename/RnEnv.lhs | 10 ++-- compiler/rename/RnExpr.lhs | 2 +- compiler/rename/RnNames.lhs | 14 +++--- compiler/rename/RnTypes.lhs | 2 +- compiler/simplCore/CoreMonad.lhs | 10 ++-- compiler/simplCore/SimplCore.lhs | 30 +++++++------- compiler/simplCore/SimplUtils.lhs | 10 ++-- compiler/simplCore/Simplify.lhs | 10 ++-- compiler/simplStg/SimplStg.lhs | 4 +- compiler/stgSyn/StgSyn.lhs | 2 +- compiler/typecheck/TcBinds.lhs | 2 +- compiler/typecheck/TcErrors.lhs | 2 +- compiler/typecheck/TcPat.lhs | 2 +- compiler/typecheck/TcRnDriver.lhs | 10 ++-- compiler/typecheck/TcRnMonad.lhs | 38 +++++++++--------- compiler/typecheck/TcSMonad.lhs | 2 +- compiler/typecheck/TcSplice.lhs | 2 +- compiler/typecheck/TcTyClsDecls.lhs | 4 +- compiler/typecheck/TcUnify.lhs | 2 +- compiler/vectorise/Vectorise/Exp.hs | 4 +- compiler/vectorise/Vectorise/Monad/Base.hs | 2 +- ghc/InteractiveUI.hs | 20 +++++----- ghc/Main.hs | 4 +- 99 files changed, 348 insertions(+), 348 deletions(-) Diff suppressed because of size. To see it, use: git show cd33eefd0467ae7ee4d22f16fcaaccfd33f18cb5 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
