Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / vectorise /
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-31 Roman LeshchinskiyRename functions
2007-08-31 Roman LeshchinskiyRefactoring
2007-08-31 Roman LeshchinskiyRefactoring
2007-08-31 Roman LeshchinskiyFix vectorisation of nullary data constructors
2007-08-30 Roman LeshchinskiyDo not unnecessarily wrap array components
2007-08-30 Roman LeshchinskiyRemove dead code
2007-08-30 Roman LeshchinskiyFix vectorisation of unary data constructors
2007-08-30 Roman LeshchinskiyFix vectorisation of sum type constructors
2007-08-30 Roman LeshchinskiyTrack changes to package ndp (use PArray_Int# instead...
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-29 Roman LeshchinskiyDelete dead code
2007-08-29 Roman LeshchinskiyRewrite vectorisation of product DataCon workers
2007-08-29 Roman LeshchinskiyRewrite generation of PA dictionaries
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 LeshchinskiyRemove unused vectorisation built-in
2007-08-24 Roman LeshchinskiyAdapt PArray instance generation to new scheme
2007-08-24 Roman LeshchinskiyAdd UArr built-in
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 LeshchinskiyFix buildFromPRepr
2007-08-24 Roman LeshchinskiyMove 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 LeshchinskiyRemove dead code
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 LeshchinskiyInitialise PR dictionaries in vectorisation monad
2007-08-23 Roman LeshchinskiyAdd PR dictionaries to vectorisation monad
2007-08-23 Roman LeshchinskiyEmbed doesn't store a PA dictionary any more
2007-08-23 Roman LeshchinskiyRead the package state after pulling in all built-ins...
2007-08-23 Roman LeshchinskiyMove all vectorisation built-ins to VectBuiltIn
2007-08-23 Roman LeshchinskiyMove vectorisation built-ins to a separate module
2007-08-22 Roman LeshchinskiyPR is an explicit record, not a class
2007-08-22 Roman LeshchinskiyAdd vectorisation-related built-in
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 LeshchinskiyUse NDP's own (:*:) and (:+:)
2007-08-22 Roman LeshchinskiyUtility functions for vectorisation
2007-08-22 Roman LeshchinskiyMore refactoring
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyAdd built-ins to vectorisation monad
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyVectorise nullary constructors correctly
2007-08-22 Roman LeshchinskiyRename vectorisation-related stuff
2007-08-22 Roman LeshchinskiyGenerate PRepr instances during vectorisation
2007-08-21 Roman LeshchinskiyUse functions from BuildTyCl for vectorisation
2007-08-21 Roman LeshchinskiyAdd a couple of built-ins to the vectorisation monad
2007-08-21 Roman LeshchinskiyGet the PA dictionary for closures from the right module
2007-08-21 Roman LeshchinskiyRemove packPA and combinePA from vectorisation built...
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...
next