[commit: ghc] master: Fixed reading and generating VectInfo as well as naming of vectorised versions of imported identifiers (82ac7ff)
Manuel Chakravarty
chak at cse.unsw.edu.au
Wed Aug 24 15:34:58 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/82ac7ff381e0eaaf3e6e18c375b32a0d7463344a
>---------------------------------------------------------------
commit 82ac7ff381e0eaaf3e6e18c375b32a0d7463344a
Author: Manuel M T Chakravarty <chak at cse.unsw.edu.au>
Date: Tue Aug 23 23:36:42 2011 +1000
Fixed reading and generating VectInfo as well as naming of vectorised versions of imported identifiers
compiler/basicTypes/Module.lhs | 27 +++--
compiler/basicTypes/Name.lhs | 13 ++
compiler/basicTypes/OccName.lhs | 36 +++--
compiler/iface/TcIface.lhs | 14 +-
compiler/main/HscTypes.lhs | 11 ++
compiler/main/TidyPgm.lhs | 95 +++++++------
compiler/vectorise/Vectorise.hs | 3 +-
compiler/vectorise/Vectorise/Monad.hs | 31 +++-
compiler/vectorise/Vectorise/Monad/Naming.hs | 98 +++++++------
compiler/vectorise/Vectorise/Type/Env.hs | 3 +-
compiler/vectorise/Vectorise/Type/PADict.hs | 32 +++--
compiler/vectorise/Vectorise/Type/PData.hs | 11 +-
compiler/vectorise/Vectorise/Type/PRepr.hs | 10 +-
compiler/vectorise/Vectorise/Type/TyConDecl.hs | 179 ++++++++++++------------
14 files changed, 316 insertions(+), 247 deletions(-)
Diff suppressed because of size. To see it, use:
git show 82ac7ff381e0eaaf3e6e18c375b32a0d7463344a
More information about the Cvs-ghc
mailing list