Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / vectorise / Vectorise.hs
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... Handling of recursive scalar functions in isScalarLam
2011-02-09 keller@cse.unsw... Added handling of non-recursive module global functions...
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-19 Ian LynaghDefine setIdUnfoldingLazily, and use it in Vectorise
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
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 vectorisation of expressions into own module
2010-08-31 benl@ouroborus.netFinish breaking up VectBuiltIn and VectMonad, and add...
2010-08-30 benl@ouroborus.netMove VectCore to Vectorise tree
2010-08-30 benl@ouroborus.netSplit out vectoriser environments into own module
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser, and split out...
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser
2010-06-01 Roman LeshchinskiyVectoriser: only treat a function as scalar if it actua...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-10-30 Roman LeshchinskiyAdapt vectoriser to new inlining mechanism
2009-10-30 Roman LeshchinskiyUse packByTag instead of pack in the vectoriser
2009-07-13 Roman LeshchinskiyFix warnings
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-07 Ian LynaghRemove unused imports
2009-03-07 Roman LeshchinskiyGenerate lots of __inline_me during vectorisation
2009-03-06 Roman LeshchinskiyFix warning
2009-03-06 Roman LeshchinskiyTry not to avoid vectorising purely scalar functions
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-16 Roman LeshchinskiyClean up vectorisation error messages
2008-09-15 Roman LeshchinskiyFix vectoriser bug
2008-09-11 Roman LeshchinskiyDon't panic on non-vectorisable expressions
2008-07-31 Max BolingbrokeFix Vectorise after introduction of MonadThings
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-05-04 Ian LynaghMake Vectorise warning-free
2008-05-04 Roman LeshchinskiyVectorise polymorphic let bindings
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Vectorise
2008-04-11 Roman LeshchinskiyFix bug in vectorisation of case expressions
2008-02-18 Ian LynaghWhitespace only
2007-12-15 Roman LeshchinskiyFix lifting of case expressions
2007-12-13 Roman LeshchinskiyTreat some standard data cons specially during vectoris...
2007-12-05 Roman LeshchinskiyVectorise case of unit correctly
2007-11-21 Roman LeshchinskiyVectorise polyexprs with notes
2007-11-19 Roman LeshchinskiyFix bugs in vectorisation of case expressions
2007-11-17 Roman LeshchinskiySimple conversion vectorised -> unvectorised
2007-11-17 Roman LeshchinskiyFix bug in case vectorisation
2007-11-16 Roman LeshchinskiyVectorisation of algebraic case expressions
2007-11-16 Roman LeshchinskiyFix vectorisation of binders in case expressions
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Roman LeshchinskiyRemove NDP-related stuff from PrelNames
2007-08-23 Roman LeshchinskiyMove all vectorisation built-ins to VectBuiltIn
2007-08-21 Roman LeshchinskiyGet the PA dictionary for closures from the right module
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-08 Roman LeshchinskiyVectorise Case on products
2007-08-08 Roman LeshchinskiyAdd built-in PA dictionary for closures
2007-08-07 Roman LeshchinskiyChange DataCon worker vectorisation to use PA records
2007-08-07 Roman LeshchinskiyAdd built-in PA dictionaries for boxed tuples
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-07 Roman LeshchinskiySupport for using built-in PA dictionaries for some...
2007-08-02 Roman LeshchinskiyVectorise DataCon workers
2007-08-02 Roman LeshchinskiyRefactoring
2007-08-02 Roman LeshchinskiyThread lifting context implicitly in the vectorisation...
2007-08-01 Roman LeshchinskiyFix calls to replicatePA
2007-08-01 Roman LeshchinskiyReuse the lifting context Var
2007-08-01 Roman LeshchinskiyMove code
2007-08-01 Roman LeshchinskiyNicer names for hoisted functions
2007-08-01 Roman LeshchinskiyImprove closure generation for functions with multiple...
2007-08-01 Roman LeshchinskiyUse new closure generation code in vectorisation
2007-07-31 Roman LeshchinskiyMore vectorisation-related smart constructors
2007-07-31 Roman LeshchinskiyUse VectCore stuff in vectorisation
2007-07-31 Roman LeshchinskiyUse a Var instead of a CoreExpr as the lifting context...
2007-07-31 Roman LeshchinskiySimplify handling of variables during vectorisation
2007-07-31 Roman LeshchinskiyRefactoring
2007-07-26 Roman LeshchinskiyAutomatically derive PA for vectorised tycons
2007-07-25 Roman LeshchinskiyMove code
2007-07-25 Roman LeshchinskiyMore refactoring
2007-07-25 Roman LeshchinskiyRefactoring
2007-07-18 Roman LeshchinskiyAdd generated PArray instances to instance environments
2007-07-17 Roman LeshchinskiyVectorise type declarations
2007-07-17 Roman LeshchinskiyClean up
2007-07-17 Roman LeshchinskiyMove type vectorisation code to a separate module
2007-07-16 Roman LeshchinskiyPass correct dictionary to lengthPA for single-element...
2007-07-16 Roman LeshchinskiyAbstract over all in-scope type variables when creating...
2007-07-16 Roman LeshchinskiyPass PA dictionaries after all type arguments
2007-07-16 Roman LeshchinskiyFix bug in lifted environment inspection code
2007-07-16 Roman LeshchinskiyLifting contexts have type Int#
2007-07-16 Roman LeshchinskiyFix bug in vectorisation
2007-07-16 Roman LeshchinskiyFix bad bug in type vectorisation
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-16 Roman LeshchinskiyVectorise top-level bindings of a module
2007-07-16 Roman LeshchinskiyVectorisation of top-level bindings
2007-07-16 Roman LeshchinskiyRefactoring
2007-07-16 Roman LeshchinskiyCollect hoisted vectorised functions
2007-07-13 Roman LeshchinskiyFirst incomplete version of closure vectorisation
next