Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Core operations (#13009) | Sylvain Henry | 2020-03-18 | 1 | -2324/+0 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-03-16 | 1 | -4/+4 |
* | Typos in comments [skip ci] | Krzysztof Gogolewski | 2020-03-10 | 1 | -2/+2 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-02-26 | 1 | -22/+22 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -1/+1 |
* | Separate CPR analysis from the Demand analyserwip/sep-cpr | Sebastian Graf | 2020-02-12 | 1 | -2/+2 |
* | Fix more typos, via an improved Levenshtein-style corrector | Brian Wignall | 2020-01-12 | 1 | -7/+7 |
* | Use "OrCoVar" functions less | Krzysztof Gogolewski | 2019-12-16 | 1 | -1/+1 |
* | Split up coercionKind | Simon Peyton Jones | 2019-12-06 | 1 | -3/+2 |
* | Reduce boolean blindness in OccInfo(OneOcc) #17482 | Philipp Krüger | 2019-11-28 | 1 | -9/+12 |
* | Fix typos | Brian Wignall | 2019-11-23 | 1 | -1/+1 |
* | Ensure that coreView/tcView are able to inline | Ben Gamari | 2019-11-13 | 1 | -0/+1 |
* | Better arity for join points | Simon Peyton Jones | 2019-10-28 | 1 | -8/+1 |
* | Fix bogus type of case expressionwip/T17056 | Simon Peyton Jones | 2019-09-20 | 1 | -2/+4 |
* | Compute demand signatures assuming idArity | Sebastian Graf | 2019-04-30 | 1 | -1/+9 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -10/+10 |
* | 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 |