merge GHC HEAD
[ghc-hetmet.git] / compiler / vectorise / Vectorise / Exp.hs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
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-03-05 Manuel M T ChakravartyCompleted the implementation of VECTORISE SCALAR
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-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-09 benl@ouroborus.netFinish breaking up vectoriser utils
2010-09-09 benl@ouroborus.netMove VectType module to Vectorise tree
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