| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor LHsTyVarBndrs to fix Trac #6081 | Simon Peyton Jones | 2012-05-11 | 19 | -366/+422 |
* | Comments only | Simon Peyton Jones | 2012-05-10 | 1 | -3/+27 |
* | Merge branch 'master' of http://darcs.haskell.org//ghc | Simon Peyton Jones | 2012-05-09 | 53 | -1693/+1836 |
|\ |
|
| * | Take care not to mix polymorphic and unlifted bindings in a group | Simon Peyton Jones | 2012-05-09 | 1 | -18/+41 |
| * | Wibbles to 'simplify the SimplCont data type' | Simon Peyton Jones | 2012-05-09 | 2 | -3/+3 |
| * | Simplify the SimplCont data type | Simon Peyton Jones | 2012-05-09 | 2 | -103/+112 |
| * | Merge branch 'ghc-new-flavor' | Simon Peyton Jones | 2012-05-09 | 16 | -883/+1005 |
| |\ |
|
| | * | Make fresh variables when decomposing Givensghc-new-flavor | Simon Peyton Jones | 2012-05-09 | 1 | -4/+21 |
| | * | Use fresh uniques when unboxing coercions in the desugarer | Simon Peyton Jones | 2012-05-09 | 1 | -26/+33 |
| | * | Cosmetics | Simon Peyton Jones | 2012-05-09 | 2 | -4/+4 |
| | * | Yet another major refactoring of the constraint solver | Simon Peyton Jones | 2012-05-07 | 16 | -857/+955 |
| * | | Fix #6080 & house keeping in Vectorise.Exp | Manuel M T Chakravarty | 2012-05-08 | 2 | -465/+338 |
| * | | Enable and fix building dynlibs on Win64 | Ian Lynagh | 2012-05-05 | 1 | -1/+1 |
| * | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-05-04 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix typo in error message (Trac #6076) | Simon Peyton Jones | 2012-05-04 | 1 | -1/+1 |
| * | | Follow libffi changes on Windows | Ian Lynagh | 2012-05-04 | 1 | -1/+1 |
| |/ |
|
| * | Fix overnight build breakage (fix from simonpj) | Simon Marlow | 2012-05-04 | 1 | -3/+1 |
| * | Check the calling convention of foreign imported labels is supported | Ian Lynagh | 2012-05-03 | 1 | -5/+7 |
| * | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-05-02 | 2 | -18/+27 |
| |\ |
|
| | * | Cast memory primops in the C backend (#5976) | Paolo Capriotti | 2012-05-02 | 1 | -16/+25 |
| | * | Fix Win64 build now that hsc2hs knows what platform we're on | Ian Lynagh | 2012-05-01 | 1 | -2/+2 |
| * | | Allow cases with empty alterantives | Simon Peyton Jones | 2012-05-02 | 18 | -106/+201 |
| |/ |
|
| * | Wibble to pretty printing | Simon Peyton Jones | 2012-05-01 | 1 | -3/+1 |
| * | Tidy up a remaining glitch in unification | Simon Peyton Jones | 2012-05-01 | 13 | -150/+104 |
| * | Egregious typo (fixes Trac #6055) | Simon Peyton Jones | 2012-04-30 | 1 | -1/+1 |
| * | Merge branch 'master' of http://darcs.haskell.org//ghc | Simon Peyton Jones | 2012-04-30 | 44 | -614/+740 |
| |\ |
|
| * | | More explicit pretty-printing of promoted TyCons with -dppr-debug | Simon Peyton Jones | 2012-04-30 | 1 | -1/+2 |
| * | | Make the interface-file deserialisation work right for promoted types (Trac #... | Simon Peyton Jones | 2012-04-30 | 1 | -7/+66 |
* | | | Re-do the "function application discount" (fixes Trac #6048) | Simon Peyton Jones | 2012-05-09 | 1 | -87/+35 |
* | | | Be a little less aggressive about inlining (fixes Trac #5623) | Simon Peyton Jones | 2012-05-09 | 4 | -39/+101 |
| |/
|/| |
|
* | | Revert "Add -faggressive-primops" | Simon Peyton Jones | 2012-04-27 | 5 | -73/+22 |
* | | Revert "Refactoring in CoreUtils/CoreArity" | Simon Peyton Jones | 2012-04-27 | 5 | -143/+115 |
* | | Revert "Make more primops cheaper" | Simon Peyton Jones | 2012-04-27 | 1 | -2/+0 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-04-27 | 9 | -35/+39 |
|\ \ |
|
| * \ | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc | Simon Peyton Jones | 2012-04-27 | 29 | -324/+471 |
| |\ \ |
|
| * | | | Pretty printing and debug improvements | Simon Peyton Jones | 2012-04-27 | 9 | -35/+39 |
* | | | | Make more primops cheaper | Simon Peyton Jones | 2012-04-27 | 1 | -0/+2 |
* | | | | Comment out a pprTrace unless DEBUG is on (fix Trac #5929) | Simon Peyton Jones | 2012-04-27 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-04-27 | 12 | -107/+157 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-27 | 8 | -84/+106 |
| |\ \ \ |
|
| | * | | | Add a new primop mkWeakNoFinalizer (#5879) | Simon Marlow | 2012-04-27 | 1 | -0/+6 |
| | * | | | add support for ARM hard-float ABI (fixes #5914) | Karel Gardas | 2012-04-27 | 7 | -84/+100 |
| * | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-26 | 24 | -426/+596 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix lookup of fixity signatures for type operators (#6027) | Paolo Capriotti | 2012-04-26 | 2 | -20/+42 |
| | |/ / |
|
| * | | | Merge win:c:/m64/reg8 | Ian Lynagh | 2012-04-26 | 2 | -3/+9 |
| |\ \ \ |
|
| | * | | | Add a flag for the unsupported calling convention warning | Ian Lynagh | 2012-04-24 | 2 | -3/+9 |
* | | | | | Refactoring in CoreUtils/CoreArity | Simon Peyton Jones | 2012-04-27 | 5 | -115/+143 |
* | | | | | Add -faggressive-primops | Simon Peyton Jones | 2012-04-27 | 5 | -22/+73 |
* | | | | | Debug printing only | Simon Peyton Jones | 2012-04-27 | 1 | -1/+1 |
* | | | | | Small refactoring in kind generalisation of type declarations | Simon Peyton Jones | 2012-04-27 | 1 | -23/+35 |