Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / vectorise / Vectorise.hs
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
2007-07-13 Roman LeshchinskiyRefactor slightly
2007-07-11 Roman LeshchinskiyRefactoring
2007-07-11 Roman LeshchinskiyAdd whitespace
2007-07-11 Roman LeshchinskiyOnly vectorise rank-1 expressions
2007-07-10 Roman LeshchinskiyMove some vectorisation utility functions
2007-07-10 Roman LeshchinskiyModify PA dictionary computation to work with the class...
2007-07-10 Roman LeshchinskiyClean up handling of PA dictionaries
2007-07-10 Roman LeshchinskiyPA is now a class instead of a record
2007-07-10 Roman LeshchinskiyPut vectorisation monad into a separate file
2007-07-10 Roman LeshchinskiyVectorisation of type abstractions
2007-07-10 Roman LeshchinskiyUtility functions for vectorisation
2007-07-09 Roman LeshchinskiyVectorise lets
2007-07-09 Roman LeshchinskiySplit vectorisation environment into a global and a...
2007-07-09 Roman LeshchinskiyFirst cut at vectorisation of expressions
2007-07-09 Roman LeshchinskiyConstruction of PA dictionaries for vectorisation
2007-07-09 Roman LeshchinskiyVectorisation-specific imports
2007-07-09 Roman LeshchinskiyUtilities for handling closure types during vectorisation
2007-07-09 Roman LeshchinskiyAdd orElse combinator for vectorisation monad
2007-07-09 Roman LeshchinskiyExtend vectorisation environment
2007-07-09 Roman LeshchinskiyAllow variables to be mapped to arbitrary CoreExprs...
2007-07-09 Roman LeshchinskiyAdd failure to vectorisation monad
2007-07-04 Roman LeshchinskiyVectorise unlifted and tuple tycons
2007-07-04 Roman LeshchinskiyVectorisation of types
2007-07-04 Roman LeshchinskiyAdd TyCons to vectorisation monad
2007-07-04 Roman LeshchinskiyVectorisation monad
2007-06-29 Roman LeshchinskiyAdd vectorise subdirectory and dummy module