summaryrefslogtreecommitdiff
path: root/compiler/vectorise
Commit message (Expand)AuthorAgeFilesLines
* Allow RULES for seq, and exploit themsimonpj@microsoft.com2009-06-031-1/+1
* Generate lots of __inline_me during vectorisationRoman Leshchinskiy2009-03-073-11/+31
* Fix warningRoman Leshchinskiy2009-03-062-2/+2
* Try not to avoid vectorising purely scalar functionsRoman Leshchinskiy2009-03-064-12/+213
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-2/+2
* Rollback INLINE patchesSimon Marlow2008-12-161-7/+0
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-0/+7
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-12/+9
* Allow type families to use GADT syntax (and be GADTs)simonpj@microsoft.com2008-09-231-2/+5
* Track changes to package dphRoman Leshchinskiy2008-10-081-0/+2
* Add Word8 support to vectoriserRoman Leshchinskiy2008-10-071-4/+20
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-203-18/+17
* Improve handling of -fdph-* flagsRoman Leshchinskiy2008-09-161-8/+3
* Add -fdph-thisRoman Leshchinskiy2008-09-161-0/+1
* Clean up vectorisation error messagesRoman Leshchinskiy2008-09-164-31/+52
* Fix vectoriser bugRoman Leshchinskiy2008-09-152-3/+5
* Track changes to dphRoman Leshchinskiy2008-09-121-37/+72
* Don't panic on non-vectorisable expressionsRoman Leshchinskiy2008-09-113-9/+6
* Reflect changes of desugarer error reporting in VectMonad.Thomas Schilling2008-09-141-1/+3
* Fix Trac #2412: type synonyms and hs-boot recursionsimonpj@microsoft.com2008-08-111-0/+1
* Remove CoreSyn SOURCE importsMax Bolingbroke2008-08-071-2/+2
* Fix Vectorise after introduction of MonadThingsMax Bolingbroke2008-07-311-1/+1
* Follow introduction of MkCore in VectUtilsMax Bolingbroke2008-07-311-1/+1
* Fix VectMonad after introduction of MonadThingsMax Bolingbroke2008-07-311-1/+1
* Follow Digraph changes in VectTypeMax Bolingbroke2008-07-311-2/+2
* Follow OccName changes in VectBuiltInMax Bolingbroke2008-07-311-2/+2
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Command-line options for selecting DPH backendRoman Leshchinskiy2008-07-022-7/+12
* Slight refactoringRoman Leshchinskiy2008-07-011-23/+29
* Rename *NDP* -> *DPH*Roman Leshchinskiy2008-07-011-16/+16
* Parametrise vectoriser with DPH packageRoman Leshchinskiy2008-07-012-149/+171
* Don't use DPH backend directly in vectoriserRoman Leshchinskiy2008-07-012-15/+13
* Use zipLazy from Util in VectType, rather than defining our own lazy_zipIan Lynagh2008-05-131-5/+2
* Make Vectorise warning-freeIan Lynagh2008-05-041-35/+15
* Remove some dead code from VectTypeIan Lynagh2008-05-041-4/+3
* Make VectType warning-freeIan Lynagh2008-05-041-41/+34
* Vectorise polymorphic let bindingsRoman Leshchinskiy2008-05-042-19/+30
* sumP on doubles and int keller@cse.unsw.edu.au2008-05-021-3/+3
* Fixed vect decl for sumP, enumfromToPkeller@cse.unsw.edu.au2008-05-011-2/+2
* Vectorisation of: enumFromTo, div, intSqrtkeller@cse.unsw.edu.au2008-04-251-0/+8
* Added support for vectorising emptyP, squareRoot, combinePkeller@cse.unsw.edu.au2008-04-241-0/+3
* (F)SLIT -> (f)sLit in VectoriseIan Lynagh2008-04-121-6/+4
* (F)SLIT -> (f)sLit in VectTypeIan Lynagh2008-04-121-22/+20
* (F)SLIT -> (f)sLit in VectUtilsIan Lynagh2008-04-121-7/+5
* (F)SLIT -> (f)sLit in VectMonadIan Lynagh2008-04-121-2/+2
* (F)SLIT -> (f)sLit in VectBuiltInIan Lynagh2008-04-121-99/+97
* Fix bug in vectorisation of case expressionsRoman Leshchinskiy2008-04-111-2/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-292-2/+1
* Vectorise tuple constructorsnRoman Leshchinskiy2008-03-171-3/+23