summaryrefslogtreecommitdiff
path: root/compiler/stgSyn/StgSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Make it evident in types that StgLam can't have empty argsÖmer Sinan Ağacan2018-03-261-2/+4
* StgLint overhaulÖmer Sinan Ağacan2018-02-181-0/+1
* Introduce -dsuppress-stg-free-vars flagBen Gamari2017-11-021-3/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add debugPprTypeSimon Peyton Jones2017-08-311-6/+6
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-201-3/+3
* Typos in comments [ci skip]Gabor Greif2017-01-251-1/+1
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-20/+47
* Update levity polymorphismRichard Eisenberg2017-01-191-8/+10
* Add a CSE pass to Stg (#9291)Joachim Breitner2017-01-051-2/+22
* Packages: Kill unused UnitId argument to isDllNameBen Gamari2016-12-161-4/+2
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-101-7/+1
* StgSyn: Remove unused StgLiveVars typesÖmer Sinan Ağacan2016-08-031-17/+2
* Some typos in commentsGabor Greif2016-07-261-1/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-19/+26
* Use pprUFM in pprStgLVsBartosz Nitka2016-06-071-1/+2
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-061-1/+1
* Remove "use mask" from StgAlt syntaxÖmer Sinan Ağacan2016-02-241-6/+2
* Remove unused LiveVars and SRT fields of StgCaseÖmer Sinan Ağacan2016-02-081-92/+78
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-061-49/+86
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-041-86/+49
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-28/+28
* StgSyn: Remove unused SRT constructorÖmer Sinan Ağacan2015-12-021-5/+0
* Insert an empty line between two STG definitions in dump output.Ömer Sinan Ağacan2015-10-301-1/+2
* Comment tweaks onlyReid Barton2015-07-251-2/+2
* Source notes (CorePrep and Stg support)Peter Wortmann2014-12-161-36/+24
* compiler: de-lhs stgSyn/Austin Seipp2014-12-031-0/+820