Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement "An API for deciding whether plugins should cause recompilation" | Matthew Pickering | 2018-05-30 | 2 | -5/+6 |
* | Define MCoercion type | ningning | 2018-05-30 | 1 | -4/+4 |
* | Minor refactoring | Gabor Greif | 2018-05-29 | 1 | -1/+1 |
* | Don't expose strictness when sm_inline is False | Simon Peyton Jones | 2018-05-23 | 2 | -28/+55 |
* | Improve performance of CallArity | Joachim Breitner | 2018-05-22 | 1 | -1/+1 |
* | Less Tc inside simplCore (Phase 1 for #14391) | Artem Pelenitsyn | 2018-05-15 | 1 | -6/+18 |
* | Fix performance regressions from #14737 | Tobias Dammers | 2018-05-14 | 1 | -21/+49 |
* | Small refactoring in Exitify | Simon Peyton Jones | 2018-05-08 | 1 | -60/+73 |
* | Split TrieMap into a general (TrieMap) and core specific (CoreTrieMap) module. | klebinger.andreas@gmx.at | 2018-05-05 | 1 | -1/+1 |
* | Exitify: Do not trip over shadowing (fixes #15110) | Joachim Breitner | 2018-05-01 | 1 | -4/+19 |
* | Minor refactoring in Exitify | Simon Peyton Jones | 2018-04-27 | 1 | -32/+39 |
* | Rename a local variable | Simon Peyton Jones | 2018-04-27 | 1 | -2/+2 |
* | Refactor in OccurAnal | Simon Peyton Jones | 2018-04-27 | 1 | -28/+29 |
* | Comments only | Simon Peyton Jones | 2018-04-27 | 2 | -2/+3 |
* | Caching coercion roles in NthCo and coercionKindsRole refactoring | Tobias Dammers | 2018-04-20 | 1 | -30/+44 |
* | Minor comments in CSE | Simon Peyton Jones | 2018-04-17 | 1 | -8/+8 |
* | No need for sortQuantVars in Exitify after all | Joachim Breitner | 2018-04-11 | 1 | -6/+3 |
* | In Exitify, zap idInfo of abstracted variables (fixes #15005) | Joachim Breitner | 2018-04-10 | 1 | -1/+8 |
* | Discard reflexive casts during Simplify | Richard Eisenberg | 2018-04-10 | 1 | -41/+48 |
* | CSE: Walk past join point lambdas (#15002) | Joachim Breitner | 2018-04-09 | 1 | -2/+32 |
* | Some cleanup of the Exitification code | Joachim Breitner | 2018-04-09 | 2 | -21/+36 |
* | Comments only, about exitifcation | Simon Peyton Jones | 2018-04-06 | 3 | -15/+28 |
* | Deal with join points with RULES | Simon Peyton Jones | 2018-03-27 | 2 | -36/+86 |
* | White space only | Simon Peyton Jones | 2018-03-27 | 1 | -0/+4 |
* | Improve shortOutIndirections slightly | Simon Peyton Jones | 2018-03-22 | 1 | -25/+36 |
* | Add -flate-specialise which runs a later specialisation pass | Matthew Pickering | 2018-03-19 | 1 | -0/+5 |
* | Also check local rules with -frules-check | Matthew Pickering | 2018-03-19 | 1 | -2/+5 |
* | Allow top level ticked string literals | Bartosz Nitka | 2018-03-06 | 4 | -31/+17 |
* | doCorePass: Expand catch-all | Simon Jakobi | 2018-03-02 | 1 | -1/+7 |
* | Only load plugins once | Matthew Pickering | 2018-03-02 | 1 | -27/+7 |
* | Fix utterly bogus TagToEnum rule in caseRules | Simon Peyton Jones | 2018-02-07 | 1 | -3/+25 |
* | Typos in comments | Gabor Greif | 2018-01-17 | 2 | -2/+2 |
* | preInlineUnconditionally is ok for INLINEABLE | Simon Peyton Jones | 2018-01-09 | 2 | -28/+43 |
* | Fix join-point decision | Simon Peyton Jones | 2018-01-09 | 1 | -11/+57 |
* | Remove a bogus warning | Simon Peyton Jones | 2018-01-09 | 1 | -1/+6 |
* | Comments about join point types | Simon Peyton Jones | 2018-01-03 | 1 | -37/+4 |
* | Typos in comments | Gabor Greif | 2017-12-21 | 2 | -3/+3 |
* | Get rid of some stuttering in comments and docs | Gabor Greif | 2017-12-19 | 2 | -2/+2 |
* | Typos in comments | Gabor Greif | 2017-12-18 | 1 | -1/+1 |
* | Occurrrence analysis improvements for NOINLINE functions | Simon Peyton Jones | 2017-12-08 | 4 | -34/+43 |
* | Improve LiberateCase | Simon Peyton Jones | 2017-12-08 | 1 | -36/+54 |
* | Comments only: Trac #14511 | Simon Peyton Jones | 2017-11-29 | 1 | -0/+10 |
* | Fix in-scope set in simplifier | Simon Peyton Jones | 2017-11-08 | 3 | -25/+56 |
* | Add Note [Setting the right in-scope set] | Simon Peyton Jones | 2017-10-30 | 1 | -1/+26 |
* | Implement a dedicated exitfication pass #14152 | Joachim Breitner | 2017-10-29 | 5 | -0/+456 |
* | simplNonRecJoinPoint: Handle Shadowing correctly | Joachim Breitner | 2017-10-29 | 1 | -5/+6 |
* | Fix grammaros in comments | Gabor Greif | 2017-10-17 | 1 | -1/+1 |
* | Avoid creating dependent types in FloatOut | Simon Peyton Jones | 2017-10-11 | 1 | -20/+61 |
* | Fix nasty bug in w/w for absence analysis | Simon Peyton Jones | 2017-10-03 | 1 | -54/+44 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 2 | -4/+4 |