[commit: ghc] : Add support for LLVM vectors. (fa61d0f)

Geoffrey Mainland gmainlan at microsoft.com
Thu Jan 31 10:53:09 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : 

http://hackage.haskell.org/trac/ghc/changeset/fa61d0ff62a3dd52e5c32482756bc131e7dab6b8

>---------------------------------------------------------------

commit fa61d0ff62a3dd52e5c32482756bc131e7dab6b8
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 fa61d0ff62a3dd52e5c32482756bc131e7dab6b8



More information about the ghc-commits mailing list