summaryrefslogtreecommitdiff
path: root/compiler/GHC/CoreToStg/Prep.hs
Commit message (Expand)AuthorAgeFilesLines
* Improve exprOkForSpeculation for classopsSimon Peyton Jones2023-01-311-3/+7
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-221-2/+1
* Do not strictify a DFun's parameter dictionaries (#22549)Sebastian Graf2022-12-081-0/+4
* Expand on the need to clone local binders.Andreas Klebinger2022-11-141-0/+11
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-2/+3
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+0
* Scrub various partiality involving empty lists.M Farkas-Dyck2022-09-301-4/+1
* typosEric Lindblad2022-09-071-3/+3
* Force unfoldings when they are cleaned-up in Tidy and CorePrepMatthew Pickering2022-08-191-1/+3
* Refactored Simplify passDominik Peteler2022-07-221-3/+2
* Make withDict opaque to the specialisersheaf2022-07-211-9/+9
* Make keepAlive# out-of-lineBen Gamari2022-07-161-33/+0
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-271-8/+22
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-06-201-11/+82
* CoreToStg.Prep: Get rid of `DynFlags` and `HscEnv`wip/no-dyn-flags-core-cmmJohn Ericson2022-06-151-51/+60
* 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