summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-2418-426/+114
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-2412-50/+98
* llvmGen: Fix relaxed orderingBen Gamari2022-12-241-1/+1
* compiler: Ensure that GHC toolchain is first in search pathBen Gamari2022-12-241-5/+5
* add GHC.Utils.Binary.foldGet' and use for Ifacedoyougnu2022-12-232-2/+19
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2022-12-221-13/+15
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-228-91/+154
* JS: fix support for -outputdir (#22641)Sylvain Henry2022-12-224-62/+56
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-224-47/+38
* Fix an assertion check in addToEqualCtListSimon Peyton Jones2022-12-211-9/+17
* Fix shadowing lacuna in OccurAnalSimon Peyton Jones2022-12-212-23/+34
* Abstract over the right free varsSimon Peyton Jones2022-12-213-53/+118
* Make GHC.Driver.Main.hscTcRnLookupRdrName to return NonEmptyBodigrim2022-12-203-4/+11
* 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-156-2/+301
* 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-089-0/+28
* 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-065-6/+36
* Push DynFlags out of runInjectRPathsmrkun2022-12-063-9/+13
* Push DynFlags out of askOtoolmrkun2022-12-063-8/+6