Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/febf1ced754a3996ac1a5877dcded87828560d1c >--------------------------------------------------------------- commit febf1ced754a3996ac1a5877dcded87828560d1c Merge: b6264a6... 58339b0... Author: Dimitrios Vytiniotis <[email protected]> Date: Wed May 18 14:12:46 2011 +0100 Merge remote branch 'origin/master' Fixed conflicts in: compiler/typecheck/TcCanonical.lhs compiler/typecheck/TcErrors.lhs compiler/typecheck/TcInteract.lhs compiler/basicTypes/BasicTypes.lhs | 38 +- compiler/basicTypes/DataCon.lhs | 88 +- compiler/basicTypes/Id.lhs | 39 +- compiler/basicTypes/IdInfo.lhs | 5 +- compiler/basicTypes/IdInfo.lhs-boot | 2 + compiler/basicTypes/MkId.lhs | 121 +- compiler/basicTypes/Var.lhs | 87 +- compiler/basicTypes/VarEnv.lhs | 3 +- compiler/basicTypes/VarSet.lhs | 6 +- compiler/cmm/Cmm.hs | 5 +- compiler/cmm/CmmCPS.hs | 90 +- compiler/cmm/CmmNode.hs | 34 +- compiler/cmm/CmmParse.y | 25 +- compiler/cmm/CmmSpillReload.hs | 562 ++++++-- compiler/cmm/OldCmm.hs | 4 +- compiler/codeGen/StgCmmUtils.hs | 62 + compiler/coreSyn/CoreArity.lhs | 42 +- compiler/coreSyn/CoreFVs.lhs | 24 +- compiler/coreSyn/CoreLint.lhs | 438 +++--- compiler/coreSyn/CorePrep.lhs | 37 +- compiler/coreSyn/CoreSubst.lhs | 255 ++-- compiler/coreSyn/CoreSyn.lhs | 64 +- compiler/coreSyn/CoreTidy.lhs | 9 +- compiler/coreSyn/CoreUnfold.lhs | 44 +- compiler/coreSyn/CoreUtils.lhs | 239 ++-- compiler/coreSyn/ExternalCore.lhs | 13 +- compiler/coreSyn/MkCore.lhs | 10 +- compiler/coreSyn/MkExternalCore.lhs | 54 +- compiler/coreSyn/PprCore.lhs | 16 +- compiler/coreSyn/PprExternalCore.lhs | 6 +- compiler/deSugar/Check.lhs | 12 +- compiler/deSugar/Desugar.lhs | 2 + compiler/deSugar/DsBinds.lhs | 26 +- compiler/deSugar/DsCCall.lhs | 4 +- compiler/deSugar/DsExpr.lhs | 28 +- compiler/deSugar/DsForeign.lhs | 13 +- compiler/deSugar/DsMeta.hs | 2 +- compiler/deSugar/DsUtils.lhs | 20 +- compiler/deSugar/Match.lhs | 14 +- compiler/deSugar/MatchCon.lhs | 1 - compiler/deSugar/MatchLit.lhs | 25 +- compiler/ghc.cabal.in | 2 + compiler/ghci/ByteCodeGen.lhs | 31 +- compiler/ghci/ObjLink.lhs | 20 +- compiler/ghci/RtClosureInspect.hs | 281 ++-- compiler/hsSyn/Convert.lhs | 9 +- compiler/hsSyn/HsBinds.lhs | 22 +- compiler/hsSyn/HsLit.lhs | 19 +- compiler/hsSyn/HsPat.lhs | 4 +- compiler/hsSyn/HsUtils.lhs | 47 +- compiler/iface/BinIface.hs | 99 +- compiler/iface/BuildTyCl.lhs | 20 +- compiler/iface/IfaceSyn.lhs | 44 +- compiler/iface/IfaceType.lhs | 111 +- compiler/iface/MkIface.lhs | 37 +- compiler/iface/TcIface.lhs | 77 +- compiler/main/DynFlags.hs | 47 +- compiler/main/ErrUtils.lhs | 36 +- compiler/main/GHC.hs | 7 +- compiler/main/HscTypes.lhs | 27 +- compiler/main/PprTyThing.hs | 10 +- compiler/main/SysTools.lhs | 19 +- compiler/main/TidyPgm.lhs | 1 + compiler/nativeGen/AsmCodeGen.lhs | 6 +- compiler/parser/Lexer.x | 17 +- compiler/parser/ParserCore.y | 2 +- compiler/prelude/PrelNames.lhs | 13 +- compiler/prelude/PrelRules.lhs | 4 +- compiler/prelude/TysPrim.lhs | 312 +++-- compiler/prelude/TysWiredIn.lhs | 29 +- compiler/rename/RnNames.lhs | 2 +- compiler/rename/RnTypes.lhs | 2 +- compiler/simplCore/CSE.lhs | 2 + compiler/simplCore/FloatIn.lhs | 19 +- compiler/simplCore/FloatOut.lhs | 1 + compiler/simplCore/LiberateCase.lhs | 1 + compiler/simplCore/OccurAnal.lhs | 96 +- compiler/simplCore/SAT.lhs | 23 +- compiler/simplCore/SetLevels.lhs | 19 +- compiler/simplCore/SimplEnv.lhs | 92 +- compiler/simplCore/SimplUtils.lhs | 42 +- compiler/simplCore/Simplify.lhs | 195 ++- compiler/specialise/Rules.lhs | 30 +- compiler/specialise/SpecConstr.lhs | 34 +- compiler/specialise/Specialise.lhs | 7 +- compiler/stgSyn/CoreToStg.lhs | 15 +- compiler/stgSyn/StgSyn.lhs | 24 +- compiler/stranal/DmdAnal.lhs | 33 +- compiler/stranal/WorkWrap.lhs | 1 + compiler/stranal/WwLib.lhs | 27 +- compiler/typecheck/FamInst.lhs | 8 +- compiler/typecheck/Inst.lhs | 10 +- compiler/typecheck/TcArrows.lhs | 16 +- compiler/typecheck/TcBinds.lhs | 2 +- compiler/typecheck/TcCanonical.lhs | 201 +-- compiler/typecheck/TcDeriv.lhs | 10 +- compiler/typecheck/TcEnv.lhs | 4 +- compiler/typecheck/TcErrors.lhs | 12 +- compiler/typecheck/TcExpr.lhs | 70 +- compiler/typecheck/TcGenDeriv.lhs | 3 +- compiler/typecheck/TcHsSyn.lhs | 36 +- compiler/typecheck/TcHsType.lhs | 17 +- compiler/typecheck/TcInstDcls.lhs | 233 +++- compiler/typecheck/TcInteract.lhs | 115 +- compiler/typecheck/TcMType.lhs | 47 +- compiler/typecheck/TcMatches.lhs | 10 +- compiler/typecheck/TcPat.lhs | 42 +- compiler/typecheck/TcRnDriver.lhs | 48 +- compiler/typecheck/TcRnMonad.lhs | 4 +- compiler/typecheck/TcRnTypes.lhs | 7 +- compiler/typecheck/TcRules.lhs | 1 - compiler/typecheck/TcSMonad.lhs | 12 +- compiler/typecheck/TcSimplify.lhs | 7 +- compiler/typecheck/TcSplice.lhs | 23 +- compiler/typecheck/TcTyClsDecls.lhs | 264 +--- compiler/typecheck/TcTyDecls.lhs | 2 +- compiler/typecheck/TcType.lhs | 321 ++--- compiler/typecheck/TcUnify.lhs | 101 +- compiler/typecheck/TcUnify.lhs-boot | 4 +- compiler/types/Coercion.lhs | 1553 ++++++++++++-------- compiler/types/FamInstEnv.lhs | 81 +- compiler/types/FunDeps.lhs | 6 +- compiler/types/InstEnv.lhs | 4 +- compiler/types/Kind.lhs | 232 +++ compiler/types/OptCoercion.lhs | 538 +++---- compiler/types/TyCon.lhs | 234 ++-- compiler/types/Type.lhs | 677 ++++----- compiler/types/TypeRep.lhs | 556 ++++--- compiler/types/TypeRep.lhs-boot | 3 +- compiler/types/Unify.lhs | 70 +- compiler/utils/Pair.lhs | 47 + compiler/vectorise/Vectorise.hs | 3 +- compiler/vectorise/Vectorise/Builtins/Base.hs | 3 +- .../vectorise/Vectorise/Builtins/Initialise.hs | 106 +- compiler/vectorise/Vectorise/Builtins/Modules.hs | 88 +- compiler/vectorise/Vectorise/Builtins/Prelude.hs | 34 +- compiler/vectorise/Vectorise/Exp.hs | 3 +- compiler/vectorise/Vectorise/Type/Env.hs | 1 - compiler/vectorise/Vectorise/Type/PRepr.hs | 11 +- compiler/vectorise/Vectorise/Type/Type.hs | 1 - compiler/vectorise/Vectorise/Utils.hs | 3 +- compiler/vectorise/Vectorise/Utils/Base.hs | 2 +- compiler/vectorise/Vectorise/Utils/Closure.hs | 1 - compiler/vectorise/Vectorise/Utils/Hoisting.hs | 1 - compiler/vectorise/Vectorise/Utils/PADict.hs | 7 +- compiler/vectorise/Vectorise/Utils/Poly.hs | 1 - compiler/vectorise/Vectorise/Var.hs | 1 - docs/users_guide/debugging.xml | 5 +- docs/users_guide/flags.xml | 6 + docs/users_guide/shared_libs.xml | 61 +- docs/users_guide/win32-dlls.xml | 36 +- ghc/GhciTags.hs | 7 +- includes/Rts.h | 6 + includes/stg/MachRegs.h | 5 + rts/Linker.c | 165 ++- rts/RtsFlags.c | 58 + rts/Schedule.c | 12 +- rts/Stats.c | 24 +- utils/ghc-pkg/Main.hs | 21 +- utils/runghc/runghc.hs | 20 +- 160 files changed, 6134 insertions(+), 4776 deletions(-) Diff suppressed because of size. To see it, use: git show febf1ced754a3996ac1a5877dcded87828560d1c _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
