summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Untangled GHC.Types.Id.Make from the driverSylvain Henry2022-01-126-35/+43
* Abstract BangOptsSylvain Henry2022-01-124-45/+67
* RTTI: Substitute the [rk] skolems into kindsMatthew Pickering2022-01-111-5/+6
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-1130-50/+55
* TcPlugins: `newWanted` uses the provided `CtLoc`sheaf2022-01-112-10/+19
* Fix parsing & printing of unboxed sumssheaf2022-01-1110-46/+121
* Kind TyCons: require KindSignatures, not DataKindssheaf2022-01-113-26/+17
* Remove dangling references to Note [Type-checking overloaded labels]Joachim Breitner2022-01-071-6/+4
* Thoughtful forcing in CoreUnfoldingMatthew Pickering2022-01-071-5/+60
* Use primOpIds cache more often (#20857)Sylvain Henry2022-01-0610-89/+119
* Perf: use SmallArray for primops' Ids cache (#20857)Sylvain Henry2022-01-062-9/+109
* Check quoted TH names are in the correct namespacesheaf2022-01-046-14/+82
* Skip computing superclass origins for equalitiesRichard Eisenberg2021-12-281-4/+13
* Multiple Home UnitsMatthew Pickering2021-12-2852-1085/+2110
* Fix typosKrzysztof Gogolewski2021-12-2531-55/+55
* Properly filter for module visibility in resolvePackageImportMatthew Pickering2021-12-231-1/+1
* Make callerCC profiling mode represent entry counter flag.Andreas Klebinger2021-12-231-2/+3
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-221-7/+15
* Cmm: DynFlags to CmmConfig refactordoyougnu2021-12-228-110/+171
* Give plugins a better interface (#17957)Sylvain Henry2021-12-2113-74/+88
* Introduce -dlint flagBen Gamari2021-12-211-0/+18
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-213-4/+4
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-214-1/+123
* Perf: avoid using (replicateM . length) when possibleSylvain Henry2021-12-174-8/+4
* Demand: `Eq DmdType` modulo `defaultFvDmd` (#20827)Sebastian Graf2021-12-171-5/+35
* Binary: make withBinBuffer safeCheng Shao2021-12-171-5/+1
* Perf: inline exprIsCheapXSylvain Henry2021-12-171-2/+5
* Change isUnliftedTyCon to marshalablePrimTyCon (#20401)Krzysztof Gogolewski2021-12-178-203/+42
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-152-2/+4
* CmmToLlvm: rename LCGConfig -> LlvmCgConfigdoyougnu2021-12-149-107/+107
* CmmToLlvm.Config: strictify LlvmConfig fielddoyougnu2021-12-141-2/+3
* LLVM.CodeGen: use fast-string literalsdoyougnu2021-12-141-34/+145
* SysTools.Tasks Llvm.Types: remove redundant importdoyougnu2021-12-142-3/+2
* CmmToLlvm: Remove DynFlags, add LlvmCgConfigdoyougnu2021-12-1412-226/+249
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-144-27/+38
* compiler: Use withFile instead of bracketBen Gamari2021-12-141-2/+1
* compiler: Drop `Maybe ModLocation` from T_MergeForeignBen Gamari2021-12-143-8/+8
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-142-43/+25
* GHC.Utils.Misc.only: Add doc string.Andreas Klebinger2021-12-141-0/+4
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-112-40/+65
* Use file hash cache when hashing object file dependenciesMatthew Pickering2021-12-091-1/+2
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-091-17/+28
* Add `Opt_CoreConstantFolding` to turn on constant folding (#20500)Gergo ERDI2021-12-094-3/+8
* Use same optimization pipeline regardless of `optLevel` (#20500)Gergo ERDI2021-12-091-13/+9
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-096-13/+30
* Perf: remove an indirection when fetching the unique maskSylvain Henry2021-12-071-1/+1
* generalize GHC.Cmm.Dataflow to work over any node typeNorman Ramsey2021-12-071-31/+46
* More permissive parsing of higher-rank type IPssheaf2021-12-071-1/+1
* compiler: Eliminate accidental loop in GHC.SysTools.BaseDirBen Gamari2021-12-071-2/+2
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-4/+1