summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Get rid of varSetElemsWellScoped in abstractFloatsBartosz Nitka2016-04-221-4/+4
* Remove dead function SimplUtils.countValArgsSimon Peyton Jones2016-04-151-8/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-16/+15
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-2/+2
* Typos in docs and commentsGabor Greif2016-01-071-2/+2
* Improve SimplUtils.interestingArgSimon Peyton Jones2015-12-241-13/+16
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-9/+8
* Add a simplifier trace for eta-expansionSimon Peyton Jones2015-11-251-1/+4
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-121-9/+10
* Fix kind-var abstraction in SimplUtils.abstractFloatsSimon Peyton Jones2015-10-061-17/+30
* Typos in commentsJoachim Breitner2015-10-011-2/+2
* Coments onlySimon Peyton Jones2015-08-061-2/+6
* Do not inline or apply rules on LHS of rulesSimon Peyton Jones2015-07-271-2/+16
* Refactor filterAlts into two partsSimon Peyton Jones2015-06-181-94/+12
* Care with impossible-cons in combineIdenticalAltsSimon Peyton Jones2015-06-181-16/+43
* Use named fields in SimplCont.Select constructorSimon Peyton Jones2015-06-011-19/+22
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-221-70/+149
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-2/+2
* Split stripTicks into expression editing and tick collectionPeter Wortmann2015-01-191-2/+2
* Source notes (Core support)Peter Wortmann2014-12-161-18/+36
* Fix an obscure but terrible bug in the simplifier (Trac #9567)Simon Peyton Jones2014-12-111-134/+203
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+1779