Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 6 | -6/+6 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 6 | -12/+12 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 6 | -0/+42 |
* | Remove NDP-related stuff from PrelNames | Roman Leshchinskiy | 2007-08-31 | 5 | -90/+61 |
* | Vectorisation of enumeration types | Roman Leshchinskiy | 2007-08-31 | 2 | -3/+86 |
* | Number data constructors from 0 when vectorising | Roman Leshchinskiy | 2007-08-31 | 1 | -1/+1 |
* | Rename functions | Roman Leshchinskiy | 2007-08-31 | 1 | -12/+12 |
* | Refactoring | Roman Leshchinskiy | 2007-08-31 | 2 | -36/+43 |
* | Refactoring | Roman Leshchinskiy | 2007-08-31 | 1 | -21/+27 |
* | Fix vectorisation of nullary data constructors | Roman Leshchinskiy | 2007-08-31 | 3 | -21/+75 |
* | Do not unnecessarily wrap array components | Roman Leshchinskiy | 2007-08-30 | 1 | -10/+51 |
* | Remove dead code | Roman Leshchinskiy | 2007-08-30 | 1 | -13/+0 |
* | Fix vectorisation of unary data constructors | Roman Leshchinskiy | 2007-08-30 | 1 | -1/+6 |
* | Fix vectorisation of sum type constructors | Roman Leshchinskiy | 2007-08-30 | 3 | -1/+12 |
* | Track changes to package ndp (use PArray_Int# instead of UArr Int) | Roman Leshchinskiy | 2007-08-30 | 2 | -5/+5 |
* | Find the correct array type for primitive tycons | Roman Leshchinskiy | 2007-08-30 | 3 | -5/+30 |
* | Add code for looking up PA methods of primitive TyCons | Roman Leshchinskiy | 2007-08-30 | 3 | -10/+47 |
* | Delete dead code | Roman Leshchinskiy | 2007-08-29 | 1 | -75/+2 |
* | Rewrite vectorisation of product DataCon workers | Roman Leshchinskiy | 2007-08-29 | 1 | -17/+85 |
* | Rewrite generation of PA dictionaries | Roman Leshchinskiy | 2007-08-29 | 1 | -321/+275 |
* | Complete PA dictionary generation for product types | Roman Leshchinskiy | 2007-08-24 | 3 | -59/+136 |
* | Simplify generation of PR dictionaries for products | Roman Leshchinskiy | 2007-08-24 | 2 | -133/+190 |
* | Remove unused vectorisation built-in | Roman Leshchinskiy | 2007-08-24 | 1 | -3/+0 |
* | Adapt PArray instance generation to new scheme | Roman Leshchinskiy | 2007-08-24 | 2 | -9/+27 |
* | Add UArr built-in | Roman Leshchinskiy | 2007-08-24 | 1 | -0/+3 |
* | Modify generation of PR dictionaries for new scheme | Roman Leshchinskiy | 2007-08-24 | 2 | -35/+33 |
* | Refactoring | Roman Leshchinskiy | 2007-08-24 | 2 | -39/+36 |
* | Remove dead code | Roman Leshchinskiy | 2007-08-24 | 1 | -34/+1 |
* | Fix buildFromPRepr | Roman Leshchinskiy | 2007-08-24 | 1 | -11/+49 |
* | Move code | Roman Leshchinskiy | 2007-08-24 | 1 | -19/+18 |
* | Move code | Roman Leshchinskiy | 2007-08-24 | 2 | -35/+30 |
* | Delete dead code | Roman Leshchinskiy | 2007-08-24 | 1 | -23/+0 |
* | Change buildToPRepr to work with the new representation scheme | Roman Leshchinskiy | 2007-08-24 | 2 | -41/+40 |
* | Remove Embed and related stuff from vectorisation | Roman Leshchinskiy | 2007-08-24 | 2 | -57/+23 |
* | Encode generic representation of vectorised TyCons by a data type | Roman Leshchinskiy | 2007-08-24 | 2 | -3/+55 |
* | Remove dead code | Roman Leshchinskiy | 2007-08-23 | 1 | -92/+0 |
* | Conversions to/from generic array representation (not finished yet) | Roman Leshchinskiy | 2007-08-23 | 2 | -7/+101 |
* | Use n-ary sums and products for NDP's generic representation | Roman Leshchinskiy | 2007-08-23 | 3 | -105/+128 |
* | Generate dictPRepr | Roman Leshchinskiy | 2007-08-23 | 2 | -3/+22 |
* | Add generation of PR dictionaries | Roman Leshchinskiy | 2007-08-23 | 1 | -0/+32 |
* | Initialise PR dictionaries in vectorisation monad | Roman Leshchinskiy | 2007-08-23 | 2 | -13/+34 |
* | Add PR dictionaries to vectorisation monad | Roman Leshchinskiy | 2007-08-23 | 1 | -1/+13 |
* | Embed doesn't store a PA dictionary any more | Roman Leshchinskiy | 2007-08-23 | 1 | -18/+11 |
* | Read the package state after pulling in all built-ins during vectorisation | Roman Leshchinskiy | 2007-08-23 | 1 | -7/+8 |
* | Move all vectorisation built-ins to VectBuiltIn | Roman Leshchinskiy | 2007-08-23 | 3 | -45/+72 |
* | Move vectorisation built-ins to a separate module | Roman Leshchinskiy | 2007-08-23 | 2 | -87/+108 |
* | PR is an explicit record, not a class | Roman Leshchinskiy | 2007-08-22 | 1 | -3/+6 |
* | Add vectorisation-related built-in | Roman Leshchinskiy | 2007-08-22 | 1 | -0/+4 |
* | Generate conversion from PRepr to original type | Roman Leshchinskiy | 2007-08-22 | 2 | -11/+82 |
* | Refactoring | Roman Leshchinskiy | 2007-08-22 | 1 | -16/+26 |