summaryrefslogtreecommitdiff
path: root/compiler/vectorise/Vectorise/Builtins
Commit message (Expand)AuthorAgeFilesLines
* Update email addressesGabor Greif2013-08-221-2/+2
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-2/+2
* Vectoriser: PArray may be part of identity conversionsManuel M T Chakravarty2013-02-042-3/+8
* Partial VectoriasationGabriele Keller2012-04-241-1/+1
* Fixed typo (wrong max constant) in Initiialise.hsGabriele Keller2012-04-241-1/+1
* Move vectorisation of (->) & [::] into the libraryManuel M T Chakravarty2011-11-272-32/+6
* Fix and clean up 'PData' and 'Wrap' usage of the vectoriserManuel M T Chakravarty2011-11-231-1/+2
* vectoriser: fix pvoids problem when vectorising enumerationsBen Lippmeier2011-11-222-2/+10
* vectoriser: Use Sels2 type for vector of selectors in PDatas Sum2 instanceBen Lippmeier2011-11-172-2/+9
* vectoriser: support tuple constructors up to arity 5Ben Lippmeier2011-11-151-1/+1
* vectoriser: Wraps tycon isn't used during vectorisationBen Lippmeier2011-11-151-1/+0
* vectoriser: make PA PDatas instances for prod types workBen Lippmeier2011-11-152-15/+6
* vectoriser: get the PDatas instances for products in PReprBen Lippmeier2011-11-141-1/+1
* vectoriser: comments to PRepr and get PDatas TyCon from environmentBen Lippmeier2011-11-142-41/+58
* GHC is now independent of the DPH library structureManuel M T Chakravarty2011-11-101-8/+6
* Make sure to look items from D.A.P.P properly up in the HPTManuel M T Chakravarty2011-11-041-3/+3
* Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-253-378/+288
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-102-115/+96
* Implement -XConstraintKindMax Bolingbroke2011-09-062-3/+3
* Improve import and export of vectorisation informationManuel M T Chakravarty2011-08-191-18/+4
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-191-3/+4
* Track changes in the DPH package and GHC.PArr.Manuel M T Chakravarty2011-06-171-1/+1
* Eliminate hardcoded names of D.A.PManuel M T Chakravarty2011-06-163-318/+89
* Fix warningsManuel M T Chakravarty2011-06-131-35/+35
* Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of topleve...Manuel M T Chakravarty2011-06-131-5/+5
* Remove scar tissueBen Lippmeier2011-05-121-29/+3
* Wibbles on modules imported by vectoriserBen Lippmeier2011-05-122-7/+9
* Follow changes in DPH library: Repr module is gone.Ben Lippmeier2011-05-122-5/+1
* Update vectoriser now that PData instances have moved.Ben Lippmeier2011-05-124-60/+73
* Update vectoriser now that PRepr has movedBen Lippmeier2011-05-122-26/+32
* Update vectoriser now that Scalar has movedBen Lippmeier2011-05-122-12/+22
* Update vectoriser now that PData has moved.Ben Lippmeier2011-05-122-12/+28
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-192-2/+0
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-202-32/+34
* Fix vectorisation of recursive typesRoman Leshchinskiy2011-01-262-11/+10
* vectoriser: adapt to new superclass story part I (dictionary construction)Roman Leshchinskiy2010-12-182-2/+6
* Nicer error message for #3782benl@ouroborus.net2010-10-291-1/+9
* Fix warnings: Remove unused importsIan Lynagh2010-09-021-1/+0
* Finish breaking up VectBuiltIn and VectMonad, and add commentsbenl@ouroborus.net2010-08-312-0/+550
* Break up vectoriser builtins modulebenl@ouroborus.net2010-08-302-0/+223