[commit: ghc] master: Add support for LLVM vectors. (a544c72)
Geoffrey Mainland
gmainlan at microsoft.com
Fri Feb 1 23:02:07 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a544c72a17ca6627c68d11105f7eed2b3ed2e0ec
>---------------------------------------------------------------
commit a544c72a17ca6627c68d11105f7eed2b3ed2e0ec
Author: Geoffrey Mainland <gmainlan at microsoft.com>
Date: Mon Oct 31 13:44:48 2011 +0000
Add support for LLVM vectors.
This patch adds support for LLVM vectors and vector operations to our internal
LLVM abstract syntax data types.
compiler/llvmGen/Llvm.hs | 2 +-
compiler/llvmGen/Llvm/AbsSyn.hs | 15 +++++++++
compiler/llvmGen/Llvm/PpLlvm.hs | 14 ++++++++
compiler/llvmGen/Llvm/Types.hs | 67 ++++++++++++++++++++++++---------------
4 files changed, 71 insertions(+), 27 deletions(-)
Diff suppressed because of size. To see it, use:
git show a544c72a17ca6627c68d11105f7eed2b3ed2e0ec
More information about the ghc-commits
mailing list