summaryrefslogtreecommitdiff
path: root/compiler/vectorise/Vectorise/Monad/Naming.hs
Commit message (Expand)AuthorAgeFilesLines
* Make the matcher and wrapper Ids in PatSyn into LocalIds, not GlobalIdsSimon Peyton Jones2014-06-061-3/+4
* Remove getModuleDs; we now just use getModuleIan Lynagh2012-11-061-2/+3
* Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-10/+20
* Fix type of vectorised class data constructors and add dfuns into 'VectInfo'Manuel M T Chakravarty2011-11-141-2/+2
* First cut at scalar vectorisation of class instancesManuel M T Chakravarty2011-11-091-3/+14
* Fix name generation for vectorised identifiersManuel M T Chakravarty2011-08-241-4/+10
* Fixed reading and generating VectInfo as well as naming of vectorised version...Manuel M T Chakravarty2011-08-241-48/+52
* Fix warnings: Remove unused importsIan Lynagh2010-09-021-1/+0
* Finish breaking up VectBuiltIn and VectMonad, and add commentsbenl@ouroborus.net2010-08-311-0/+91