Improve External Core syntax for newtypes
[ghc-hetmet.git] / compiler / vectorise /
2008-04-11 Roman LeshchinskiyFix bug in vectorisation of case expressions
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-17 Roman LeshchinskiyVectorise tuple constructorsn
2008-03-17 keller@cse.unsw... Added double divide and unzipP
2008-03-11 keller@cse.unsw... Added 'div' to set of vectorising functions
2008-03-13 Roman LeshchinskiyBump mAX_NDP_PROD to 5
2008-03-12 Roman LeshchinskiyMake sure we generate PA dictionaries for tuples up...
2008-03-12 Roman LeshchinskiyBump mAX_NDP_PROD to 4
2008-03-07 Roman LeshchinskiyFix vectorisation monad
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-18 Ian LynaghWhitespace only
2008-02-03 Twan van LaarhovenFixed warnings in vectorise/VectMonad
2008-02-03 Twan van LaarhovenFixed warnings in vectorise/VectBuiltIn
2008-02-03 Twan van LaarhovenFixed warnings in vectorise/VectCore
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-26 Twan van LaarhovenFixed warnings in vectorise/VectUtils
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2007-12-15 Roman LeshchinskiyFix lifting of case expressions
2007-12-15 Roman LeshchinskiyUse (UArr Int) instead of PArray_Int# in vectorisation
2007-12-14 Roman LeshchinskiyRemove unused vectorisation built-in
2007-12-13 Roman LeshchinskiyTreat some standard data cons specially during vectoris...
2007-12-13 Roman LeshchinskiyMore vectorisation-related built ins
2007-12-12 Roman LeshchinskiyTrack changes to package ndp
2007-12-12 Roman LeshchinskiyAdd vectorisation built-ins
2007-12-06 Roman LeshchinskiyFix vectorisation bug
2007-12-06 Roman LeshchinskiyVectorisation-related built ins
2007-12-06 Roman LeshchinskiyTeach vectorisation about some temporary conversion...
2007-12-05 Roman LeshchinskiyVectorise case of unit correctly
2007-12-05 Roman LeshchinskiyTeach vectorisation about singletonP
2007-12-05 Roman LeshchinskiyTeach vectorisation about tuple datacons
2007-12-05 Roman LeshchinskiyTrack additions to package ndp
2007-12-05 Roman LeshchinskiyTrack changes to package ndp
2007-11-22 Roman LeshchinskiyAdd built-in Double operations to vectorisation
2007-11-21 Roman LeshchinskiyTeach vectorisation about Double
2007-11-21 Roman LeshchinskiyVectorise polyexprs with notes
2007-11-20 Roman LeshchinskiyTrack changes to package ndp
2007-11-20 Roman LeshchinskiyTemporary hack for passing PArrays from unvectorised...
2007-11-19 Roman LeshchinskiyBind NDP stuff to [:.:] arrays
2007-11-19 Roman LeshchinskiyDon't treat enumerations specially during vectorisation...
2007-11-19 Roman LeshchinskiyFix bugs in vectorisation of case expressions
2007-11-19 Roman LeshchinskiyMore built-in NDP combinators
2007-11-18 Roman LeshchinskiyNew vectorisation built-ins
2007-11-18 Roman LeshchinskiyFix bug in conversion unvect/vect
2007-11-18 Roman LeshchinskiyExtend built-in vectorisation environments
2007-11-18 Roman LeshchinskiyFix bug in generation of environments for vectorisation
2007-11-18 Roman LeshchinskiyAdd builtin var->var mapping to vectorisation
2007-11-18 Roman LeshchinskiyExtend vectorisation built-in mappings with datacons
2007-11-18 Roman LeshchinskiyChange representation of parallel arrays of enumerations
2007-11-18 Roman LeshchinskiyAdd vectorisation-related builtin
2007-11-17 Roman LeshchinskiyTeach vectorisation about Bool
2007-11-17 Roman LeshchinskiyIncomplete support for boxing during vectorisation
2007-11-17 Roman LeshchinskiyMake sure some TyCons always vectorise to themselves
2007-11-17 Roman LeshchinskiySimple conversion vectorised -> unvectorised
2007-11-17 Roman LeshchinskiyFix bug in case vectorisation
2007-11-16 Roman LeshchinskiyVectorisation of algebraic case expressions
2007-11-16 Roman LeshchinskiyMore vectorisation-related built-ins
2007-11-16 Roman LeshchinskiyVectorisation utilities
2007-11-16 Roman LeshchinskiyAdd vectorisation built-ins
2007-11-16 Roman LeshchinskiyFix vectorisation of binders in case expressions
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
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
next