Add PrimCall to the STG layer and update Core -> STG translation
[ghc-hetmet.git] / compiler / vectorise /
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-03-07 Roman LeshchinskiyGenerate lots of __inline_me during vectorisation
2009-03-06 Roman LeshchinskiyFix warning
2009-03-06 Roman LeshchinskiyTry not to avoid vectorising purely scalar functions
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-10-08 Roman LeshchinskiyTrack changes to package dph
2008-10-07 Roman LeshchinskiyAdd Word8 support to vectoriser
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-16 Roman LeshchinskiyClean up vectorisation error messages
2008-09-15 Roman LeshchinskiyFix vectoriser bug
2008-09-12 Roman LeshchinskiyTrack changes to dph
2008-09-11 Roman LeshchinskiyDon't panic on non-vectorisable expressions
2008-09-14 Thomas SchillingReflect changes of desugarer error reporting in VectMonad.
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-07-31 Max BolingbrokeFix Vectorise after introduction of MonadThings
2008-07-31 Max BolingbrokeFollow introduction of MkCore in VectUtils
2008-07-31 Max BolingbrokeFix VectMonad after introduction of MonadThings
2008-07-31 Max BolingbrokeFollow Digraph changes in VectType
2008-07-31 Max BolingbrokeFollow OccName changes in VectBuiltIn
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-07-01 Roman LeshchinskiySlight refactoring
2008-07-01 Roman LeshchinskiyRename *NDP* -> *DPH*
2008-07-01 Roman LeshchinskiyParametrise vectoriser with DPH package
2008-07-01 Roman LeshchinskiyDon't use DPH backend directly in vectoriser
2008-05-13 Ian LynaghUse zipLazy from Util in VectType, rather than defining...
2008-05-04 Ian LynaghMake Vectorise warning-free
2008-05-04 Ian LynaghRemove some dead code from VectType
2008-05-04 Ian LynaghMake VectType warning-free
2008-05-04 Roman LeshchinskiyVectorise polymorphic let bindings
2008-05-02 keller@cse.unsw... sumP on doubles and int
2008-05-01 keller@cse.unsw... Fixed vect decl for sumP, enumfromToP
2008-04-25 keller@cse.unsw... Vectorisation of: enumFromTo, div, intSqrt
2008-04-24 keller@cse.unsw... Added support for vectorising emptyP, squareRoot, combineP
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Vectorise
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VectType
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VectUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VectMonad
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VectBuiltIn
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
next