Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / vectorise / Vectorise /
2011-06-03 Manuel M T ChakravartyHaddock fix in the vectoriser
2011-06-03 Manuel M T ChakravartyPropagate scalar variables and tycons for vectorisation...
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Ben LippmeierRemove scar tissue
2011-05-12 Ben LippmeierWibbles on modules imported by vectoriser
2011-05-12 Ben LippmeierFollow changes in DPH library: Repr module is gone.
2011-05-12 Ben LippmeierUpdate vectoriser now that PData instances have moved.
2011-05-12 Ben LippmeierUpdate vectoriser now that PRepr has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that Scalar has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that PData has moved.
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-03-05 Manuel M T ChakravartyCompleted the implementation of VECTORISE SCALAR
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-15 keller@.cse.unsw... Cleaned up Expr and Vectorise
2011-02-14 keller@.cse.unsw... Fixed two syntax errors
2011-02-14 keller@cse.unsw... Handling of recursive scalar functions in isScalarLam
2011-02-09 keller@cse.unsw... Added handling of non-recursive module global functions...
2011-02-02 keller@cse.unsw... (no commit message)
2011-02-02 keller@cse.unsw... Removed minor bug
2011-02-01 keller@cse.unsw... added handling of data constructors to vectLam
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2010-12-19 Ian LynaghFix warnings
2010-12-18 Roman Leshchinskiyvectoriser: don't always pass superclass dictionaries...
2010-12-18 Roman Leshchinskiyvectoriser: delete dead code
2010-12-18 Roman Leshchinskiyvectoriser: adapt to new superclass story part I (dicti...
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-11-30 keller@cse.unsw... Fixed some 'unused vars' warnings
2010-11-29 keller@cse.unsw... vectScalarLam handles int, float, and double now
2010-11-15 keller@cse.unsw... Handling of lets, letrec and case when checking if...
2010-11-26 Ben Lippmeiervectoriser: fix warning
2010-11-26 Ben Lippmeiervectoriser: fix warning
2010-11-26 Ben Lippmeiervectoriser: take class directly from the instance tycon
2010-11-25 Ben Lippmeiervectoriser: comments only
2010-11-25 Ben Lippmeiervectoriser: follow changes in mkClass
2010-11-25 Ben Lippmeiervectoriser: tracing wibbles
2010-09-14 benl@ouroborus.netmkDFunUnfolding wants the type of the dfun to be a...
2010-11-25 Ben Lippmeiervectoriser: fix conflicts
2010-09-14 benl@ouroborus.netComments and formatting only
2010-09-09 benl@ouroborus.netComments and formatting to type environment vectoriser
2010-10-29 benl@ouroborus.netNicer error message for #3782
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 Ian LynaghFix warnings
2010-09-09 benl@ouroborus.netFinish breaking up vectoriser utils
2010-09-09 benl@ouroborus.netMove VectType module to Vectorise tree
2010-09-09 benl@ouroborus.netSort all the PADict/PData/PRDict/PRepr stuff into their...
2010-09-09 benl@ouroborus.netBreak out Repr and PADict stuff for vectorisation of...
2010-09-09 benl@ouroborus.netBreak out conversion functions to own module
2010-09-09 benl@ouroborus.netComments and formatting only
2010-09-05 Ian LynaghFix warnings on Windows
2010-09-08 benl@ouroborus.netBreak out hoisting utils into their own module
2010-09-08 benl@ouroborus.netBreak out closure utils into own module
2010-09-08 benl@ouroborus.netMove VectVar module to Vectorise tree
2010-09-08 benl@ouroborus.netBreak out vectorisation of expressions into own module
2010-09-08 benl@ouroborus.netBreak out TyCon classifier into own module
2010-09-08 benl@ouroborus.netBreak out vectorisation of TyConDecls into own module
2010-09-07 benl@ouroborus.netBreak out type vectorisation into own module
2010-09-02 Ian LynaghFix warnings: Remove unused imports
2010-08-31 benl@ouroborus.netFinish breaking up VectBuiltIn and VectMonad, and add...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netBreak up vectoriser builtins module
2010-08-30 benl@ouroborus.netMove VectCore to Vectorise tree
2010-08-30 benl@ouroborus.netSplit out vectoriser environments into own module