summaryrefslogtreecommitdiff
path: root/compiler/vectorise
Commit message (Expand)AuthorAgeFilesLines
...
* Track additions to package ndpRoman Leshchinskiy2007-12-051-2/+6
* Track changes to package ndpRoman Leshchinskiy2007-12-051-4/+4
* Add built-in Double operations to vectorisationRoman Leshchinskiy2007-11-221-0/+8
* Teach vectorisation about DoubleRoman Leshchinskiy2007-11-211-1/+4
* Vectorise polyexprs with notesRoman Leshchinskiy2007-11-211-0/+2
* Track changes to package ndpRoman Leshchinskiy2007-11-201-6/+5
* Temporary hack for passing PArrays from unvectorised to vectorised codeRoman Leshchinskiy2007-11-201-0/+8
* Bind NDP stuff to [:.:] arraysRoman Leshchinskiy2007-11-191-4/+6
* Don't treat enumerations specially during vectorisation for the momentRoman Leshchinskiy2007-11-191-1/+1
* Fix bugs in vectorisation of case expressionsRoman Leshchinskiy2007-11-193-2/+3
* More built-in NDP combinatorsRoman Leshchinskiy2007-11-191-0/+3
* New vectorisation built-insRoman Leshchinskiy2007-11-181-0/+3
* Fix bug in conversion unvect/vectRoman Leshchinskiy2007-11-181-2/+3
* Extend built-in vectorisation environmentsRoman Leshchinskiy2007-11-182-8/+32
* Fix bug in generation of environments for vectorisationRoman Leshchinskiy2007-11-181-1/+4
* Add builtin var->var mapping to vectorisationRoman Leshchinskiy2007-11-182-4/+16
* Extend vectorisation built-in mappings with dataconsRoman Leshchinskiy2007-11-182-4/+17
* Change representation of parallel arrays of enumerationsRoman Leshchinskiy2007-11-181-23/+30
* Add vectorisation-related builtinRoman Leshchinskiy2007-11-181-0/+4
* Teach vectorisation about BoolRoman Leshchinskiy2007-11-171-2/+5
* Incomplete support for boxing during vectorisationRoman Leshchinskiy2007-11-174-3/+57
* Make sure some TyCons always vectorise to themselvesRoman Leshchinskiy2007-11-171-1/+5
* Simple conversion vectorised -> unvectorisedRoman Leshchinskiy2007-11-172-3/+47
* Fix bug in case vectorisationRoman Leshchinskiy2007-11-171-1/+3
* Vectorisation of algebraic case expressionsRoman Leshchinskiy2007-11-162-10/+117
* More vectorisation-related built-insRoman Leshchinskiy2007-11-163-6/+26
* Vectorisation utilitiesRoman Leshchinskiy2007-11-163-6/+18
* Add vectorisation built-insRoman Leshchinskiy2007-11-162-4/+18
* Fix vectorisation of binders in case expressionsRoman Leshchinskiy2007-11-161-4/+27
* View patterns, record wildcards, and record punsDan Licata2007-10-101-1/+1
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-046-6/+6
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-036-12/+12
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-016-0/+42
* Remove NDP-related stuff from PrelNamesRoman Leshchinskiy2007-08-315-90/+61
* Vectorisation of enumeration typesRoman Leshchinskiy2007-08-312-3/+86
* Number data constructors from 0 when vectorisingRoman Leshchinskiy2007-08-311-1/+1
* Rename functionsRoman Leshchinskiy2007-08-311-12/+12
* RefactoringRoman Leshchinskiy2007-08-312-36/+43
* RefactoringRoman Leshchinskiy2007-08-311-21/+27
* Fix vectorisation of nullary data constructorsRoman Leshchinskiy2007-08-313-21/+75
* Do not unnecessarily wrap array componentsRoman Leshchinskiy2007-08-301-10/+51
* Remove dead codeRoman Leshchinskiy2007-08-301-13/+0
* Fix vectorisation of unary data constructorsRoman Leshchinskiy2007-08-301-1/+6
* Fix vectorisation of sum type constructorsRoman Leshchinskiy2007-08-303-1/+12
* Track changes to package ndp (use PArray_Int# instead of UArr Int)Roman Leshchinskiy2007-08-302-5/+5
* Find the correct array type for primitive tyconsRoman Leshchinskiy2007-08-303-5/+30
* Add code for looking up PA methods of primitive TyConsRoman Leshchinskiy2007-08-303-10/+47
* Delete dead codeRoman Leshchinskiy2007-08-291-75/+2
* Rewrite vectorisation of product DataCon workersRoman Leshchinskiy2007-08-291-17/+85