summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/SimpleOpt.hs
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize bignum literalsSylvain Henry2021-09-111-27/+4
* Get the in-scope set right during RULE matchingSimon Peyton Jones2021-08-191-2/+3
* Remove eager forcing of RuleInfo in substRuleInfoMatthew Pickering2021-08-031-1/+1
* Extend the in-scope set to silence substExpr warningsSimon Peyton Jones2021-07-281-2/+12
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-271-2/+2
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-231-21/+17
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-7/+8
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-071-2/+2
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-281-3/+3
* 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
* Fix over-eager inlining in SimpleOptSimon Peyton Jones2021-02-141-3/+14
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-5/+5
* Bignum: match on small Integer/NaturalSylvain Henry2020-10-091-3/+14
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-2/+0
* Better eta-expansion (again) and don't specilise DFunsSimon Peyton Jones2020-09-221-301/+23
* Add comments about sm_dflags and simpleOptExprSylvain Henry2020-09-091-0/+8
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-091-15/+9
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-33/+52
* DynFlags: add OptCoercionOptsSylvain Henry2020-09-091-9/+14
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-281-1/+1
* Use ShortByteString for FastStringDaniel Gröber2020-07-221-1/+1
* Improve debug tracing for substitutionSimon Peyton Jones2020-07-011-10/+11
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-1/+1
* Fix a buglet in Simplify.simplCastSimon Peyton Jones2020-06-231-9/+15
* Update compilerSylvain Henry2020-06-171-3/+15
* Various performance improvementsKrzysztof Gogolewski2020-06-171-2/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-11/+25
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-2/+1
* Do not float join points in exprIsConApp_maybeSimon Peyton Jones2020-05-291-0/+27
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-1/+1
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-151-2/+2
* Flatten nested casts in the simple optimizerAlexis King2020-05-031-4/+7
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* Mark DataCon wrappers CONLIKEAlexis King2020-04-221-1/+60
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* GHC.Core.Opt renamingSylvain Henry2020-04-181-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-11/+11
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-4/+4
* Modules: Core (#13009)Sylvain Henry2020-03-161-6/+6
* Modules: Core (#13009)Sylvain Henry2020-02-261-0/+1475