Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/77b05fa766b7c8af971d3472e5b443a463168e48 >--------------------------------------------------------------- commit 77b05fa766b7c8af971d3472e5b443a463168e48 Merge: 5826a77... bbeaec2... Author: Simon Peyton Jones <[email protected]> Date: Fri Apr 27 17:35:32 2012 +0100 Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc aclocal.m4 | 2 +- compiler/coreSyn/CoreArity.lhs | 4 +- compiler/coreSyn/CoreUnfold.lhs | 3 +- compiler/coreSyn/CoreUtils.lhs | 332 ++++++++------ compiler/iface/IfaceType.lhs | 2 +- compiler/main/DriverPipeline.hs | 16 +- compiler/main/DynFlags.hs | 7 +- compiler/main/StaticFlagParser.hs | 1 + compiler/main/StaticFlags.hs | 6 + 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/PrimOp.lhs | 61 ++- compiler/prelude/primops.txt.pp | 6 + compiler/rename/RnEnv.lhs | 56 ++- compiler/rename/RnSource.lhs | 4 +- compiler/simplCore/CoreMonad.lhs | 7 +- compiler/simplCore/FloatIn.lhs | 10 +- compiler/simplCore/OccurAnal.lhs | 4 +- compiler/simplCore/SimplCore.lhs | 4 +- compiler/simplCore/SimplMonad.lhs | 3 +- compiler/simplCore/SimplUtils.lhs | 10 +- compiler/simplCore/Simplify.lhs | 20 +- compiler/typecheck/TcForeign.lhs | 5 +- compiler/typecheck/TcHsType.lhs | 2 - compiler/typecheck/TcRnDriver.lhs | 4 +- compiler/typecheck/TcTyClsDecls.lhs | 58 ++- compiler/utils/Platform.hs | 12 +- config.guess | 482 ++++++++++---------- configure.ac | 14 + docs/users_guide/using.xml | 21 +- ghc/InteractiveUI.hs | 44 ++- 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 + 69 files changed, 978 insertions(+), 742 deletions(-) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
