[commit: ghc] simd: Formatting. (9488f54)

2011-11-02 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/9488f54b1630decf1366dcb135fbbac54d1fa0bf >--- commit 9488f54b1630decf1366dcb135fbbac54d1fa0bf Author: Geoffrey Mainland

[commit: ghc] simd: Back-out changes to the storage manager that forced 16-byte boundaries. (d9775da)

2011-11-02 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/d9775dafb2b82ce20a960f1aed9d61f62e77bc38 >--- commit d9775dafb2b82ce20a960f1aed9d61f62e77bc38 Author: Geoffrey Mainland

[commit: ghc] simd: Properly calculate CgRep size for vectors. (c6d3cf1)

2011-11-02 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/c6d3cf1ac14d8a34976ac6d33f29ccc601714fc5 >--- commit c6d3cf1ac14d8a34976ac6d33f29ccc601714fc5 Author: Geoffrey Mainland

[commit: ghc] simd: Add support for the LLVM insertelement and extractelement instructions. (b331645)

2011-11-02 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/b331645af0adc6232c0ad397d0591d15873e9dc6 >--- commit b331645af0adc6232c0ad397d0591d15873e9dc6 Author: Geoffrey Mainland

[commit: ghc] simd: Tell LLVM that all vector stores and loads are potentially unaligned. (45b74dc)

2011-11-02 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/45b74dc463055a0249981d96f8feda1b1c5eba85 >--- commit 45b74dc463055a0249981d96f8feda1b1c5eba85 Author: Geoffrey Mainland

[commit: ghc] simd: Add LLVM vector type. (add4aaf)

2011-11-01 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/add4aaf9b6240cb054c338739022b0c51255ca17 >--- commit add4aaf9b6240cb054c338739022b0c51255ca17 Author: Geoffrey Mainland

[commit: ghc] branch 'simd' created

2011-11-01 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc New branch : simd Referencing: 9927f73228ac8f7604fcfa8324a2db253e6aaeb2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: ghc] simd: Make sure the allocator aligns memory on a 16-byte boundary. (08ba8f7)

2011-11-01 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/08ba8f79c36d18598cd966b1f70c20575087fb32 >--- commit 08ba8f79c36d18598cd966b1f70c20575087fb32 Author: Geoffrey Mainland

[commit: ghc] simd: Add support for 4-wide Float SIMD vectors and addition. (9927f73)

2011-11-01 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/9927f73228ac8f7604fcfa8324a2db253e6aaeb2 >--- commit 9927f73228ac8f7604fcfa8324a2db253e6aaeb2 Author: Geoffrey Mainland