summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Scrub some partiality in `GHC.Cmm.Info.Build`: `doSRTs` takes a `[(CAFSet, Cm...M Farkas-Dyck2022-12-204-9/+23
* compiler: make .wasm the default executable extension on wasm32Cheng Shao2022-12-172-4/+5
* compiler: add optional tail-call support in wasm NCGCheng Shao2022-12-167-32/+87
* compiler: change fallback function signature to Cmm function signature in was...Cheng Shao2022-12-161-2/+4
* compiler: add missing export list of GHC.CmmToAsm.Wasm.FromCmmCheng Shao2022-12-161-63/+7
* compiler: remove obsolete commented code in wasm NCGCheng Shao2022-12-161-1/+0
* compiler: Use release store in eager blackholingBen Gamari2022-12-161-2/+2
* ghc: Fix data race in dump file handlingBen Gamari2022-12-161-12/+21
* checkValidInst: Don't expand synonyms when splitting sigma typesRyan Scott2022-12-151-2/+29
* Fix bogus test in LintSimon Peyton Jones2022-12-154-79/+55
* compiler: Ensure that MutVar operations have necessary barriersBen Gamari2022-12-151-4/+5
* Package Imports: Get candidate packages also from re-exported modulesMatthew Pickering2022-12-152-3/+15
* codeGen: Introduce ThreadSanitizer instrumentationBen Gamari2022-12-157-2/+302
* cmm/Parser: Atomic load syntaxBen Gamari2022-12-151-3/+23
* cmm/Parser: Add syntax for ordered loads and storesBen Gamari2022-12-153-6/+55
* cmm/Parser: Reduce some repetitionBen Gamari2022-12-151-29/+20
* Codegen/x86: Eliminate barrier for relaxed accessesBen Gamari2022-12-151-7/+12
* llvm: Respect memory specified orderingsBen Gamari2022-12-151-7/+15
* cmm: Introduce MemoryOrderingsBen Gamari2022-12-158-24/+36
* cmm: Introduce blockConcatBen Gamari2022-12-152-1/+4
* JS: fix object file name comparison (#22578)Sylvain Henry2022-12-131-1/+8
* EPA: When splitting out header comments, keep ones for first declAlan Zimmerman2022-12-131-3/+23
* Fix loop in the interface representation of some `Unfolding` fieldsGergő Érdi2022-12-1314-101/+224
* Respect -XStrict in the pattern-match checker (#21761)Sebastian Graf2022-12-131-2/+31
* hlint: Removed redundant UnboxedSums pragmasMatthew Pickering2022-12-093-3/+0
* driver: Set correct UnitId when rehydrating modulesMatthew Pickering2022-12-091-2/+3
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-083-18/+19
* Do not strictify a DFun's parameter dictionaries (#22549)Sebastian Graf2022-12-082-38/+66
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-081-4/+17
* Add initial support for LoongArch Architecture.lrzlin2022-12-0811-1/+100
* Fix mk_mod_usage_info if the interface file is not already loadedMatthew Pickering2022-12-083-32/+34
* backpack: Be more careful when adding together ImportAvailsMatthew Pickering2022-12-082-11/+22
* Add version of `reachableGraph` that avoids loop for cyclic inputsGergő Érdi2022-12-081-26/+77
* Remove copy-pasted definitions of `graphFromEdgedVertices*`Gergő Érdi2022-12-081-2/+2
* Push DynFlags out of Linker.MacOSmrkun2022-12-066-6/+38
* Push DynFlags out of runInjectRPathsmrkun2022-12-063-9/+13
* Push DynFlags out of askOtoolmrkun2022-12-063-8/+6
* Push DynFlags out of runInstallNameToolmrkun2022-12-063-7/+7
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-057-50/+55
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-035-52/+94
* addHsOuterFamEqnTyVarBinds: use FreshNamesOnly for explicit bindersVladislav Zavialov2022-12-031-1/+1
* Refactor: FreshOrReuse instead of addTyClTyVarBindsVladislav Zavialov2022-12-031-65/+77
* Fix linearity checking in LintKrzysztof Gogolewski2022-12-021-15/+22
* Add special case for :Main module in `GHC.IfaceToCore.mk_top_id`Matthew Pickering2022-12-023-1/+25
* ApplicativeDo: Set pattern location before running exhaustiveness checkerMatthew Pickering2022-12-021-1/+2
* Refactor TyCon to have a top-level productSimon Peyton Jones2022-12-029-513/+463
* Add a missing varToCoreExpr in etaBodyForJoinPointSimon Peyton Jones2022-12-012-34/+59
* FastString: SAT bucket_matchdoyougnu2022-12-011-9/+8
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-301-0/+3
* DmdAnal: Reflect the `seq` of strict fields of a DataCon worker (#22475)Sebastian Graf2022-11-306-33/+97