summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERATED pragma, as it is not being usedwip/T18639-remove-generated-pragmaAlan Zimmerman2020-09-088-50/+1
* configure: Avoid hard-coded ld path on WindowsGHC GitLab CI2020-09-041-1/+1
* Introduce isBoxedTupleDataCon and use it to fix #18644Ryan Scott2020-09-0415-28/+32
* DynFlags: don't pass DynFlags to cmmImplementSwitchPlansSylvain Henry2020-09-042-6/+6
* DynFlags: use Platform in foldRegs*Sylvain Henry2020-09-049-152/+138
* Don't rely on CLabel's Outputable instance in CmmToCSylvain Henry2020-09-042-20/+21
* Remove outdated noteSylvain Henry2020-09-021-29/+0
* Turn on -XMonoLocalBinds by default (#18430)Sebastian Graf2020-09-027-11/+17
* Remove "Ord FastString" instanceSylvain Henry2020-09-0130-112/+236
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-011-1/+3
* Set the dynamic-system-linker flag to ManualMoritz Angermann2020-08-311-1/+1
* Don't store HomeUnit in UnitConfigSylvain Henry2020-08-311-17/+22
* Dominators.hs: Use unix line endingsAndreas Klebinger2020-08-311-563/+563
* Update dominator code with fixes from the dom-lt package.Andreas Klebinger2020-08-311-83/+49
* document how build system find toolchains on WindowsTamar Christina2020-08-281-12/+75
* Fix use distro toolchianTamar Christina2020-08-281-2/+3
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-285-37/+132
* Make {hsExpr,hsType,pat}NeedsParens aware of boxed 1-tuplesRyan Scott2020-08-273-1/+25
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-271-3/+22
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-263-183/+150
* PPC and X86: Portable printing of IEEE floatsPeter Trommler2020-08-264-43/+34
* Refactor UnitId pretty-printingSylvain Henry2020-08-2624-185/+202
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-2513-83/+71
* Use tcView, not coreView, in the pure unifier.Richard Eisenberg2020-08-252-3/+24
* SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'Ben Gamari2020-08-251-3/+18
* Avoid roundtrip through SDocSylvain Henry2020-08-241-3/+1
* Perf: make SDoc monad one-shot (#18202)Sylvain Henry2020-08-241-1/+13
* Fix types in silly shifts (#18589)Krzysztof Gogolewski2020-08-241-9/+13
* Move pprTyTcApp' inside pprTyTcAppKrzysztof Gogolewski2020-08-231-44/+39
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-234-4/+35
* Utils: clarify docs slightlyCraig Ferguson2020-08-221-1/+1
* mkUnique refactoring (#18362)Aditya Gupta2020-08-2236-171/+276
* Import qualified Prelude in Cmm/Parser.yVladislav Zavialov2020-08-212-1/+2
* Fix -ddump-stg flagSylvain Henry2020-08-213-6/+9
* NCG: Dwarf configurationSylvain Henry2020-08-2112-70/+118
* Don't use DynFlags in CmmToAsm.BlockLayout (#17957)Sylvain Henry2020-08-213-22/+28
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-219-176/+184
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-197-41/+115
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-194-46/+135
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-1831-502/+642
* Expose UnitInfoMap as it is part of the public APIFendor2020-08-181-0/+1
* Allow unsaturated runRW# applicationsBen Gamari2020-08-183-68/+110
* Make IOEnv monad one-shot (#18202)Sylvain Henry2020-08-131-1/+11
* Add HomeUnit typeSylvain Henry2020-08-1340-384/+666
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-1313-146/+185
* parser: Suggest ImportQualifiedPost in prepositive import warningBen Gamari2020-08-131-0/+1
* ApiAnnotations: Fix parser for new GHC 9.0 featuresAlan Zimmerman2020-08-121-4/+5
* Rewrite and move the monad-state hack noteSylvain Henry2020-08-124-75/+176
* DynFlags: disentangle OutputableSylvain Henry2020-08-12295-302/+687
* typecheck: Drop SPECIALISE pragmas when there is no unfoldingBen Gamari2020-08-111-3/+7