[commit: ghc] wip/simd: Pass 512-bit-wide vectors in registers. (be96089)
git at git.haskell.org
git at git.haskell.org
Mon Sep 16 20:38:35 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/simd
Link : http://ghc.haskell.org/trac/ghc/changeset/be96089fa74495013bd2520eb4d51e1848f38ad4/ghc
>---------------------------------------------------------------
commit be96089fa74495013bd2520eb4d51e1848f38ad4
Author: Geoffrey Mainland <gmainlan at microsoft.com>
Date: Sun Sep 15 22:41:31 2013 -0400
Pass 512-bit-wide vectors in registers.
>---------------------------------------------------------------
be96089fa74495013bd2520eb4d51e1848f38ad4
compiler/cmm/CmmCallConv.hs | 1 +
compiler/cmm/CmmExpr.hs | 9 +++++
compiler/cmm/PprCmmExpr.hs | 1 +
compiler/codeGen/CgUtils.hs | 7 ++++
compiler/llvmGen/LlvmCodeGen/Base.hs | 1 +
compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 1 +
compiler/llvmGen/LlvmCodeGen/Regs.hs | 7 ++++
includes/CodeGen.Platform.hs | 55 ++++++++++++++++++++++++++++++
includes/stg/MachRegs.h | 23 +++++++++++++
includes/stg/Regs.h | 42 +++++++++++++++++++++++
includes/stg/Types.h | 2 ++
utils/deriveConstants/DeriveConstants.hs | 6 ++++
12 files changed, 155 insertions(+)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc be96089fa74495013bd2520eb4d51e1848f38ad4
More information about the ghc-commits
mailing list