summaryrefslogtreecommitdiff
path: root/compiler/simplStg/UnariseStg.hs
Commit message (Expand)AuthorAgeFilesLines
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-2/+7
* Update levity polymorphismRichard Eisenberg2017-01-191-27/+31
* Add a CSE pass to Stg (#9291)Joachim Breitner2017-01-051-5/+0
* Move InId/OutId to CoreSynSimon Peyton Jones2016-12-211-2/+0
* Codegen for case: Remove redundant void id checksÖmer Sinan Ağacan2016-09-201-0/+14
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-101-5/+10
* Fix the non-Linux buildErik de Castro Lopo2016-07-221-8/+8
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-188/+662
* Comments onlySimon Peyton Jones2016-06-101-0/+16
* Typos in commentsGabor Greif2016-05-271-3/+3
* More fixes for unboxed tuplesSimon Peyton Jones2016-05-271-16/+71
* Comments onlySimon Peyton Jones2016-05-241-1/+2
* Remove "use mask" from StgAlt syntaxÖmer Sinan Ağacan2016-02-241-17/+8
* Remove unused LiveVars and SRT fields of StgCaseÖmer Sinan Ağacan2016-02-081-20/+6
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-061-6/+20
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-041-20/+6
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* StgSyn: Remove unused SRT constructorÖmer Sinan Ağacan2015-12-021-1/+0
* Minor simplification in unariser pass:Ömer Sinan Ağacan2015-11-011-13/+11
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-5/+5
* Revert multiple commitsAustin Seipp2015-05-141-5/+5
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-5/+5
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Source notes (CorePrep and Stg support)Peter Wortmann2014-12-161-4/+2
* compiler: de-lhs simplStg/Austin Seipp2014-12-031-0/+222