summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Add diagnostic codessheaf2022-09-131-8/+4
* Refactored Simplify passDominik Peteler2022-07-221-526/+8
* Factor fields of `CoreDoSimplify` into separate data typeJohn Ericson2022-07-051-7/+15
* Remove `CoreOccurAnal` constructor of the `CoreToDo` typeDominik Peteler2022-06-291-2/+0
* Flags to disable local let-floating; -flocal-float-out, -flocal-float-out-top...Vanessa McHale2022-06-221-0/+46
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-071-0/+22
* Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too...wip/dflags-core-opt-easierJohn Ericson2022-05-311-4/+10
* Add late cost centre supportAndreas Klebinger2022-02-101-0/+2
* Make RULE matching insensitive to eta-expansionSimon Peyton Jones2022-01-261-10/+13
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-15/+2
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-5/+5
* 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-17/+13
* Refactor LoggerSylvain Henry2021-02-131-22/+27
* Implement Unique supply with Addr# atomic primopSylvain Henry2021-01-051-1/+0
* Introduce -fprof-callers flagBen Gamari2020-11-211-0/+2
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-11/+18
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-1/+1
* Add comments about sm_dflags and simpleOptExprSylvain Henry2020-09-091-2/+11
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-091-5/+6
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+2
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+1
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-181-1/+1
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-1/+1
* Refactor PprDebug handlingSylvain Henry2020-05-011-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-9/+9
* GHC.Core.Opt renamingSylvain Henry2020-04-181-0/+828