summaryrefslogtreecommitdiff
path: root/compiler/GHC/CoreToStg/Prep.hs
Commit message (Expand)AuthorAgeFilesLines
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-071-2/+2
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-60/+22
* Misc cleanupKrzysztof Gogolewski2022-05-161-3/+1
* CoreLint - When checking for levity polymorphism look through more ticks.Andreas Klebinger2022-05-041-10/+7
* Assume at least one evaluation for nested SubDemands (#21081, #21133)wip/T21081Sebastian Graf2022-05-031-4/+6
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-1/+1
* Improve out-of-order inferred type variablessheaf2022-03-021-14/+6
* Core Lint: ensure primops can be eta-expandedsheaf2022-02-261-3/+3
* Introduce predicate for when to enable source notes (needSourceNotes)Matthew Pickering2022-02-231-1/+1
* Tag inference work.Andreas Klebinger2022-02-121-9/+31
* Fix a few Note inconsistenciesBen Gamari2022-02-011-4/+3
* CorePrep: Don't try to wrap partial applications of primops in profiling ticks.Andreas Klebinger2022-01-261-59/+167
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-111-1/+1
* Use primOpIds cache more often (#20857)Sylvain Henry2022-01-061-2/+3
* Fix typosKrzysztof Gogolewski2021-12-251-2/+2
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-211-1/+1
* Don't undersaturate join points through eta-reduction.Andreas Klebinger2021-11-071-1/+7
* Canonicalize bignum literalsSylvain Henry2021-09-111-31/+2
* Put tracing functions into their own moduleSylvain Henry2021-06-221-3/+3
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-161-47/+4
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-4/+3
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-05-191-0/+8
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-3/+1
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-7/+8
* Re-introduce Note [keepAlive# magic]Ben Gamari2021-05-061-0/+145
* Persist CorePrepProv into IfaceUnivCoProvSimon Peyton Jones2021-05-041-32/+39
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-04-261-157/+341
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-281-3/+3
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-1/+1
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* rename Tickish to CoreTickishLuite Stegeman2021-03-201-2/+2
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-2/+2
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-2/+2
* Disable bogus assertion (#19489)Sylvain Henry2021-03-171-2/+15
* Enhance pass result forcingSylvain Henry2021-03-171-2/+2
* Remove leftover trace messages from the keepAlive# work.Andreas Klebinger2021-02-181-4/+2
* Introduce keepAlive primopBen Gamari2021-02-141-1/+36
* Refactor LoggerSylvain Henry2021-02-131-3/+6
* Fix typosBrian Wignall2021-02-061-1/+1
* CoreToStg.Prep: Speculative evaluationSebastian Graf2021-01-231-7/+24
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-6/+6
* Make noinline more reliableSimon Peyton Jones2020-12-191-0/+3
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-2/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-21/+29
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-4/+5
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-1/+1
* Allow unsaturated runRW# applicationsBen Gamari2020-08-181-32/+92
* Add HomeUnit typeSylvain Henry2020-08-131-3/+4