[commit: ghc] : Add the Int32X4# primitive type and associated primops. (3984b91)
Geoffrey Mainland
gmainlan at microsoft.com
Fri Feb 1 23:02:35 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch :
http://hackage.haskell.org/trac/ghc/changeset/3984b912854a2261f5bf35e25bf929c15490e71a
>---------------------------------------------------------------
commit 3984b912854a2261f5bf35e25bf929c15490e71a
Author: Paul Monday <paul.monday at parsci.com>
Date: Thu Nov 3 15:35:37 2011 -0600
Add the Int32X4# primitive type and associated primops.
compiler/cmm/CmmMachOp.hs | 26 ++++++++
compiler/cmm/PprC.hs | 26 ++++++++
compiler/codeGen/StgCmmPrim.hs | 37 ++++++++++++
compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 23 +++++++
compiler/nativeGen/X86/CodeGen.hs | 18 ++++++
compiler/prelude/PrelNames.lhs | 3 +-
compiler/prelude/TysPrim.lhs | 12 +++-
compiler/prelude/primops.txt.pp | 98 +++++++++++++++++++++++++++++++
utils/genprimopcode/Main.hs | 7 ++-
9 files changed, 245 insertions(+), 5 deletions(-)
Diff suppressed because of size. To see it, use:
git show 3984b912854a2261f5bf35e25bf929c15490e71a
More information about the ghc-commits
mailing list