summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreUnfold.hs
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesGabor Greif2017-07-201-1/+1
* Use lengthIs and friends in more placesRyan Scott2017-06-021-2/+2
* Comments onlySimon Peyton Jones2017-04-281-6/+6
* No join-point from an INLINE function with wrong aritySimon Peyton Jones2017-03-171-1/+1
* Join points can be levity-polymorphicSimon Peyton Jones2017-03-081-1/+1
* Typos in comments and manualGabor Greif2017-03-061-1/+1
* Small changes to expression sizing in CoreUnfoldSimon Peyton Jones2017-02-281-2/+10
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* More typos in comments [skip ci]Gabor Greif2017-02-081-4/+4
* Comments onlySimon Peyton Jones2017-02-071-3/+3
* Do not inline bottoming thingsSimon Peyton Jones2017-02-071-0/+5
* Do Worker/Wrapper for NOINLINE thingsEric Seidel2017-02-051-1/+4
* New internal dynamic flag: Very aggressive inliningJoachim Breitner2017-02-041-1/+8
* Join pointsLuke Maurer2017-02-011-9/+38
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Split mkInlineUnfolding into two functionsDavid Feuer2017-01-171-10/+25
* Ensure that even bottoming functions have an unfoldingSimon Peyton Jones2016-12-231-20/+26
* Fix 'SPECIALISE instance'Simon Peyton Jones2016-12-211-28/+35
* Never apply worker/wrapper to DFunsSimon Peyton Jones2016-12-211-31/+43
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-4/+4
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-0/+1
* Second attempt to fix sizeExprSimon Marlow2016-06-221-21/+45
* Typos in non-codeGabor Greif2016-03-301-1/+1
* Get the right in-scope set in specUnfoldingSimon Peyton Jones2016-02-261-0/+4
* Revert "sizeExpr: fix a bug in the size calculation"Simon Marlow2016-02-121-15/+3
* sizeExpr: fix a bug in the size calculationSimon Marlow2016-02-111-3/+15
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-13/+12
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+0
* A few typos in commentsGabor Greif2015-10-051-1/+1
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-32/+36
* Typos in comments [skip ci]Gabor Greif2015-08-031-2/+2
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-221-78/+10
* Typos in commentsGabor Greif2015-03-181-1/+1
* Source notes (Core support)Peter Wortmann2014-12-161-2/+7
* compiler: de-lhs coreSyn/Austin Seipp2014-12-031-0/+1432