Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dceecca16a722b0fc4ea13735e92b0493c31ea08 >--------------------------------------------------------------- commit dceecca16a722b0fc4ea13735e92b0493c31ea08 Merge: 20e6d9d... 7533607... Author: Simon Peyton Jones <[email protected]> Date: Mon Apr 30 13:43:33 2012 +0100 Merge branch 'master' of http://darcs.haskell.org//ghc aclocal.m4 | 2 +- compiler/coreSyn/CoreUnfold.lhs | 3 +- compiler/coreSyn/CoreUtils.lhs | 95 ++-- compiler/deSugar/DsMeta.hs | 2 +- compiler/ghci/RtClosureInspect.hs | 4 +- compiler/iface/IfaceType.lhs | 2 +- compiler/iface/LoadIface.lhs | 2 +- compiler/main/DriverPipeline.hs | 16 +- compiler/main/DynFlags.hs | 7 +- compiler/nativeGen/AsmCodeGen.lhs | 2 +- compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 56 ++-- compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 14 +- compiler/nativeGen/RegAlloc/Linear/Main.hs | 14 +- compiler/nativeGen/TargetReg.hs | 70 ++-- compiler/prelude/primops.txt.pp | 6 + compiler/rename/RnEnv.lhs | 192 +++++++-- compiler/rename/RnNames.lhs | 98 +---- compiler/rename/RnSource.lhs | 4 +- compiler/simplCore/CoreMonad.lhs | 7 +- compiler/simplCore/FloatIn.lhs | 16 +- compiler/simplCore/SimplCore.lhs | 4 +- compiler/simplCore/SimplMonad.lhs | 3 +- compiler/simplCore/SimplUtils.lhs | 2 + compiler/typecheck/FamInst.lhs | 11 +- compiler/typecheck/TcEnv.lhs | 15 +- compiler/typecheck/TcErrors.lhs | 3 +- compiler/typecheck/TcForeign.lhs | 5 +- compiler/typecheck/TcGenGenerics.lhs | 22 +- compiler/typecheck/TcHsSyn.lhs | 90 +++-- compiler/typecheck/TcHsType.lhs | 114 +++--- compiler/typecheck/TcInstDcls.lhs | 23 +- compiler/typecheck/TcInteract.lhs | 1 + compiler/typecheck/TcMType.lhs | 79 ++-- compiler/typecheck/TcPat.lhs | 3 +- compiler/typecheck/TcRnDriver.lhs | 25 +- compiler/typecheck/TcSMonad.lhs | 3 +- compiler/typecheck/TcTyClsDecls.lhs | 174 ++++--- compiler/typecheck/TcType.lhs | 2 +- compiler/typecheck/TcUnify.lhs | 67 ++-- compiler/types/InstEnv.lhs | 8 +- compiler/types/Type.lhs | 2 +- compiler/types/TypeRep.lhs | 37 +- compiler/utils/Platform.hs | 12 +- compiler/vectorise/Vectorise.hs | 2 +- compiler/vectorise/Vectorise/Exp.hs | 35 +- config.guess | 482 ++++++++++---------- configure.ac | 14 + docs/users_guide/using.xml | 21 +- ghc.mk | 2 +- ghc/InteractiveUI.hs | 55 ++- ghc/hschooks.c | 5 +- includes/Rts.h | 37 +-- includes/mkDerivedConstants.c | 3 +- includes/rts/Hooks.h | 6 +- includes/rts/Messages.h | 15 +- includes/rts/Types.h | 6 +- includes/stg/MiscClosures.h | 1 + includes/stg/Types.h | 29 +- mk/validate-settings.mk | 12 +- rts/Capability.c | 4 +- rts/Disassembler.c | 18 +- rts/Linker.c | 33 +- rts/PrimOps.cmm | 16 +- rts/Printer.c | 24 +- rts/ProfHeap.c | 2 +- rts/RtsFlags.c | 2 +- rts/RtsStartup.c | 9 +- rts/Stats.c | 21 +- rts/Stats.h | 11 +- rts/Task.c | 4 +- rts/Ticky.c | 26 +- rts/Trace.c | 26 +- rts/eventlog/EventLog.c | 5 +- rts/eventlog/EventLog.h | 2 +- rts/hooks/MallocFail.c | 2 +- rts/hooks/OutOfHeap.c | 2 +- rts/hooks/StackOverflow.c | 2 +- rts/sm/Sanity.c | 18 +- rts/sm/Scav.c | 4 +- rts/win32/IOManager.c | 2 +- rts/win32/OSMem.c | 4 +- rules/build-package-data.mk | 2 +- rules/distdir-way-opts.mk | 8 +- utils/ghc-cabal/ghc.mk | 2 +- utils/ghc-pkg/ghc.mk | 1 + 85 files changed, 1253 insertions(+), 1039 deletions(-) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
