Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd
http://hackage.haskell.org/trac/ghc/changeset/7707eeffd8d113955a42f150720b74bde9310da5 >--------------------------------------------------------------- commit 7707eeffd8d113955a42f150720b74bde9310da5 Merge: 11a3b26... 3e63df8... Author: Geoffrey Mainland <[email protected]> Date: Wed Jan 18 12:55:13 2012 +0000 Merge branch 'master' into simd compiler/coreSyn/CoreArity.lhs | 4 +- compiler/coreSyn/CoreUtils.lhs | 237 +++++++++++++++------------------- compiler/deSugar/DsBinds.lhs | 62 ++++++---- compiler/iface/MkIface.lhs | 3 +- compiler/llvmGen/Llvm/Types.hs | 5 +- compiler/llvmGen/LlvmCodeGen.hs | 5 +- compiler/main/CodeOutput.lhs | 159 +++++++++++------------ compiler/main/DriverPipeline.hs | 10 +- compiler/main/DynFlags.hs | 25 ++-- compiler/main/StaticFlagParser.hs | 1 - compiler/main/StaticFlags.hs | 6 - compiler/prelude/PrimOp.lhs | 59 ++------- compiler/rename/RnEnv.lhs | 8 +- compiler/rename/RnTypes.lhs | 8 +- compiler/simplCore/FloatIn.lhs | 10 +-- compiler/simplCore/OccurAnal.lhs | 4 +- compiler/simplCore/SimplUtils.lhs | 10 +- compiler/simplCore/Simplify.lhs | 20 +-- compiler/stranal/DmdAnal.lhs | 17 ++- compiler/typecheck/TcBinds.lhs | 3 +- compiler/typecheck/TcHsType.lhs | 6 +- compiler/typecheck/TcInteract.lhs | 67 ++++++---- compiler/typecheck/TcTyClsDecls.lhs | 16 +-- docs/users_guide/glasgow_exts.xml | 20 ++-- docs/users_guide/runtime_control.xml | 11 ++ rts/Capability.c | 1 + rts/posix/Itimer.c | 4 +- rts/posix/Select.c | 33 +++--- 28 files changed, 387 insertions(+), 427 deletions(-) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
