Adding pushing of hpc translation status through hi files.
[ghc-hetmet.git] / compiler / vectorise /
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
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 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
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