Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make absentError not depend on uniques | Bartosz Nitka | 2016-05-12 | 1 | -1/+8 |
* | Typos in DmdAnal | Ömer Sinan Ağacan | 2016-05-01 | 1 | -2/+2 |
* | Comments only | Simon Peyton Jones | 2016-04-15 | 2 | -22/+21 |
* | Add a final demand analyzer run right before TidyCore | Joachim Breitner | 2016-04-14 | 2 | -20/+87 |
* | Fix #11814 by throwing more stuff into InScopeSets | Richard Eisenberg | 2016-04-12 | 1 | -1/+4 |
* | Demand Analyzer: Do not set OneShot information (second try) | Joachim Breitner | 2016-04-06 | 3 | -121/+68 |
* | Revert "Demand Analyzer: Do not set OneShot information" | Joachim Breitner | 2016-03-31 | 1 | -5/+50 |
* | Demand Analyzer: Do not set OneShot information | Joachim Breitner | 2016-03-31 | 1 | -50/+5 |
* | Make warning names more consistent | Manav Rathi | 2016-02-25 | 1 | -1/+2 |
* | Another batch of typo fixes in non-code | Gabor Greif | 2016-02-11 | 1 | -1/+1 |
* | s/unLifted/unlifted for consistency | Ömer Sinan Ağacan | 2016-01-27 | 1 | -3/+3 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 2 | -5/+4 |
* | Work SourceText in for all integer literals | Alan Zimmerman | 2016-01-16 | 1 | -1/+1 |
* | Make demand analysis understand catch | Simon Peyton Jones | 2016-01-07 | 2 | -8/+11 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 2 | -23/+20 |
* | Make -fcpr-off a dynamic flag | Christiaan Baaij | 2015-08-05 | 1 | -3/+9 |
* | Typos in comments | Simon Peyton Jones | 2015-08-03 | 1 | -3/+3 |
* | Fix Trac #10694: CPR analysis | Simon Peyton Jones | 2015-07-30 | 1 | -21/+18 |
* | Improve strictness analysis for exceptions | Simon Peyton Jones | 2015-07-21 | 1 | -26/+53 |
* | Use varToCoreExpr in mkWWcpr_help | Simon Peyton Jones | 2015-07-21 | 1 | -1/+3 |
* | Improve CPR behavior for strict constructors | Simon Peyton Jones | 2015-06-26 | 1 | -76/+208 |
* | Fix addDataConStrictness | Simon Peyton Jones | 2015-06-26 | 1 | -11/+14 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 1 | -3/+3 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 1 | -3/+3 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 1 | -3/+3 |
* | Wibble to DmdAnal | Simon Peyton Jones | 2015-04-21 | 1 | -4/+4 |
* | Support unboxing for GADT product types | Simon Peyton Jones | 2015-04-21 | 1 | -1/+4 |
* | Teach DmdAnal about free coercion variables | Simon Peyton Jones | 2015-04-21 | 1 | -6/+11 |
* | Teach DmdAnal that coercions are value arguments! | Simon Peyton Jones | 2015-04-20 | 1 | -7/+5 |
* | Zap usage info in CSE (Trac #10218) | Simon Peyton Jones | 2015-04-14 | 1 | -2/+2 |
* | Typos in error messages and in comments | Gabor Greif | 2015-04-10 | 1 | -1/+1 |
* | Fix a long-standing bug in the demand analyser | Simon Peyton Jones | 2015-04-07 | 1 | -84/+110 |
* | Replace .lhs with .hs in compiler comments | Yuri de Wit | 2015-02-09 | 1 | -1/+1 |
* | API Annotations tweaks. | Alan Zimmerman | 2015-01-16 | 1 | -2/+4 |
* | unlit compiler/stranal/ modules | Herbert Valerio Riedel | 2014-12-01 | 3 | -129/+121 |
* | Comments only | Simon Peyton Jones | 2014-11-04 | 1 | -1/+2 |
* | Typos | Krzysztof Gogolewski | 2014-09-19 | 1 | -1/+1 |
* | Give the worker for an INLINABLE function a suitably-phased Activation | Simon Peyton Jones | 2014-08-29 | 1 | -25/+29 |
* | Comments, white space, and rename "InlineRule" to "stable unfolding" | Simon Peyton Jones | 2014-08-29 | 1 | -2/+2 |
* | White space only | Simon Peyton Jones | 2014-08-28 | 1 | -22/+22 |
* | Comments only | Simon Peyton Jones | 2014-08-28 | 1 | -1/+5 |
* | Make worker/wrapper work on INLINEABLE things | Simon Peyton Jones | 2014-08-28 | 2 | -37/+78 |
* | stranal: detabify/dewhitespace DmdAnal | Austin Seipp | 2014-08-20 | 1 | -302/+301 |
* | stranal: detabify/dewhitespace WorkWrap | Austin Seipp | 2014-08-20 | 1 | -85/+78 |
* | Fix demand analyser for unboxed types | Simon Peyton Jones | 2014-07-01 | 1 | -1/+1 |
* | Fix a serious, but rare, strictness analyser bug (Trac #9128) | Simon Peyton Jones | 2014-06-11 | 1 | -1/+10 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 3 | -2/+6 |
* | Be less verbose when printing Names when we don't know what's in scope | Simon Peyton Jones | 2014-04-24 | 1 | -1/+1 |
* | Refactor in worker/wrapper generation | Simon Peyton Jones | 2014-04-08 | 1 | -39/+31 |
* | Allow a longer demand signature than arity | Simon Peyton Jones | 2014-04-08 | 1 | -6/+14 |