summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Add a CSE pass to Stg (#9291)wip/T9291Joachim Breitner2016-12-291-8/+0
* Move InId/OutId to CoreSynSimon Peyton Jones2016-12-211-2/+47
* Fix an asymptotic bug in the occurrence analyserSimon Peyton Jones2016-12-051-13/+1
* Rename RuntimeRepPolymorphism to LevityPolymorphismSimon Peyton Jones2016-11-301-3/+18
* Comments only (related to #12789)Simon Peyton Jones2016-11-281-2/+2
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-1/+1
* When a value Id comes from hi-boot, insert noinline. Fixes #10083.Edward Z. Yang2016-08-211-0/+2
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-4/+18
* Remove Ord AltConBartosz Nitka2016-06-091-1/+1
* Localize orphan-related nondeterminismBartosz Nitka2016-06-021-4/+7
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-5/+5
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-1/+1
* Revert accidental change to collectTyAndValBindersSimon Peyton Jones2016-03-311-17/+22
* Comments about ru_autoSimon Peyton Jones2016-02-111-6/+7
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-2/+1
* Comments onlySimon Peyton Jones2015-12-311-30/+39
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-25/+51
* Fix treatment of -0.0Ben Gamari2015-10-021-0/+7
* Slight refactoring to the fix for #4012Simon Peyton Jones2015-07-231-1/+16
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-5/+111
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-011-72/+1
* More comments (related to Trac #10180)Simon Peyton Jones2015-03-241-18/+13
* Typos in commentsGabor Greif2015-03-181-1/+1
* Move declaration of Rulebase from Rules to CoreSynSimon Peyton Jones2015-03-171-1/+7
* fix typos in coreSynJavran Cheng2015-03-021-1/+1
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-10/+10
* Source notes (Cmm support)Peter Wortmann2014-12-161-1/+0
* Annotation lintingPeter Wortmann2014-12-161-0/+1
* Source notes (Core support)Peter Wortmann2014-12-161-30/+239
* compiler: de-lhs coreSyn/Austin Seipp2014-12-031-0/+1502