summaryrefslogtreecommitdiff
path: root/compiler/vectorise/Vectorise/Builtins.hs
Commit message (Expand)AuthorAgeFilesLines
* Be more careful when deciding which functions are scalarManuel M T Chakravarty2011-12-141-2/+5
* Move vectorisation of (->) & [::] into the libraryManuel M T Chakravarty2011-11-271-2/+1
* vectoriser: fix pvoids problem when vectorising enumerationsBen Lippmeier2011-11-221-0/+1
* vectoriser: Use Sels2 type for vector of selectors in PDatas Sum2 instanceBen Lippmeier2011-11-171-1/+1
* Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-251-52/+10
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-101-1/+1
* Improve import and export of vectorisation informationManuel M T Chakravarty2011-08-191-1/+0
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-191-8/+5
* Eliminate hardcoded names of D.A.PManuel M T Chakravarty2011-06-161-26/+29
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-1/+1
* Fix warnings on WindowsIan Lynagh2010-09-051-3/+0
* Finish breaking up VectBuiltIn and VectMonad, and add commentsbenl@ouroborus.net2010-08-311-0/+78