Add an extension for GHC's layout-rule relaxations
[ghc-hetmet.git] / compiler / vectorise /
2010-10-29 benl@ouroborus.netNicer error message for #3782
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-19 Ian LynaghDefine setIdUnfoldingLazily, and use it in Vectorise
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comRemove two old junk files
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 Ian LynaghFix warnings
2010-09-09 benl@ouroborus.netFinish breaking up vectoriser utils
2010-09-09 benl@ouroborus.netMove VectType module to Vectorise tree
2010-09-09 benl@ouroborus.netSort all the PADict/PData/PRDict/PRepr stuff into their...
2010-09-09 benl@ouroborus.netBreak out Repr and PADict stuff for vectorisation of...
2010-09-09 benl@ouroborus.netBreak out conversion functions to own module
2010-09-09 benl@ouroborus.netComments and formatting only
2010-09-05 Ian LynaghFix warnings on Windows
2010-09-08 benl@ouroborus.netBreak out hoisting utils into their own module
2010-09-08 benl@ouroborus.netBreak out closure utils into own module
2010-09-08 benl@ouroborus.netMove VectVar module to Vectorise tree
2010-09-08 benl@ouroborus.netBreak out vectorisation of expressions into own module
2010-09-08 benl@ouroborus.netBreak out TyCon classifier into own module
2010-09-08 benl@ouroborus.netBreak out vectorisation of TyConDecls into own module
2010-09-07 benl@ouroborus.netBreak out type vectorisation into own module
2010-09-02 Ian LynaghFix warnings: Remove unused imports
2010-08-31 benl@ouroborus.netFinish breaking up VectBuiltIn and VectMonad, and add...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netBreak up vectoriser builtins module
2010-08-30 benl@ouroborus.netMove VectCore to Vectorise tree
2010-08-30 benl@ouroborus.netSplit out vectoriser environments into own module
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser, and split out...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-04 Roman LeshchinskiyTrack DPH library changes
2010-06-01 Roman LeshchinskiyVectoriser: only treat a function as scalar if it actua...
2010-05-24 benl@ouroborus.netComments and formatting only
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-03-16 benl@ouroborus.netAdd sliceP mapping to vectoriser builtins
2010-03-11 benl@ouroborus.netComments only
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-03 Roman LeshchinskiyGenerate INLINE pragmas for PA methods
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-12 Roman LeshchinskiyRemove dead code
2009-11-09 Roman LeshchinskiyTrack changes to DPH library
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-30 Roman LeshchinskiyAdapt vectoriser to new inlining mechanism
2009-10-30 Roman LeshchinskiyUse packByTag instead of pack in the vectoriser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-16 Roman LeshchinskiyFix bug in data type vectorisation
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-15 Roman LeshchinskiyFix warnings
2009-10-15 Roman LeshchinskiyDon't hardwire PA and PR dfuns in the vectoriser
2009-10-15 Roman LeshchinskiyPA and PR from dph are now type classes
2009-07-13 Roman LeshchinskiyFix warnings
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-07 Ian LynaghRemove unused imports
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
next