Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / vectorise /
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-08 Roman LeshchinskiyMake the new functions accessible from the vectorisatio...
2007-08-08 Roman LeshchinskiyVectorise Case on products
2007-08-08 Roman LeshchinskiyUtility functions for accessing parallel array represen...
2007-08-08 Roman LeshchinskiyFix bug in vectorised DataCon worker generation
2007-08-08 Roman LeshchinskiyUse dataConTag in flattened array representation
2007-08-08 Roman LeshchinskiyAdd built-in PA dictionary for closures
2007-08-07 Roman LeshchinskiyModify PA dictionary generation to the new record-based...
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 LeshchinskiyTrace more vectorisation failures
2007-08-07 Roman LeshchinskiyMove code
2007-08-07 Roman LeshchinskiyRemove dead code
2007-08-07 Roman LeshchinskiyAssociate vectorised tycons with their PA dfuns
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-07 Roman LeshchinskiyUtility functions for accessing the RdrEnv during vecto...
2007-08-07 Roman LeshchinskiyAdd RdrEnv to vectorisation state
2007-08-03 Roman LeshchinskiyAdd utility functions for accessing PA info during...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectMonad state
2007-08-02 Roman LeshchinskiyVectorise DataCon workers
2007-08-02 Roman LeshchinskiyInclude original tycon in PAInstance
2007-08-02 Roman LeshchinskiyMore refactoring
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 LeshchinskiyTrace vectorisation failures
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 LeshchinskiyRename functions
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 LeshchinskiyMove vectorisation-related smart constructors into...
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 LeshchinskiySimplify closure generation code
2007-07-31 Roman LeshchinskiyNew closure generation code
2007-07-31 Roman LeshchinskiyRefactoring
2007-07-26 Roman LeshchinskiyOptimise parallel arrays of products
2007-07-26 Roman LeshchinskiyMark PA dictionaries as __inline_me
2007-07-26 Roman LeshchinskiyAdd missing coercion
2007-07-26 Roman LeshchinskiyMake sure DEFAULT always comes first in generated PA...
2007-07-26 Roman LeshchinskiyFix generation of lengthPA
2007-07-26 Roman LeshchinskiyModify generation of PA dictionaries to match GHC's...
2007-07-26 Roman LeshchinskiyUse the right dictionary when calling lengthPA
2007-07-26 Roman LeshchinskiyAutomatically derive PA for vectorised tycons
2007-07-26 Roman LeshchinskiyPA instance generation code (not used yet)
2007-07-26 Roman LeshchinskiyCreate exported names in vectorisation monads
2007-07-25 Roman LeshchinskiyPA dictionary generation
2007-07-25 Roman LeshchinskiyMove code
2007-07-25 Roman LeshchinskiyGenerate replicatePA
2007-07-25 Roman LeshchinskiyGenerate lengthPA method
2007-07-25 Roman LeshchinskiyUse emptyPA in vectorisation
2007-07-25 Roman LeshchinskiyMore refactoring
2007-07-25 Roman LeshchinskiyRefactoring
2007-07-18 Roman LeshchinskiyRefactoring
2007-07-18 Roman LeshchinskiyBetter names for PArray instance coercions
2007-07-18 Roman LeshchinskiyAdd generated PArray instances to instance environments
2007-07-18 Roman LeshchinskiyNicer names for generated PArray instances
2007-07-18 Roman LeshchinskiyGenerate PArray instances of vectorised tycons
2007-07-18 Roman LeshchinskiyGeneration of DataCons for implicit PArray instances
2007-07-18 Roman LeshchinskiyFix two typos
2007-07-17 Roman LeshchinskiyHandle unlifted tycons and tuples correctly during...
2007-07-17 Roman LeshchinskiyInitialise global vectorisation environment properly
2007-07-17 Roman LeshchinskiyVectorise type declarations
2007-07-17 Roman LeshchinskiyVectorisation of data declarations (incomplete)
2007-07-17 Roman LeshchinskiyAdd vectorisation environment transformers
2007-07-17 Roman LeshchinskiyRefactor
2007-07-17 Roman LeshchinskiyRemove mapping from tycons to PA dictionaries from...
2007-07-17 Roman LeshchinskiyAdd datacons to vectorisation environment
2007-07-17 Roman LeshchinskiyAdd fixV
2007-07-17 Roman LeshchinskiyClassification of tycons for vectorisation
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 LeshchinskiyStore hoisted bindings in the global environment during...
2007-07-16 Roman LeshchinskiyAdd support for name cloning to vectorisation monad
2007-07-16 Roman LeshchinskiyRefactoring
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
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-13 Roman LeshchinskiyAdd utility function for vectorisation
2007-07-13 Roman LeshchinskiyAdd closedV
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
next