summaryrefslogtreecommitdiff
path: root/compiler/simplCore/FloatIn.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-772/+0
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-5/+5
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-6/+6
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-191-1/+1
* Careful tweaking to exprOkForSpeculationSimon Peyton Jones2018-12-071-2/+11
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-2/+2
* Comments only: Trac #14511Simon Peyton Jones2017-11-291-0/+10
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+1
* Handle type-lets betterSimon Peyton Jones2017-05-171-2/+2
* Typos in comments [ci skip]Gabor Greif2017-05-051-1/+1
* Kill off complications in CoreFVsSimon Peyton Jones2017-04-121-139/+230
* Move isJoinId, isJoinId_maybe to IdSimon Peyton Jones2017-02-281-1/+1
* Refactor floating of bindings (fiBind)Simon Peyton Jones2017-02-261-77/+96
* Join pointsLuke Maurer2017-02-011-15/+64
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-3/+3
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-70/+99
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-16/+17
* Replace freeVarsOf scrut with scrut_fvs to avoid repetitionBartosz Nitka2015-11-081-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+2
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Source notes (Core support)Peter Wortmann2014-12-161-8/+9
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+560