summaryrefslogtreecommitdiff
path: root/compiler/simplStg/StgStats.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement late lambda liftSebastian Graf2018-11-231-2/+2
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-6/+2
* Remove StgBinderInfo and related computation in CoreToStgÖmer Sinan Ağacan2018-11-121-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-5/+7
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-1/+1
* Remove "use mask" from StgAlt syntaxÖmer Sinan Ağacan2016-02-241-1/+1
* Remove unused LiveVars and SRT fields of StgCaseÖmer Sinan Ağacan2016-02-081-3/+3
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-061-3/+3
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-041-3/+3
* Source notes (CorePrep and Stg support)Peter Wortmann2014-12-161-2/+1
* compiler: de-lhs simplStg/Austin Seipp2014-12-031-0/+174