summaryrefslogtreecommitdiff
path: root/compiler/simplStg/UnariseStg.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-769/+0
* Use "OrCoVar" functions lessKrzysztof Gogolewski2019-12-161-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Some more documentation for typePrimRep1 stuffÖmer Sinan Ağacan2019-08-271-0/+2
* Implement late lambda liftSebastian Graf2018-11-231-4/+4
* Rename literal constructorsSylvain Henry2018-11-221-2/+2
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-21/+2
* Remove StgBinderInfo and related computation in CoreToStgÖmer Sinan Ağacan2018-11-121-2/+2
* Built-in Natural literals in CoreSylvain Henry2018-06-151-6/+6
* Fix #15038Ömer Sinan Ağacan2018-05-101-2/+3
* StgLint overhaulÖmer Sinan Ağacan2018-02-181-19/+41
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+1
* 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