Fix vectorisation bug
[ghc-hetmet.git] / compiler / vectorise / VectUtils.hs
2007-12-06 Roman LeshchinskiyFix vectorisation bug
2007-11-19 Roman LeshchinskiyFix bugs in vectorisation of case expressions
2007-11-18 Roman LeshchinskiyFix bug in generation of environments for vectorisation
2007-11-17 Roman LeshchinskiyIncomplete support for boxing during vectorisation
2007-11-16 Roman LeshchinskiyMore vectorisation-related built-ins
2007-11-16 Roman LeshchinskiyVectorisation utilities
2007-11-16 Roman LeshchinskiyAdd vectorisation built-ins
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-31 Roman LeshchinskiyVectorisation of enumeration types
2007-08-31 Roman LeshchinskiyNumber data constructors from 0 when vectorising
2007-08-30 Roman LeshchinskiyFix vectorisation of sum type constructors
2007-08-30 Roman LeshchinskiyFind the correct array type for primitive tycons
2007-08-30 Roman LeshchinskiyAdd code for looking up PA methods of primitive TyCons
2007-08-24 Roman LeshchinskiyComplete PA dictionary generation for product types
2007-08-24 Roman LeshchinskiySimplify generation of PR dictionaries for products
2007-08-24 Roman LeshchinskiyAdapt PArray instance generation to new scheme
2007-08-24 Roman LeshchinskiyModify generation of PR dictionaries for new scheme
2007-08-24 Roman LeshchinskiyRefactoring
2007-08-24 Roman LeshchinskiyRemove dead code
2007-08-24 Roman LeshchinskiyMove code
2007-08-24 Roman LeshchinskiyDelete dead code
2007-08-24 Roman LeshchinskiyChange buildToPRepr to work with the new representation...
2007-08-24 Roman LeshchinskiyRemove Embed and related stuff from vectorisation
2007-08-24 Roman LeshchinskiyEncode generic representation of vectorised TyCons...
2007-08-23 Roman LeshchinskiyConversions to/from generic array representation (not...
2007-08-23 Roman LeshchinskiyUse n-ary sums and products for NDP's generic represent...
2007-08-23 Roman LeshchinskiyGenerate dictPRepr
2007-08-23 Roman LeshchinskiyAdd generation of PR dictionaries
2007-08-23 Roman LeshchinskiyEmbed doesn't store a PA dictionary any more
2007-08-22 Roman LeshchinskiyGenerate conversion from PRepr to original type
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyGenerate conversion to PRepr during vectorisation
2007-08-22 Roman LeshchinskiyUtility functions for vectorisation
2007-08-22 Roman LeshchinskiyMore refactoring
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyVectorise nullary constructors correctly
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-07 Roman LeshchinskiyTrace more vectorisation failures
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-02 Roman LeshchinskiyMore refactoring
2007-08-02 Roman LeshchinskiyThread lifting context implicitly in the vectorisation...
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 LeshchinskiyMove vectorisation-related smart constructors into...
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 LeshchinskiyUse the right dictionary when calling lengthPA
2007-07-25 Roman LeshchinskiyMove code
2007-07-25 Roman LeshchinskiyUse emptyPA in vectorisation
2007-07-25 Roman LeshchinskiyMore refactoring
2007-07-25 Roman LeshchinskiyRefactoring
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 LeshchinskiyCollect hoisted vectorised functions
2007-07-13 Roman LeshchinskiyAdd utility function for vectorisation
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