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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2c8aabcad1d2f2c469cb8a10afa7b66beeaedd45

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

commit 2c8aabcad1d2f2c469cb8a10afa7b66beeaedd45
Author: Manuel M T Chakravarty <[email protected]>
Date:   Fri Jun 3 10:42:48 2011 +1000

    Propagate scalar variables and tycons for vectorisation through 
'HscTypes.VectInfo'.

 compiler/iface/BinIface.hs                   |    8 +-
 compiler/iface/LoadIface.lhs                 |   10 +-
 compiler/iface/MkIface.lhs                   |   38 +++---
 compiler/iface/TcIface.lhs                   |   42 ++++---
 compiler/main/HscTypes.lhs                   |   80 +++++++-----
 compiler/main/TidyPgm.lhs                    |   20 ++-
 compiler/vectorise/Vectorise/Env.hs          |  183 ++++++++++++++------------
 compiler/vectorise/Vectorise/Monad.hs        |   68 +++++-----
 compiler/vectorise/Vectorise/Monad/Global.hs |   15 ++-
 9 files changed, 256 insertions(+), 208 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 2c8aabcad1d2f2c469cb8a10afa7b66beeaedd45

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to