Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify OccurAnal.tagRecBinders | Joachim Breitner | 2017-08-01 | 1 | -6/+3 |
* | Typofixes [ci skip] | Gabor Greif | 2017-08-01 | 1 | -1/+1 |
* | A bunch of typofixes | Gabor Greif | 2017-07-31 | 2 | -2/+2 |
* | Do a bit more CSE | Simon Peyton Jones | 2017-07-31 | 1 | -1/+1 |
* | Comments only | Simon Peyton Jones | 2017-07-26 | 1 | -1/+0 |
* | Spelling fixes | Gabor Greif | 2017-07-20 | 2 | -2/+2 |
* | More typos in comments [ci skip] | Gabor Greif | 2017-06-28 | 1 | -1/+1 |
* | Zap stable unfoldings in worker/wrapper | Simon Peyton Jones | 2017-06-28 | 1 | -2/+1 |
* | Use lengthIs and friends in more places | Ryan Scott | 2017-06-02 | 3 | -6/+7 |
* | Improve error msg for simplifier tick exhaustion | David Feuer | 2017-05-19 | 1 | -9/+24 |
* | Handle type-lets better | Simon Peyton Jones | 2017-05-17 | 2 | -7/+11 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-05-05 | 1 | -1/+1 |
* | Fix a small Float-Out bug | Simon Peyton Jones | 2017-05-02 | 1 | -8/+31 |
* | Join-point refactoring | Simon Peyton Jones | 2017-05-02 | 4 | -469/+540 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -3/+3 |
* | Re-engineer caseRules to add tagToEnum/dataToTag | Simon Peyton Jones | 2017-04-28 | 1 | -54/+123 |
* | CSE: Fix cut and paste error | Ben Gamari | 2017-04-28 | 1 | -2/+2 |
* | Be a bit more eager to inline in a strict context | Simon Peyton Jones | 2017-04-28 | 2 | -6/+22 |
* | Cure exponential behaviour in the simplifier | Simon Peyton Jones | 2017-04-28 | 2 | -58/+152 |
* | Fix another literal-string buglet | Simon Peyton Jones | 2017-04-12 | 1 | -6/+7 |
* | Kill off complications in CoreFVs | Simon Peyton Jones | 2017-04-12 | 1 | -139/+230 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-11 | 2 | -3/+3 |
* | Add a Note [Call Arity and Join Points] | Joachim Breitner | 2017-04-09 | 1 | -1/+23 |
* | Do Note [Improving seq] always | Simon Peyton Jones | 2017-04-07 | 1 | -57/+81 |
* | More changes to fix a space leak in the simplifier (#13426) | Reid Barton | 2017-04-06 | 1 | -13/+72 |
* | Replace Digraph's Node type synonym with a data type | Matthew Pickering | 2017-04-04 | 1 | -9/+12 |
* | Minor comment updates on CSE. | Edward Z. Yang | 2017-04-02 | 1 | -3/+13 |
* | Remove Core Lint pass on occurrence analysis output (#13220) | Reid Barton | 2017-03-31 | 1 | -1/+0 |
* | Fix space leaks in simplifier (#13426) | Reid Barton | 2017-03-31 | 1 | -1/+4 |
* | Refactor simplExpr (Type ty) | Simon Peyton Jones | 2017-03-31 | 1 | -16/+38 |
* | Print module when dumping rules | Matthew Pickering | 2017-03-29 | 1 | -3/+10 |
* | Zap Call Arity info in the simplifier | Joachim Breitner | 2017-03-28 | 1 | -1/+6 |
* | Spelling in comments only [ci skip] | Gabor Greif | 2017-03-28 | 1 | -1/+1 |
* | Remove utterly bogus code | Simon Peyton Jones | 2017-03-27 | 1 | -6/+1 |
* | Improve tracing in OccurAnal | Matthew Pickering | 2017-03-24 | 1 | -1/+1 |
* | Typos in comments (notes too) [ci skip] | Gabor Greif | 2017-03-24 | 2 | -7/+6 |
* | OccurAnal.hs: Add an assert for an invariant | Ömer Sinan Ağacan | 2017-03-19 | 1 | -1/+2 |
* | OccurAnal.hs: Fix "Adjusting for lambdas" note name | Ömer Sinan Ağacan | 2017-03-18 | 1 | -2/+2 |
* | No join-point from an INLINE function with wrong arity | Simon Peyton Jones | 2017-03-17 | 1 | -26/+4 |
* | Typos in manual and comments [ci skip] | Gabor Greif | 2017-03-17 | 1 | -1/+1 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 2 | -3/+2 |
* | Fix CaseIdentity optimisation AGAIN | Simon Peyton Jones | 2017-03-14 | 1 | -9/+9 |
* | Typos in manual and comments | Gabor Greif | 2017-03-14 | 1 | -1/+1 |
* | Fix #13382: Put join ceiling underneath lambdas | Luke Maurer | 2017-03-13 | 1 | -1/+2 |
* | Remove `runs` function which already exists in base | Ömer Sinan Ağacan | 2017-03-12 | 1 | -2/+1 |
* | Comments only [ci skip] | Gabor Greif | 2017-03-09 | 1 | -2/+2 |
* | Typos in changelog and comments | Gabor Greif | 2017-03-07 | 1 | -1/+1 |
* | Typos in comments and manual | Gabor Greif | 2017-03-06 | 2 | -2/+2 |
* | Make FloatOut/SetLevels idemoptent on bottoming functions | Simon Peyton Jones | 2017-03-06 | 1 | -61/+105 |
* | Tiny refactor | Simon Peyton Jones | 2017-03-06 | 1 | -2/+3 |