Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AnonArgFlag to FunTy | Simon Peyton Jones | 2019-02-23 | 1 | -2/+2 |
* | Stomp a few typos and grammaros | Gabor Greif | 2018-12-17 | 1 | -2/+2 |
* | Finish fix for #14880. | Tobias Dammers | 2018-10-28 | 1 | -2/+2 |
* | Set strictness correctly for JoinIds | Simon Peyton Jones | 2018-08-21 | 1 | -3/+6 |
* | Fix PrelRules.caseRules to account for out-of-range tags | Simon Peyton Jones | 2018-07-25 | 1 | -12/+21 |
* | Typofixes in docs and comments [ci skip] | Gabor Greif | 2018-06-18 | 1 | -2/+2 |
* | Don't expose strictness when sm_inline is False | Simon Peyton Jones | 2018-05-23 | 1 | -27/+54 |
* | Comments only | Simon Peyton Jones | 2018-04-27 | 1 | -1/+2 |
* | Some cleanup of the Exitification code | Joachim Breitner | 2018-04-09 | 1 | -1/+11 |
* | Comments only, about exitifcation | Simon Peyton Jones | 2018-04-06 | 1 | -1/+1 |
* | Fix utterly bogus TagToEnum rule in caseRules | Simon Peyton Jones | 2018-02-07 | 1 | -3/+25 |
* | preInlineUnconditionally is ok for INLINEABLE | Simon Peyton Jones | 2018-01-09 | 1 | -19/+35 |
* | Typos in comments | Gabor Greif | 2017-12-21 | 1 | -2/+2 |
* | Occurrrence analysis improvements for NOINLINE functions | Simon Peyton Jones | 2017-12-08 | 1 | -8/+4 |
* | Fix in-scope set in simplifier | Simon Peyton Jones | 2017-11-08 | 1 | -5/+25 |
* | Implement a dedicated exitfication pass #14152 | Joachim Breitner | 2017-10-29 | 1 | -0/+1 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 1 | -2/+2 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Add debugPprType | Simon Peyton Jones | 2017-08-31 | 1 | -1/+1 |
* | Refactor the Mighty Simplifier | Simon Peyton Jones | 2017-08-25 | 1 | -57/+146 |
* | A bunch of typofixes | Gabor Greif | 2017-07-31 | 1 | -1/+1 |
* | Join-point refactoring | Simon Peyton Jones | 2017-05-02 | 1 | -60/+65 |
* | Re-engineer caseRules to add tagToEnum/dataToTag | Simon Peyton Jones | 2017-04-28 | 1 | -54/+123 |
* | Be a bit more eager to inline in a strict context | Simon Peyton Jones | 2017-04-28 | 1 | -0/+2 |
* | Cure exponential behaviour in the simplifier | Simon Peyton Jones | 2017-04-28 | 1 | -10/+25 |
* | Fix CaseIdentity optimisation AGAIN | Simon Peyton Jones | 2017-03-14 | 1 | -9/+9 |
* | The Early Inline Patch | Simon Peyton Jones | 2017-02-28 | 1 | -37/+23 |
* | Ensure that Literals are in range | Joachim Breitner | 2017-02-26 | 1 | -1/+2 |
* | Improve -dsuppress-coercions | Simon Peyton Jones | 2017-02-08 | 1 | -1/+1 |
* | Join points | Luke Maurer | 2017-02-01 | 1 | -8/+21 |
* | Re-sort case alternatives after scrutinee constant folding (#13170) | Reid Barton | 2017-01-23 | 1 | -1/+5 |
* | Ensure that scrutinee constant folding wraps numbers | Sylvain Henry | 2017-01-23 | 1 | -1/+1 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 1 | -9/+16 |
* | Typos in manual, comments and tests | Gabor Greif | 2017-01-12 | 1 | -1/+1 |
* | Typos in comments (and in a test) | Gabor Greif | 2017-01-09 | 1 | -1/+1 |
* | Remove a redundant test | Simon Peyton Jones | 2017-01-05 | 1 | -1/+4 |
* | Don't eta-expand in stable unfoldings | Simon Peyton Jones | 2016-12-21 | 1 | -10/+33 |
* | Scrutinee Constant Folding | Sylvain Henry | 2016-12-09 | 1 | -2/+74 |
* | Get rid of varSetElemsWellScoped in abstractFloats | Bartosz Nitka | 2016-04-22 | 1 | -4/+4 |
* | Remove dead function SimplUtils.countValArgs | Simon Peyton Jones | 2016-04-15 | 1 | -8/+1 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -16/+15 |
* | Work SourceText in for all integer literals | Alan Zimmerman | 2016-01-16 | 1 | -2/+2 |
* | Typos in docs and comments | Gabor Greif | 2016-01-07 | 1 | -2/+2 |
* | Improve SimplUtils.interestingArg | Simon Peyton Jones | 2015-12-24 | 1 | -13/+16 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -9/+8 |
* | Add a simplifier trace for eta-expansion | Simon Peyton Jones | 2015-11-25 | 1 | -1/+4 |
* | Don't inline/apply other rules when simplifying a rule RHS. | Andrew Farmer | 2015-10-12 | 1 | -9/+10 |
* | Fix kind-var abstraction in SimplUtils.abstractFloats | Simon Peyton Jones | 2015-10-06 | 1 | -17/+30 |
* | Typos in comments | Joachim Breitner | 2015-10-01 | 1 | -2/+2 |
* | Coments only | Simon Peyton Jones | 2015-08-06 | 1 | -2/+6 |