summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Tidy.hs
Commit message (Expand)AuthorAgeFilesLines
* Tidy implicit bindsMatthew Pickering2022-10-111-8/+7
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-281-7/+5
* Fix typosEric Lindblad2022-09-141-1/+1
* Fix a nasty loop in TidySimon Peyton Jones2022-08-271-53/+81
* Fix arityType: -fpedantic-bottoms, join points, etcwip/T21694aSimon Peyton Jones2022-08-251-8/+8
* Fix #22048 where we failed to drop rules for -fomit-interface-pragmas.Andreas Klebinger2022-08-191-1/+2
* Force unfoldings when they are cleaned-up in Tidy and CorePrepMatthew Pickering2022-08-191-2/+4
* Note [Trimming auto-rules]: State that this improves compiler perf.Andreas Klebinger2022-08-101-0/+7
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-061-2/+2
* findExternalRules: Don't needlessly traverse the list of rules.Andreas Klebinger2022-08-041-4/+3
* Force name selectors to ensure no reference to Ids enter the NameCacheMatthew Pickering2022-08-041-2/+2
* Regression test for #21848Simon Peyton Jones2022-07-261-1/+1
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-271-1/+1
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-8/+13
* Do arity trimming at bindings, rather than in exprAritySimon Peyton Jones2022-05-301-17/+125
* exprIsDeadEnd: Use isDeadEndAppSig to check if a function appliction is botto...Andreas Klebinger2022-05-011-2/+2
* Modularize Tidy (#17957)Sylvain Henry2022-03-251-184/+151
* Ticky profiling improvements.Matthew Pickering2022-03-021-1/+1
* Tag inference work.Andreas Klebinger2022-02-121-12/+19
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-4/+4
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-111-2/+2
* Change isUnliftedTyCon to marshalablePrimTyCon (#20401)Krzysztof Gogolewski2021-12-171-103/+0
* Use Ways API instead of Set specific functionsFendor2021-07-211-1/+1
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-271-3/+3
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+1
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-161-0/+59
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-10/+7
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-051-4/+14
* Tidy: Ignore rules (more) when -fomit-interface-pragmas is onMatthew Pickering2021-05-191-1/+8
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-4/+2
* Worker/wrapper: Consistent namesSebastian Graf2021-04-201-1/+1
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-281-7/+7
* Remove UniqSupply from NameCacheSylvain Henry2021-03-261-16/+11
* Refactor NameCacheSylvain Henry2021-03-261-12/+9
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* Refactor LoggerSylvain Henry2021-02-131-6/+9
* Make PatSyn immutableSimon Peyton Jones2021-01-291-17/+4
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-2/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-4/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-15/+29
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-4/+5
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-1/+1
* Introduce OutputablePSylvain Henry2020-09-171-1/+2
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-31/+31
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-17/+17
* Add HomeUnit typeSylvain Henry2020-08-131-1/+4