Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a stray Trustworthy flag in ghc. | David Terei | 2014-11-12 | 1 | -1/+0 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -4/+9 |
* | Remove LANGUAGE pragrams implied by Haskell2010 | Herbert Valerio Riedel | 2014-05-14 | 1 | -1/+1 |
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -7/+0 |
* | Fix build with GHC 7.0 | Ian Lynagh | 2012-07-13 | 1 | -0/+3 |
* | Rename BTail -> BCons, BHead -> BSnoc | Simon Marlow | 2012-07-06 | 1 | -8/+8 |
* | Remove "fuel", adapt to Hoopl changes, fix warnings | Simon Marlow | 2012-07-05 | 1 | -87/+84 |
* | mainly tidyup | Simon Marlow | 2012-07-03 | 1 | -80/+78 |
* | some optimisations | Simon Marlow | 2012-03-15 | 1 | -80/+48 |
* | remove SCCs | Simon Marlow | 2012-01-26 | 1 | -1/+1 |
* | Use an ordered list for the work list, which is a bit quicker than IntSet | Simon Marlow | 2012-01-25 | 1 | -23/+35 |
* | Further optimisations to the fixpoint algorithm | Simon Marlow | 2012-01-25 | 1 | -39/+19 |
* | make it compile with earlier GHCs | Simon Marlow | 2012-01-23 | 1 | -6/+9 |
* | snapshot of latest improvements | Simon Marlow | 2012-01-23 | 1 | -67/+109 |
* | snapshot: fastest version so far | Simon Marlow | 2012-01-20 | 1 | -75/+121 |
* | add missing files | Simon Marlow | 2012-01-17 | 1 | -0/+841 |