summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/Specialise.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-4/+2
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2021-05-111-0/+34
* Improvements in SpecConstrwip/T19672Simon Peyton Jones2021-04-171-1/+1
* Make the specialiser handle polymorphic specialisationSimon Peyton Jones2021-04-131-50/+172
* Make specialisation a bit more aggressiveSimon Peyton Jones2021-04-071-17/+39
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+2
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-3/+4
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* rename Tickish to CoreTickishLuite Stegeman2021-03-201-1/+1
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-1/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-2/+2
* Fix typosBrian Wignall2021-02-061-1/+1
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-5/+5
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-5/+3
* Split GHC.Driver.TypesSylvain Henry2020-10-291-16/+25
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-1/+1
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-6/+4
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Better eta-expansion (again) and don't specilise DFunsSimon Peyton Jones2020-09-221-138/+141
* Care with implicit-parameter superclassesSimon Peyton Jones2020-09-151-31/+11
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-091-1/+1
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-1/+5
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-2/+2
* DynFlags: avoid the use of sdocWithDynFlags in GHC.Core.Rules (#17957)Sylvain Henry2020-07-031-4/+5
* Improve debug tracing for substitutionSimon Peyton Jones2020-07-011-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-5/+8
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-1/+1
* Use Data.IntMap.disjointSimon Jakobi2020-05-141-3/+3
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-2/+2
* Fix specialisation for DFunsSimon Peyton Jones2020-05-081-23/+47
* 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-1/+1
* GHC.Core.Opt renamingSylvain Henry2020-04-181-0/+2949