Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a --print-docdir flag | Ian Lynagh | 2007-08-31 | 2 | -7/+18 |
* | Remove NDP-related stuff from PrelNames | Roman Leshchinskiy | 2007-08-31 | 6 | -159/+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 | 4 | -1/+18 |
* | Track changes to package ndp (use PArray_Int# instead of UArr Int) | Roman Leshchinskiy | 2007-08-30 | 3 | -9/+9 |
* | 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 | 4 | -10/+48 |
* | 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 | 2 | -8/+2 |
* | Adapt PArray instance generation to new scheme | Roman Leshchinskiy | 2007-08-24 | 2 | -9/+27 |
* | Add UArr built-in | Roman Leshchinskiy | 2007-08-24 | 2 | -1/+8 |
* | 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 | 3 | -61/+27 |
* | 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 | 4 | -112/+132 |
* | Added decidability check for type instances | Manuel M T Chakravarty | 2007-08-30 | 3 | -41/+115 |
* | Warning police | Pepe Iborra | 2007-08-29 | 1 | -10/+2 |
* | Use a Data.Sequence instead of a list in cvReconstructType | Pepe Iborra | 2007-08-29 | 1 | -18/+22 |
* | Fix a bug in RtClosureInspect.cvReconstructType. | Pepe Iborra | 2007-08-29 | 1 | -1/+2 |
* | Warning police | Pepe Iborra | 2007-08-29 | 2 | -12/+12 |
* | UNDO: Extend ModBreaks with the srcspan's of the enclosing expressions | Pepe Iborra | 2007-08-29 | 2 | -31/+19 |
* | expand docs for unsafeCoerce#, as a result of investigations for #1616 | Simon Marlow | 2007-08-30 | 1 | -2/+24 |
* | no -auto-all for CorePrep | Simon Marlow | 2007-08-29 | 1 | -1/+1 |
* | Windows: remove the {Enter,Leave}CricialSection wrappers | Simon Marlow | 2007-08-29 | 1 | -0/+1 |
* | Wibble | Pepe Iborra | 2007-08-29 | 1 | -1/+1 |
* | Better handling of join points in spill cleaner2007-08-28 | Ben.Lippmeier@anu.edu.au | 2007-08-28 | 1 | -24/+256 |
* | comment wibble | Ben.Lippmeier@anu.edu.au | 2007-08-24 | 2 | -19/+4 |
* | Add count of reg-reg moves remaining for linear allocator stats | Ben.Lippmeier@anu.edu.au | 2007-08-24 | 2 | -6/+29 |
* | Add a count of how many spill/reloads/reg-reg-moves remain to dump-asm-stats | Ben.Lippmeier@anu.edu.au | 2007-08-24 | 2 | -27/+54 |