| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix grammaros in comments | Gabor Greif | 2017-10-17 | 1 | -1/+1 |
* | Fix nasty bug in w/w for absence analysis | Simon Peyton Jones | 2017-10-03 | 1 | -14/+23 |
* | Comments only | Simon Peyton Jones | 2017-10-03 | 1 | -1/+1 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 1 | -1/+1 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 3 | -0/+6 |
* | Allow CSE'ing of work-wrapped bindings (#14186) | Joachim Breitner | 2017-09-12 | 1 | -1/+5 |
* | Zap stable unfoldings in worker/wrapper | Simon Peyton Jones | 2017-06-28 | 1 | -2/+5 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-05-05 | 1 | -8/+8 |
* | Improve demand analysis for join points | Simon Peyton Jones | 2017-04-12 | 1 | -20/+62 |
* | Add comments on DmdAnal space leak fix | Simon Peyton Jones | 2017-04-06 | 1 | -0/+3 |
* | Stamp out space leaks from demand analysis | Reid Barton | 2017-04-01 | 1 | -1/+21 |
* | Broaden demand analysis IO hack notes | David Feuer | 2017-03-13 | 1 | -4/+8 |
* | Upgrade UniqSet to a newtype | David Feuer | 2017-03-01 | 1 | -1/+2 |
* | DmdAnal: Clarify reference to Cardinality Analysis paper | Ben Gamari | 2017-02-28 | 1 | -1/+1 |
* | Tweaks and typos in manual, note refs, comments | Gabor Greif | 2017-02-09 | 1 | -1/+1 |
* | Do Worker/Wrapper for NOINLINE things | Eric Seidel | 2017-02-05 | 1 | -12/+74 |
* | Spelling fixes | Gabor Greif | 2017-02-02 | 1 | -1/+1 |
* | Join points | Luke Maurer | 2017-02-01 | 3 | -23/+163 |
* | Record evaluated-ness on workers and wrappers | Simon Peyton Jones | 2017-01-23 | 1 | -24/+84 |
* | Typos and grammar in manual/comments | Gabor Greif | 2017-01-23 | 2 | -2/+2 |
* | Spelling fixes in comments [ci skip] | Gabor Greif | 2017-01-18 | 1 | -2/+2 |
* | Typos in comments only [ci skip] | Gabor Greif | 2017-01-18 | 1 | -1/+1 |
* | Revert "Record evaluated-ness on workers and wrappers" | Matthew Pickering | 2017-01-15 | 1 | -83/+24 |
* | Record evaluated-ness on workers and wrappers | Simon Peyton Jones | 2017-01-13 | 1 | -24/+83 |
* | Never apply worker/wrapper to DFuns | Simon Peyton Jones | 2016-12-21 | 1 | -7/+3 |
* | Add HsSyn prettyprinter tests | Alan Zimmerman | 2016-12-07 | 1 | -3/+3 |
* | Fix shadowing in mkWwBodies | Simon Peyton Jones | 2016-10-17 | 2 | -27/+55 |
* | extend '-fmax-worker-args' limit to specialiser (Trac #11565) | Sergei Trofimovich | 2016-09-02 | 1 | -5/+9 |
* | restore -fmax-worker-args handling (Trac #11565) | Sergei Trofimovich | 2016-09-01 | 1 | -1/+29 |
* | WwLib: Add strictness signature to "let x = absentError …" | Joachim Breitner | 2016-08-25 | 1 | -5/+9 |
* | DmdAnal: Add a final, safe iteration | Joachim Breitner | 2016-08-25 | 1 | -78/+110 |
* | Comments only: Refer to actually existing Notes | Joachim Breitner | 2016-08-25 | 1 | -2/+3 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 1 | -0/+1 |
* | Demand analyser: Implement LetUp rule (#12370) | Joachim Breitner | 2016-07-12 | 1 | -21/+79 |
* | 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 |