Repository : ssh://[email protected]/ghc On branch : ghc-parmake-gsoc Link : http://ghc.haskell.org/trac/ghc/changeset/783ca393d9b262fe0efc6308e71c95a2da0eda1a/ghc
>--------------------------------------------------------------- commit 783ca393d9b262fe0efc6308e71c95a2da0eda1a Merge: a58ba18 2cec084 Author: Patrick Palka <[email protected]> Date: Sun Sep 8 22:10:50 2013 -0400 Merge remote-tracking branch 'origin/master' into ghc-parmake-gsoc >--------------------------------------------------------------- 783ca393d9b262fe0efc6308e71c95a2da0eda1a compiler/basicTypes/DataCon.lhs | 40 ++++++++++++++ compiler/basicTypes/Demand.lhs | 58 +++++++++++++++++++- compiler/basicTypes/Id.lhs | 4 +- compiler/cmm/PprC.hs | 1 + compiler/deSugar/DsCCall.lhs | 41 -------------- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 1 + compiler/main/DynFlags.hs | 25 ++++++++- compiler/main/StaticFlags.hs | 8 --- compiler/nativeGen/AsmCodeGen.lhs | 1 + compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 4 ++ compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 1 + compiler/nativeGen/RegAlloc/Linear/Main.hs | 1 + compiler/nativeGen/TargetReg.hs | 6 ++ compiler/parser/Lexer.x | 2 + compiler/parser/Parser.y.pp | 3 + compiler/parser/RdrHsSyn.lhs | 5 +- compiler/prelude/ForeignCall.lhs | 10 +++- compiler/stranal/DmdAnal.lhs | 47 +++++++++++++--- compiler/typecheck/TcForeign.lhs | 5 ++ compiler/types/Type.lhs | 20 +------ compiler/utils/Platform.hs | 1 + rts/AutoApply.h | 2 + rts/PrimOps.cmm | 16 +++--- utils/ghc-pkg/Main.hs | 17 +++--- 24 files changed, 218 insertions(+), 101 deletions(-) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
