summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreTidy.hs
Commit message (Expand)AuthorAgeFilesLines
* Properly trim IdInfos of DFunIds and PatSyns in TidyPgmÖmer Sinan Ağacan2019-06-191-1/+1
* Coercion Quantificationningning2018-09-151-2/+2
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-6/+3
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Revert "CoreTidy: Don't seq unfoldings"Ben Gamari2017-05-091-11/+7
* CoreTidy: Don't seq unfoldingsBen Gamari2017-05-041-7/+11
* Avoid excessive space usage from unfoldings in CoreTidyReid Barton2017-05-011-1/+7
* Propagate evaluated-ness a bit more faithfullySimon Peyton Jones2016-12-231-0/+2
* Tiny refactor in CoreTidySimon Peyton Jones2016-12-231-10/+10
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-141-1/+4
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-5/+6
* Tidy up and improve comments about one-shot infoSimon Peyton Jones2015-03-041-2/+1
* fix typos in coreSynJavran Cheng2015-03-021-1/+1
* compiler: de-lhs coreSyn/Austin Seipp2014-12-031-0/+272