summaryrefslogtreecommitdiff
path: root/compiler/GHC/CoreToStg
Commit message (Expand)AuthorAgeFilesLines
* 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
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* Update compilerSylvain Henry2020-06-171-139/+123
* Various performance improvementsKrzysztof Gogolewski2020-06-171-3/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-3/+4
* Enhance UnitId useSylvain Henry2020-06-131-5/+5
* Refactor homeUnitSylvain Henry2020-06-131-5/+5
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-9/+0
* Eta expand un-saturated primopsBen Gamari2020-05-291-8/+4
* Allow simplification through runRW#Ben Gamari2020-05-291-5/+83
* CoreToStg: Add Outputable ArgInfo instanceBen Gamari2020-05-291-1/+7
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-8/+8
* Modules (#13009)Sylvain Henry2020-04-181-4/+4
* GHC.Core.Opt renamingSylvain Henry2020-04-181-5/+5