| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite CorePrep and improve eta expansion | simonpj@microsoft.com | 2009-01-13 | 2 | -2/+4 |
* | Make record selectors into ordinary functions | simonpj@microsoft.com | 2009-01-02 | 3 | -7/+7 |
* | Fix warnings in WorkWrap | Ian Lynagh | 2008-12-29 | 1 | -18/+14 |
* | Rollback INLINE patches | Simon Marlow | 2008-12-16 | 2 | -13/+16 |
* | Completely new treatment of INLINE pragmas (big patch) | simonpj@microsoft.com | 2008-12-05 | 2 | -16/+13 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 3 | -32/+3 |
* | Do proper cloning in worker/wrapper splitting | simonpj@microsoft.com | 2008-10-21 | 1 | -61/+79 |
* | Remove CoreSyn SOURCE imports | Max Bolingbroke | 2008-08-07 | 2 | -3/+3 |
* | Split the Id related functions out from Var into Id, document Var and some of Id | Max Bolingbroke | 2008-07-31 | 1 | -4/+4 |
* | Fixes for haddock 0.8 | Ian Lynagh | 2008-07-21 | 1 | -5/+5 |
* | Change the last few (F)SLIT's into (f)sLit's | Ian Lynagh | 2008-04-22 | 2 | -8/+8 |
* | (F)SLIT -> (f)sLit in WwLib | Ian Lynagh | 2008-04-12 | 1 | -2/+2 |
* | Don't import FastString in HsVersions.h | Ian Lynagh | 2008-03-29 | 1 | -0/+1 |
* | Make some more modules use LazyUniqFM instead of UniqFM | Ian Lynagh | 2008-02-07 | 1 | -1/+1 |
* | Comments, and a type signature | simonpj@microsoft.com | 2008-01-25 | 1 | -0/+43 |
* | Make some more modules use LazyUniqFM instead of UniqFM | Ian Lynagh | 2008-02-07 | 1 | -1/+1 |
* | FIX BUILD with GHC 6.4.x | Simon Marlow | 2008-02-01 | 1 | -1/+1 |
* | Move spiltDmdTy within module (no change in code) | simonpj@microsoft.com | 2008-01-29 | 1 | -10/+7 |
* | Fix do-notation so that it works with -DDEBUG | simonpj@microsoft.com | 2008-01-25 | 1 | -5/+6 |
* | Fix the build | Ian Lynagh | 2008-01-24 | 1 | -0/+1 |
* | Monadify stranal/StrictAnal: use the State monad instead of a custom thing | Twan van Laarhoven | 2008-01-17 | 1 | -101/+65 |
* | Monadify stranal/WwLib: use do, return, applicative, standard monad functions | Twan van Laarhoven | 2008-01-17 | 1 | -75/+70 |
* | Monadify stranal/WorkWrap: use do, return, applicative, standard monad functions | Twan van Laarhoven | 2008-01-17 | 1 | -51/+43 |
* | Do not worker/wrapper INLINE things, even if they are in a recursive group | simonpj@microsoft.com | 2008-01-21 | 1 | -14/+23 |
* | lots of portability changes (#1405) | Isaac Dupree | 2008-01-17 | 1 | -1/+4 |
* | Remove debug warning, and explain why | simonpj@microsoft.com | 2007-12-07 | 1 | -11/+14 |
* | Remove warnings from WwLib | Manuel M T Chakravarty | 2007-10-02 | 1 | -18/+14 |
* | FIX: mkWWcpr takes open alg types into account | Manuel M T Chakravarty | 2007-10-02 | 1 | -5/+4 |
* | 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 mapAccumL, mapAccumR, mapAccumB | Ian Lynagh | 2007-07-02 | 1 | -1/+3 |
* | Do not perform a worker/wrapper split for a NOINLINE function | Lemmih | 2007-06-07 | 1 | -1/+6 |
* | Record arity of the worker, to maintain consistency of arity and strictness i... | simonpj@microsoft.com | 2007-02-02 | 1 | -2/+5 |
* | Comments and cosmetics only | simonpj@microsoft.com | 2006-11-10 | 1 | -4/+9 |
* | Fix a long-standing but obscure bug in worker-wrapper generation | simonpj@microsoft.com | 2006-11-01 | 1 | -1/+1 |
* | Comments only | simonpj@microsoft.com | 2006-10-12 | 2 | -2/+17 |
* | Flip direction of newtype coercions, fix some comments | Manuel M T Chakravarty | 2006-09-20 | 1 | -2/+2 |
* | Clean up unused imports, definitions and arguments | Manuel M T Chakravarty | 2006-09-20 | 1 | -10/+10 |
* | fix some coercion kind representation things, extend exprIsConApp_maybe to no... | Manuel M T Chakravarty | 2006-09-20 | 1 | -2/+2 |
* | finished product unboxing through newtypes and proper demand analysis of newt... | Manuel M T Chakravarty | 2006-09-20 | 1 | -17/+10 |
* | towards unboxing through newtypes | Manuel M T Chakravarty | 2006-09-20 | 2 | -13/+13 |
* | newtype fixes, coercions for non-recursive newtypes now optional | Manuel M T Chakravarty | 2006-09-20 | 2 | -4/+4 |
* | Massive patch for the first months work adding System FC to GHC #33 | Manuel M T Chakravarty | 2006-08-04 | 3 | -11/+26 |
* | Prune imports | simonpj@microsoft.com | 2006-05-22 | 1 | -1/+1 |
* | Retain InlinePragInfo on wrappers | simonpj@microsoft.com | 2006-05-17 | 1 | -2/+7 |
* | Remove NOINLINE strictness hack | simonpj@microsoft.com | 2006-05-08 | 2 | -29/+1 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 6 | -0/+3651 |