Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : overlapping-tyfams
http://hackage.haskell.org/trac/ghc/changeset/839621c50acc8800be9740cec9d00b2f579aea31 >--------------------------------------------------------------- commit 839621c50acc8800be9740cec9d00b2f579aea31 Merge: 728f4cf... 31c0717... Author: Richard Eisenberg <e...@cis.upenn.edu> Date: Wed Nov 21 10:34:37 2012 -0500 Merge branch 'master' into overlapping-tyfams Conflicts: compiler/coreSyn/ExternalCore.lhs compiler/coreSyn/MkExternalCore.lhs compiler/coreSyn/TrieMap.lhs compiler/deSugar/DsMeta.hs compiler/rename/RnSource.lhs compiler/typecheck/TcDeriv.lhs compiler/typecheck/TcEnv.lhs compiler/typecheck/TcEvidence.lhs compiler/typecheck/TcInstDcls.lhs compiler/typecheck/TcInteract.lhs compiler/typecheck/TcTyClsDecls.lhs compiler/types/Coercion.lhs compiler/types/FamInstEnv.lhs .gitignore | 98 +-- aclocal.m4 | 179 +--- compiler/basicTypes/BasicTypes.lhs | 26 + compiler/basicTypes/DataCon.lhs | 77 +- compiler/basicTypes/DataCon.lhs-boot | 2 + compiler/basicTypes/Id.lhs | 271 ++-- compiler/basicTypes/IdInfo.lhs | 2 +- compiler/basicTypes/Literal.lhs | 52 +- compiler/basicTypes/MkId.lhs | 29 +- compiler/basicTypes/Module.lhs | 8 + compiler/basicTypes/Name.lhs | 260 ++-- compiler/basicTypes/OccName.lhs | 63 +- compiler/basicTypes/Var.lhs | 4 +- compiler/basicTypes/VarEnv.lhs | 3 + compiler/cmm/Bitmap.hs | 53 +- compiler/cmm/CLabel.hs | 47 +- compiler/cmm/Cmm.hs | 58 +- compiler/cmm/CmmBuildInfoTables.hs | 88 +- compiler/cmm/CmmCallConv.hs | 191 ++-- compiler/cmm/CmmContFlowOpt.hs | 59 +- compiler/cmm/CmmCvt.hs | 110 -- compiler/cmm/CmmExpr.hs | 315 +++--- compiler/cmm/CmmInfo.hs | 123 +- compiler/cmm/CmmLayoutStack.hs | 192 ++-- compiler/cmm/CmmLex.x | 16 +- compiler/cmm/CmmLint.hs | 95 +- compiler/cmm/CmmLive.hs | 78 +- compiler/cmm/CmmMachOp.hs | 161 ++-- compiler/cmm/CmmNode.hs | 118 ++- compiler/cmm/CmmOpt.hs | 397 +----- compiler/cmm/CmmParse.y | 809 ++++++++----- compiler/cmm/CmmPipeline.hs | 84 +- compiler/cmm/CmmProcPoint.hs | 97 +- compiler/cmm/CmmRewriteAssignments.hs | 109 +- compiler/cmm/CmmSink.hs | 236 +++-- compiler/cmm/CmmType.hs | 112 ++- compiler/cmm/CmmUtils.hs | 353 +++--- compiler/cmm/MkGraph.hs | 200 ++-- compiler/cmm/OldCmm.hs | 283 ----- compiler/cmm/OldCmmLint.hs | 209 --- compiler/cmm/OldCmmUtils.hs | 99 -- compiler/cmm/OldPprCmm.hs | 227 ---- compiler/cmm/PprC.hs | 349 +++--- compiler/cmm/PprCmm.hs | 20 +- compiler/cmm/PprCmmDecl.hs | 15 +- compiler/cmm/PprCmmExpr.hs | 11 +- compiler/cmm/SMRep.lhs | 204 ++-- compiler/codeGen/CgBindery.lhs | 557 -------- compiler/codeGen/CgBindery.lhs-boot | 11 - compiler/codeGen/CgCallConv.hs | 407 ------ compiler/codeGen/CgCase.lhs | 670 ---------- compiler/codeGen/CgClosure.lhs | 640 ---------- compiler/codeGen/CgCon.lhs | 490 ------- compiler/codeGen/CgExpr.lhs | 494 -------- compiler/codeGen/CgExpr.lhs-boot | 7 - compiler/codeGen/CgExtCode.hs | 241 ---- compiler/codeGen/CgForeignCall.hs | 319 ----- compiler/codeGen/CgHeapery.lhs | 640 ---------- compiler/codeGen/CgHpc.hs | 39 - compiler/codeGen/CgInfoTbls.hs | 372 ------ compiler/codeGen/CgLetNoEscape.lhs | 214 ---- compiler/codeGen/CgMonad.lhs | 849 ------------- compiler/codeGen/CgParallel.hs | 102 -- compiler/codeGen/CgPrimOp.hs | 1172 ----------------- compiler/codeGen/CgProf.hs | 328 ----- compiler/codeGen/CgStackery.lhs | 365 ------ compiler/codeGen/CgTailCall.lhs | 508 -------- compiler/codeGen/CgTicky.hs | 398 ------ compiler/codeGen/CgUtils.hs | 936 ++------------- compiler/codeGen/ClosureInfo.lhs | 1120 ---------------- compiler/codeGen/ClosureInfo.lhs-boot | 6 - compiler/codeGen/CodeGen.lhs | 234 ---- compiler/codeGen/StgCmm.hs | 34 +- compiler/codeGen/StgCmmBind.hs | 150 ++- compiler/codeGen/StgCmmClosure.hs | 68 +- compiler/codeGen/StgCmmCon.hs | 58 +- compiler/codeGen/StgCmmEnv.hs | 55 +- compiler/codeGen/StgCmmExpr.hs | 75 +- compiler/codeGen/StgCmmExtCode.hs | 224 ++++ compiler/codeGen/StgCmmForeign.hs | 168 ++-- compiler/codeGen/StgCmmGran.hs | 8 +- compiler/codeGen/StgCmmHeap.hs | 275 +++-- compiler/codeGen/StgCmmHpc.hs | 10 +- compiler/codeGen/StgCmmLayout.hs | 160 +-- compiler/codeGen/StgCmmMonad.hs | 151 ++- compiler/codeGen/StgCmmPrim.hs | 997 ++++++++-------- compiler/codeGen/StgCmmProf.hs | 216 ++-- compiler/codeGen/StgCmmTicky.hs | 63 +- compiler/codeGen/StgCmmUtils.hs | 198 ++-- compiler/coreSyn/CoreArity.lhs | 6 +- compiler/coreSyn/CoreLint.lhs | 16 +- compiler/coreSyn/CorePrep.lhs | 12 +- compiler/coreSyn/CoreSubst.lhs | 2 +- compiler/coreSyn/CoreSyn.lhs | 21 +- compiler/coreSyn/CoreUnfold.lhs | 120 +- compiler/coreSyn/CoreUtils.lhs | 47 +- compiler/coreSyn/ExternalCore.lhs | 3 + compiler/coreSyn/MkCore.lhs | 17 +- compiler/coreSyn/MkExternalCore.lhs | 11 +- compiler/coreSyn/PprCore.lhs | 59 +- compiler/coreSyn/PprExternalCore.lhs | 4 + compiler/coreSyn/TrieMap.lhs | 16 +- compiler/deSugar/Check.lhs | 2 +- compiler/deSugar/Coverage.lhs | 101 +- compiler/deSugar/Desugar.lhs | 8 +- compiler/deSugar/DsArrows.lhs | 120 +- compiler/deSugar/DsBinds.lhs | 38 +- compiler/deSugar/DsCCall.lhs | 29 +- compiler/deSugar/DsExpr.lhs | 28 +- compiler/deSugar/DsForeign.lhs | 55 +- compiler/deSugar/DsGRHSs.lhs | 25 +- compiler/deSugar/DsListComp.lhs | 42 +- compiler/deSugar/DsMeta.hs | 195 ++-- compiler/deSugar/DsMonad.lhs | 11 +- compiler/deSugar/DsUtils.lhs | 45 +- compiler/deSugar/Match.lhs | 40 +- compiler/deSugar/Match.lhs-boot | 4 +- compiler/deSugar/MatchCon.lhs | 6 +- compiler/deSugar/MatchLit.lhs | 45 +- compiler/ghc.cabal.in | 32 +- compiler/ghc.mk | 138 ++- compiler/ghci/ByteCodeAsm.lhs | 117 +- compiler/ghci/ByteCodeGen.lhs | 247 ++-- compiler/ghci/ByteCodeInstr.lhs | 8 +- compiler/ghci/ByteCodeItbls.lhs | 64 +- compiler/ghci/ByteCodeLink.lhs | 39 +- compiler/ghci/Debugger.hs | 8 +- compiler/ghci/DebuggerUtils.hs | 19 +- compiler/ghci/LibFFI.hsc | 21 +- compiler/ghci/Linker.lhs | 176 ++- compiler/ghci/RtClosureInspect.hs | 66 +- compiler/hsSyn/Convert.lhs | 18 +- compiler/hsSyn/HsBinds.lhs | 20 +- compiler/hsSyn/HsExpr.lhs | 555 +++++---- compiler/hsSyn/HsExpr.lhs-boot | 28 +- compiler/hsSyn/HsUtils.lhs | 76 +- compiler/iface/BinIface.hs | 30 +- compiler/iface/BuildTyCl.lhs | 12 +- compiler/iface/FlagChecker.hs | 2 +- compiler/iface/IfaceSyn.lhs | 15 +- compiler/iface/IfaceType.lhs | 5 +- compiler/iface/LoadIface.lhs | 2 +- compiler/iface/MkIface.lhs | 22 +- compiler/iface/TcIface.lhs | 45 +- compiler/llvmGen/Llvm/Types.hs | 34 +- compiler/llvmGen/LlvmCodeGen.hs | 21 +- compiler/llvmGen/LlvmCodeGen/Base.hs | 87 +- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 414 ++++--- compiler/llvmGen/LlvmCodeGen/Data.hs | 24 +- compiler/llvmGen/LlvmCodeGen/Ppr.hs | 15 +- compiler/llvmGen/LlvmCodeGen/Regs.hs | 23 +- compiler/main/BreakArray.hs | 46 +- compiler/main/CmdLineParser.hs | 10 + compiler/main/CodeOutput.lhs | 8 +- compiler/main/Constants.lhs | 27 +- compiler/main/DriverMkDepend.hs | 44 +- compiler/main/DriverPipeline.hs | 259 +--- compiler/main/DynFlags.hs | 846 ++++++++----- compiler/main/DynFlags.hs-boot | 2 - compiler/main/ErrUtils.lhs | 67 +- compiler/main/Finder.lhs | 2 +- compiler/main/GHC.hs | 8 +- compiler/main/GhcMake.hs | 12 +- compiler/main/HeaderInfo.hs | 2 +- compiler/main/HscMain.hs | 76 +- compiler/main/HscTypes.lhs | 21 +- compiler/main/InteractiveEval.hs | 21 +- compiler/main/Packages.lhs | 14 +- compiler/main/PprTyThing.hs | 14 +- compiler/main/StaticFlagParser.hs | 35 +- compiler/main/StaticFlags.hs | 151 +-- compiler/main/SysTools.lhs | 189 +++- compiler/main/TidyPgm.lhs | 61 +- compiler/nativeGen/AsmCodeGen.lhs | 211 ++-- compiler/nativeGen/Instruction.hs | 31 +- compiler/nativeGen/NCGMonad.hs | 105 +- compiler/nativeGen/PIC.hs | 498 ++++---- compiler/nativeGen/PPC/CodeGen.hs | 132 ++- compiler/nativeGen/PPC/Instr.hs | 33 +- compiler/nativeGen/PPC/Ppr.hs | 7 +- compiler/nativeGen/PPC/RegInfo.hs | 9 +- compiler/nativeGen/PPC/Regs.hs | 9 +- compiler/nativeGen/RegAlloc/Graph/ArchBase.hs | 196 ++-- compiler/nativeGen/RegAlloc/Graph/ArchX86.hs | 188 ++-- compiler/nativeGen/RegAlloc/Graph/Coalesce.hs | 110 +- compiler/nativeGen/RegAlloc/Graph/Main.hs | 240 ++-- compiler/nativeGen/RegAlloc/Graph/Spill.hs | 195 ++-- compiler/nativeGen/RegAlloc/Graph/SpillClean.hs | 802 ++++++------ compiler/nativeGen/RegAlloc/Graph/SpillCost.hs | 363 +++--- compiler/nativeGen/RegAlloc/Graph/Stats.hs | 464 ++++--- compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 12 + compiler/nativeGen/RegAlloc/Linear/Base.hs | 10 +- compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 50 +- .../nativeGen/RegAlloc/Linear/JoinToTargets.hs | 435 ++++---- compiler/nativeGen/RegAlloc/Linear/Main.hs | 280 +++-- compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs | 15 +- .../nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs | 233 ++-- compiler/nativeGen/RegAlloc/Linear/StackMap.hs | 80 +- compiler/nativeGen/RegAlloc/Linear/State.hs | 121 +- compiler/nativeGen/RegAlloc/Linear/Stats.hs | 111 +- compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs | 27 +- .../RegAlloc/Linear/{X86 => X86_64}/FreeRegs.hs | 30 +- compiler/nativeGen/RegAlloc/Liveness.hs | 77 +- compiler/nativeGen/SPARC/Base.hs | 6 +- compiler/nativeGen/SPARC/CodeGen.hs | 108 +- compiler/nativeGen/SPARC/CodeGen/Amode.hs | 5 +- compiler/nativeGen/SPARC/CodeGen/Base.hs | 12 +- compiler/nativeGen/SPARC/CodeGen/CondCode.hs | 7 +- compiler/nativeGen/SPARC/CodeGen/Expand.hs | 6 +- compiler/nativeGen/SPARC/CodeGen/Gen32.hs | 14 +- compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot | 2 +- compiler/nativeGen/SPARC/CodeGen/Gen64.hs | 2 +- compiler/nativeGen/SPARC/CodeGen/Sanity.hs | 4 +- compiler/nativeGen/SPARC/Imm.hs | 2 +- compiler/nativeGen/SPARC/Instr.hs | 21 +- compiler/nativeGen/SPARC/Ppr.hs | 9 +- compiler/nativeGen/SPARC/ShortcutJump.hs | 2 +- compiler/nativeGen/SPARC/Stack.hs | 15 +- compiler/nativeGen/Size.hs | 2 +- compiler/nativeGen/TargetReg.hs | 15 + compiler/nativeGen/X86/CodeGen.hs | 446 ++++---- compiler/nativeGen/X86/Cond.hs | 69 +- compiler/nativeGen/X86/Instr.hs | 152 ++- compiler/nativeGen/X86/Ppr.hs | 14 +- compiler/nativeGen/X86/Regs.hs | 21 +- compiler/parser/Lexer.x | 15 +- compiler/parser/Parser.y.pp | 67 +- compiler/parser/RdrHsSyn.lhs | 99 ++- compiler/prelude/ForeignCall.lhs | 11 +- compiler/prelude/PrelNames.lhs | 13 + compiler/prelude/PrelNames.lhs-boot | 9 + compiler/prelude/PrelRules.lhs | 527 +++++--- compiler/prelude/TysPrim.lhs | 19 +- compiler/prelude/TysWiredIn.lhs | 6 +- compiler/prelude/primops.txt.pp | 57 +- compiler/profiling/ProfInit.hs | 2 +- compiler/profiling/SCCfinal.lhs | 4 +- compiler/rename/RnBinds.lhs | 121 ++- compiler/rename/RnEnv.lhs | 73 +- compiler/rename/RnExpr.lhs | 413 ++++--- compiler/rename/RnExpr.lhs-boot | 16 +- compiler/rename/RnNames.lhs | 16 +- compiler/rename/RnPat.lhs | 26 +- compiler/rename/RnSource.lhs | 429 +++---- compiler/rename/RnTypes.lhs | 12 +- compiler/simplCore/CoreMonad.lhs | 24 +- compiler/simplCore/FloatIn.lhs | 105 +- compiler/simplCore/FloatOut.lhs | 2 +- compiler/simplCore/LiberateCase.lhs | 13 +- compiler/simplCore/OccurAnal.lhs | 348 +++--- compiler/simplCore/SimplCore.lhs | 28 +- compiler/simplCore/SimplEnv.lhs | 418 +++--- compiler/simplCore/SimplMonad.lhs | 77 +- compiler/simplCore/SimplUtils.lhs | 972 +++++++------- compiler/simplCore/Simplify.lhs | 85 +- compiler/simplStg/SRT.lhs | 165 --- compiler/simplStg/SimplStg.lhs | 116 +- compiler/simplStg/UnariseStg.lhs | 152 ++- compiler/specialise/Rules.lhs | 29 +- compiler/specialise/SpecConstr.lhs | 1067 ++++++++-------- compiler/specialise/Specialise.lhs | 33 +- compiler/stgSyn/CoreToStg.lhs | 13 +- compiler/stgSyn/StgSyn.lhs | 14 +- compiler/stranal/DmdAnal.lhs | 154 ++-- compiler/stranal/WorkWrap.lhs | 10 +- compiler/typecheck/FamInst.lhs | 5 +- compiler/typecheck/Inst.lhs | 223 ++-- compiler/typecheck/TcArrows.lhs | 105 +- compiler/typecheck/TcBinds.lhs | 104 +- compiler/typecheck/TcCanonical.lhs | 944 ++++++-------- compiler/typecheck/TcClassDcl.lhs | 27 +- compiler/typecheck/TcDeriv.lhs | 1038 ++++++++-------- compiler/typecheck/TcEnv.lhs | 61 +- compiler/typecheck/TcErrors.lhs | 1011 ++++++++------- compiler/typecheck/TcEvidence.lhs | 68 +- compiler/typecheck/TcExpr.lhs | 48 +- compiler/typecheck/TcForeign.lhs | 1 - compiler/typecheck/TcGenDeriv.lhs | 1139 +++++++++--------- compiler/typecheck/TcGenGenerics.lhs | 2 +- compiler/typecheck/TcHsSyn.lhs | 273 +++-- compiler/typecheck/TcHsType.lhs | 300 +++-- compiler/typecheck/TcInstDcls.lhs | 81 +- compiler/typecheck/TcInteract.lhs | 952 +++++++------- compiler/typecheck/TcMType.lhs | 268 +++-- compiler/typecheck/TcMatches.lhs | 141 ++- compiler/typecheck/TcMatches.lhs-boot | 11 +- compiler/typecheck/TcPat.lhs | 2 +- compiler/typecheck/TcRnDriver.lhs | 116 +- compiler/typecheck/TcRnMonad.lhs | 142 ++- compiler/typecheck/TcRnTypes.lhs | 964 ++++++++------- compiler/typecheck/TcRules.lhs | 42 +- compiler/typecheck/TcSMonad.lhs | 1333 ++++++++++---------- compiler/typecheck/TcSimplify.lhs | 1205 +++++++----------- compiler/typecheck/TcSplice.lhs | 43 +- compiler/typecheck/TcSplice.lhs-boot | 2 +- compiler/typecheck/TcTyClsDecls.lhs | 96 +- compiler/typecheck/TcTyDecls.lhs | 16 +- compiler/typecheck/TcType.lhs | 346 ++++- compiler/typecheck/TcUnify.lhs | 495 ++++---- compiler/typecheck/TcUnify.lhs-boot | 3 +- compiler/types/Coercion.lhs | 44 +- compiler/types/FamInstEnv.lhs | 115 +- compiler/types/InstEnv.lhs | 5 + compiler/types/Kind.lhs | 2 +- compiler/types/OptCoercion.lhs | 79 +- compiler/types/TyCon.lhs | 181 ++- compiler/types/Type.lhs | 50 +- compiler/types/TypeRep.lhs | 15 +- compiler/utils/Bag.lhs | 1 + compiler/utils/IOEnv.hs | 5 + compiler/utils/Maybes.lhs | 9 - compiler/utils/Outputable.lhs | 8 +- compiler/utils/Platform.hs | 7 + compiler/utils/Serialized.hs | 10 + compiler/utils/UniqFM.lhs | 7 +- compiler/utils/Util.lhs | 12 + compiler/vectorise/Vectorise/Exp.hs | 12 +- compiler/vectorise/Vectorise/Generic/PADict.hs | 4 +- compiler/vectorise/Vectorise/Monad/Base.hs | 2 +- compiler/vectorise/Vectorise/Monad/Naming.hs | 5 +- compiler/vectorise/Vectorise/Type/Env.hs | 6 +- compiler/vectorise/Vectorise/Utils/Base.hs | 5 +- configure.ac | 32 +- distrib/MacFrameworks/Makefile | 31 - distrib/MacFrameworks/README | 13 - distrib/MacFrameworks/build-framework-gmp.sh | 48 - distrib/MacFrameworks/build-framework-readline.sh | 63 - distrib/MacOS/English.lproj/InfoPlist.strings | Bin 136 -> 0 bytes .../MacOS/GHC-relocatable.pmdoc/01ghc-contents.xml | 1 - distrib/MacOS/GHC-relocatable.pmdoc/01ghc.xml | 1 - distrib/MacOS/GHC-relocatable.pmdoc/index.xml | 21 - distrib/MacOS/GHC-system.pmdoc/01ghc.xml | 1 - distrib/MacOS/GHC-system.pmdoc/index.xml.in | 31 - distrib/MacOS/GHC.xcodeproj/project.pbxproj | 310 ----- distrib/MacOS/Info.plist | 28 - distrib/MacOS/installer-docs/lambda-logo.png | Bin 10511 -> 0 bytes distrib/MacOS/installer-docs/license.html | 244 ---- distrib/MacOS/installer-scripts/Uninstaller.in | 91 -- distrib/MacOS/installer-scripts/create-links.in | 38 - distrib/MacOS/installer-scripts/relocate | 14 - distrib/MacOS/mkinstaller | 105 -- distrib/configure.ac.in | 3 +- distrib/cvs-build | 137 -- distrib/fake-happy | 20 - distrib/prep-bin-dist-mingw | 203 --- distrib/prep-bin-dist-mingw-alex | 32 - distrib/prep-bin-dist-mingw-args | 33 - distrib/prep-bin-dist-mingw-greencard | 33 - distrib/prep-bin-dist-mingw-haddock | 32 - distrib/prep-bin-dist-mingw-happy | 32 - distrib/prep-bin-dist-mingw-hdirect | 36 - docs/users_guide/ffi-chap.xml | 2 +- docs/users_guide/flags.xml | 48 +- docs/users_guide/ghci.xml | 19 +- docs/users_guide/glasgow_exts.xml | 217 +++- docs/users_guide/profiling.xml | 4 +- docs/users_guide/safe_haskell.xml | 52 + docs/users_guide/using.xml | 18 + driver/ghci/ghc.mk | 1 + ghc.mk | 153 ++- ghc/InteractiveUI.hs | 34 +- ghc/Main.hs | 8 +- ghc/ghc.mk | 20 +- includes/Cmm.h | 314 ++++-- includes/CodeGen.Platform.hs | 161 +++ includes/HaskellConstants.hs | 207 --- includes/Rts.h | 7 +- includes/ghc.mk | 106 +- includes/mkDerivedConstants.c | 479 ------- includes/mkDerivedConstants.cross.awk | 350 ----- includes/mkSizeMacros.cross.awk | 82 -- includes/rts/Constants.h | 29 +- includes/rts/EventLogFormat.h | 6 +- includes/rts/Flags.h | 1 + includes/rts/storage/Block.h | 2 +- includes/rts/storage/ClosureMacros.h | 43 +- includes/rts/storage/ClosureTypes.h | 24 +- includes/rts/storage/Closures.h | 58 +- includes/rts/storage/GC.h | 1 + includes/rts/storage/Liveness.h | 34 - includes/rts/storage/SMPClosureOps.h | 2 +- includes/stg/MachRegs.h | 62 +- includes/stg/MiscClosures.h | 67 +- includes/stg/Regs.h | 373 +----- includes/stg/RtsMachRegs.h | 6 + mk/build.mk.sample | 6 +- mk/config.mk.in | 30 +- mk/validate-settings.mk | 13 +- mk/ways.mk | 45 +- rts/Apply.cmm | 72 +- rts/AutoApply.h | 8 +- rts/Capability.c | 2 +- rts/ClosureFlags.c | 6 +- rts/Disassembler.c | 2 +- rts/Exception.cmm | 253 ++-- rts/GetTime.h | 2 +- rts/HeapStackCheck.cmm | 527 ++++----- rts/Interpreter.c | 62 +- rts/LdvProfile.c | 2 +- rts/Linker.c | 659 ++++++----- rts/PrimOps.cmm | 1201 +++++++++---------- rts/Printer.c | 69 +- rts/ProfHeap.c | 3 +- rts/Profiling.c | 6 +- rts/RaiseAsync.c | 2 +- rts/RetainerProfile.c | 39 +- rts/RtsFlags.c | 17 +- rts/RtsProbes.d | 1 + rts/STM.c | 78 +- rts/STM.h | 10 +- rts/Schedule.c | 49 +- rts/Schedule.h | 28 +- rts/Stats.c | 12 +- rts/StgCRun.c | 2 +- rts/StgMiscClosures.cmm | 133 ++- rts/StgStartup.cmm | 65 +- rts/StgStdThunks.cmm | 305 ++--- rts/Timer.c | 27 +- rts/Trace.c | 53 +- rts/Trace.h | 10 + rts/Updates.cmm | 109 +- rts/Updates.h | 17 +- rts/eventlog/EventLog.c | 23 + rts/eventlog/EventLog.h | 2 + rts/ghc.mk | 19 +- rts/hooks/MallocFail.c | 2 +- rts/hooks/OutOfHeap.c | 2 +- rts/hooks/StackOverflow.c | 2 +- rts/package.conf.in | 4 +- rts/posix/GetTime.c | 2 +- rts/posix/Itimer.c | 3 + rts/posix/OSMem.c | 4 +- rts/posix/Select.c | 15 +- rts/sm/BlockAlloc.c | 8 +- rts/sm/Compact.c | 33 +- rts/sm/Evac.c | 27 +- rts/sm/GC.c | 49 +- rts/sm/GC.h | 8 +- rts/sm/GCAux.c | 2 +- rts/sm/Sanity.c | 57 +- rts/sm/Scav.c | 99 +- rts/sm/Storage.c | 29 +- rts/sm/Storage.h | 3 +- rts/win32/GetTime.c | 2 +- rules/build-dependencies.mk | 9 +- rules/build-package-data.mk | 15 +- rules/build-package-way.mk | 35 +- rules/build-package.mk | 11 + rules/build-prog.mk | 109 ++- rules/distdir-way-opts.mk | 12 + rules/haddock.mk | 6 +- rules/hs-suffix-rules-srcdir.mk | 6 + rules/{trace.mk => library-path.mk} | 16 +- rules/shell-wrapper.mk | 76 +- sync-all | 7 +- utils/compare_sizes/ghc.mk | 1 + utils/deriveConstants/DeriveConstants.hs | 866 +++++++++++++ {driver/split => utils/deriveConstants}/Makefile | 4 +- {driver/split => utils/deriveConstants}/ghc.mk | 12 +- utils/genapply/GenApply.hs | 58 +- utils/genapply/ghc.mk | 1 + utils/genprimopcode/ghc.mk | 1 + utils/ghc-cabal/Main.hs | 152 ++- utils/ghc-cabal/ghc.mk | 1 + utils/ghc-pkg/Main.hs | 49 +- utils/ghc-pkg/ghc.mk | 17 +- utils/ghc-pwd/ghc.mk | 2 + utils/ghctags/Main.hs | 2 +- utils/ghctags/ghc.mk | 9 +- utils/ghctags/ghctags.cabal | 22 + utils/hp2ps/ghc.mk | 15 +- utils/hpc/ghc.mk | 11 +- utils/hpc/hpc-bin.cabal | 11 +- utils/mkUserGuidePart/ghc.mk | 9 +- .../mkUserGuidePart.cabal} | 8 +- utils/runghc/ghc.mk | 3 +- utils/touchy/touchy.c | 138 ++- utils/unlit/ghc.mk | 1 + validate | 23 +- 479 files changed, 24805 insertions(+), 35862 deletions(-) Diff suppressed because of size. To see it, use: git show 839621c50acc8800be9740cec9d00b2f579aea31 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc