| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmGen: Adapt to allow LLVM 15wip/bump-llvm | Ben Gamari | 2022-12-21 | 5 | -10/+5 |
* | Fix an assertion check in addToEqualCtList | Simon Peyton Jones | 2022-12-21 | 4 | -9/+42 |
* | Fix shadowing lacuna in OccurAnal | Simon Peyton Jones | 2022-12-21 | 5 | -23/+129 |
* | rts: explicitly store return value of ccall checkClosure to prevent type erro... | Ying-Ruei Liang (TheKK) | 2022-12-21 | 1 | -1/+2 |
* | Abstract over the right free vars | Simon Peyton Jones | 2022-12-21 | 5 | -53/+142 |
* | Fix tests | Bodigrim | 2022-12-21 | 1 | -1/+1 |
* | Update submodule transformers to 0.6.0.4 | Bodigrim | 2022-12-21 | 1 | -0/+0 |
* | Update submodule haskeline to HEAD (to allow transformers-0.6) | Bodigrim | 2022-12-21 | 1 | -0/+0 |
* | Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrian | Bodigrim | 2022-12-21 | 4 | -4/+4 |
* | Make GHC.Driver.Main.hscTcRnLookupRdrName to return NonEmpty | Bodigrim | 2022-12-20 | 4 | -28/+27 |
* | GHCi.UI: avoid head and tail in parseCallEscape and around | Bodigrim | 2022-12-20 | 1 | -16/+18 |
* | GHCi.UI: fix various usages of head and tail | Bodigrim | 2022-12-20 | 1 | -28/+25 |
* | configure: Use AS_HELP_STRING instead of AC_HELP_STRING | Ben Gamari | 2022-12-20 | 1 | -1/+1 |
* | configure: Drop uses of AC_PROG_CC_C99 | Ben Gamari | 2022-12-20 | 3 | -48/+0 |
* | packaging: Fix upload_ghc_libs.py script | Matthew Pickering | 2022-12-20 | 1 | -3/+8 |
* | Scrub some partiality in `GHC.Cmm.Info.Build`: `doSRTs` takes a `[(CAFSet, Cm... | M Farkas-Dyck | 2022-12-20 | 4 | -9/+23 |
* | testsuite: Mark T16392 as fragile on windowswip/fragile-test | Matthew Pickering | 2022-12-20 | 1 | -1/+3 |
* | rts/libdw: Silence uninitialized usage warnings | Ben Gamari | 2022-12-18 | 1 | -3/+3 |
* | rts: Drop racy assertion | Ben Gamari | 2022-12-18 | 1 | -0/+3 |
* | Correct `exitWith` Haddocks | amesgen | 2022-12-18 | 1 | -7/+5 |
* | ci: support hello.wasm in ci.sh cross testing logic | Cheng Shao | 2022-12-17 | 1 | -0/+4 |
* | compiler: make .wasm the default executable extension on wasm32 | Cheng Shao | 2022-12-17 | 2 | -4/+5 |
* | base: add missing autoconf checks for waitpid/umask | Cheng Shao | 2022-12-17 | 2 | -0/+12 |
* | compiler: add optional tail-call support in wasm NCG | Cheng Shao | 2022-12-16 | 7 | -32/+87 |
* | compiler: change fallback function signature to Cmm function signature in was... | Cheng Shao | 2022-12-16 | 1 | -2/+4 |
* | compiler: add missing export list of GHC.CmmToAsm.Wasm.FromCmm | Cheng Shao | 2022-12-16 | 1 | -63/+7 |
* | compiler: remove obsolete commented code in wasm NCG | Cheng Shao | 2022-12-16 | 1 | -1/+0 |
* | testsuite: Mark T9405 as fragile instead of broken on Windows | Cheng Shao | 2022-12-16 | 1 | -1/+1 |
* | Accept allocations increase on Windows | Bodigrim | 2022-12-16 | 0 | -0/+0 |
* | Bump submodule directory to 1.3.8.0 and hpc to HEAD | Bodigrim | 2022-12-16 | 2 | -0/+0 |
* | rts: Note race with wakeBlockingQueue | Ben Gamari | 2022-12-16 | 1 | -1/+2 |
* | rts: Ensure that all accesses to pending_sync are atomic | Ben Gamari | 2022-12-16 | 1 | -2/+2 |
* | rts: Statically allocate capabilities | Ben Gamari | 2022-12-16 | 3 | -19/+19 |
* | rts: Use ordered accesses instead of explicit barriers | Ben Gamari | 2022-12-16 | 2 | -8/+6 |
* | rts: Fix ordering of makeStableName | Ben Gamari | 2022-12-16 | 1 | -5/+3 |
* | compiler: Use release store in eager blackholing | Ben Gamari | 2022-12-16 | 1 | -2/+2 |
* | rts: Style fix | Ben Gamari | 2022-12-16 | 1 | -6/+3 |
* | PrimOps: Fix benign MutVar race | Ben Gamari | 2022-12-16 | 1 | -2/+2 |
* | rts: Encapsulate sched_state | Ben Gamari | 2022-12-16 | 10 | -42/+53 |
* | rts: Encapsulate access to capabilities array | Ben Gamari | 2022-12-16 | 23 | -148/+156 |
* | rts: Encapsulate recent_activity access | Ben Gamari | 2022-12-16 | 5 | -25/+45 |
* | rts/Timer: Always use atomic operations | Ben Gamari | 2022-12-16 | 3 | -17/+41 |
* | rts: Always use atomics for context_switch and interrupt | Ben Gamari | 2022-12-16 | 4 | -12/+17 |
* | ghc: Fix data race in dump file handling | Ben Gamari | 2022-12-16 | 1 | -12/+21 |
* | rts: Introduce getNumCapabilities | Ben Gamari | 2022-12-16 | 32 | -122/+130 |
* | Improve heap memory barrier Note | Ben Gamari | 2022-12-16 | 5 | -105/+193 |
* | rts/stm: Fix memory ordering in readTVarIO# | Ben Gamari | 2022-12-16 | 1 | -2/+1 |
* | rts: Use fences instead of explicit barriers | Ben Gamari | 2022-12-16 | 5 | -31/+44 |
* | Introduce SET_INFO_RELEASE for Cmm | Ben Gamari | 2022-12-16 | 3 | -4/+3 |
* | eventlog: Silence spurious data race | Ben Gamari | 2022-12-16 | 1 | -1/+3 |