summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix :i Constraint printing "type Constraint = Constraint"wip/constraint-printingKrzysztof Gogolewski2022-11-144-6/+14
* eventlog: Ensure that IPE output contains actual info table pointersBen Gamari2022-11-142-1/+5
* Fix a trivial typo in dataConNonlinearTypewip/T22416Simon Peyton Jones2022-11-126-8/+53
* Fix merge conflict in T18355.stderrKrzysztof Gogolewski2022-11-121-9/+1
* Indent closing "#-}" to silence HLintwip/T21623Simon Peyton Jones2022-11-111-5/+5
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-11265-6118/+7572
* Fix fragile RULE setup in GHC.FloatSimon Peyton Jones2022-11-111-2/+23
* Weaken wrinkle 1 of Note [Scrutinee Constant Folding]Matthew Craven2022-11-114-16/+184
* Use a more efficient printer for code generation (#21853)Krzysztof Gogolewski2022-11-1136-699/+1219
* Add a fast path for data constructor workersSimon Peyton Jones2022-11-113-18/+55
* driver: Fix -fdefer-diagnostics flagMatthew Pickering2022-11-119-7/+131
* rts: Check for program_invocation_short_name via autoconfBen Gamari2022-11-112-1/+6
* Clarify that LLVM upper bound is non-inclusive during configure (#22411)Zubin Duggal2022-11-111-3/+3
* CODEOWNERS: add wasm-specific maintainersCheng Shao2022-11-111-0/+3
* ci: add a stronger test for cross bindistsCheng Shao2022-11-112-3/+47
* ci: add wasm32-wasi release bindist jobCheng Shao2022-11-111-0/+60
* compiler: wasm32 NCGCheng Shao2022-11-117-0/+2722
* compiler: annotate CmmFileEmbed with blob lengthCheng Shao2022-11-116-12/+12
* compiler: enforce cmm switch planning for wasm32Cheng Shao2022-11-111-1/+2
* driver: pass -Wa,--no-type-check for wasm32 when runAsPhaseCheng Shao2022-11-111-0/+31
* compiler: allow big arith for wasm32Cheng Shao2022-11-111-1/+1
* driver: avoid -Wl,--no-as-needed for wasm32Cheng Shao2022-11-111-1/+1
* compiler: add util functions for UniqFM and UniqMapCheng Shao2022-11-112-1/+41
* autoconf: set CrossCompiling=YES in cross bindist configureCheng Shao2022-11-111-0/+8
* base: avoid using unsupported posix functionality on wasm32Cheng Shao2022-11-116-4/+104
* base: more autoconf checks for wasm32Cheng Shao2022-11-111-0/+9
* base: fall back to using monotonic clock to emulate cputime on wasm32Cheng Shao2022-11-114-0/+30
* rts: wasm32 specific logicCheng Shao2022-11-117-0/+214
* Add register mapping for wasm32Cheng Shao2022-11-117-1/+237
* rts: OSThreads.h: stub types for wasm32Cheng Shao2022-11-111-0/+16
* rts: RtsStartup: don't call resetTerminalSettings, freeThreadingResources on ...Cheng Shao2022-11-111-1/+3
* rts: make flushExec a no-op on wasm32Cheng Shao2022-11-111-0/+1
* rts: don't return memory to OS on wasm32Cheng Shao2022-11-112-0/+8
* rts: LibffiAdjustor: adapt to ffi_alloc_prep_closure interface for wasm32Cheng Shao2022-11-111-10/+24
* rts: Schedule: no FORKPROCESS_PRIMOP_SUPPORTED on wasm32Cheng Shao2022-11-111-1/+1
* rts: RtsSymbols: empty RTS_POSIX_ONLY_SYMBOLS for wasm32Cheng Shao2022-11-111-1/+5
* rts: no timer for wasm32Cheng Shao2022-11-112-0/+25
* rts: RtsStartup: chdir to PWD on wasm32Cheng Shao2022-11-111-0/+11
* rts: wasm32 placeholder linkerCheng Shao2022-11-113-0/+15
* rts: checkSuid: don't do it when not HAVE_GETUIDCheng Shao2022-11-111-1/+1
* rts: genericRaise: use exit() instead when not HAVE_RAISECheng Shao2022-11-111-1/+3
* rts: IPE.c: don't do mutex stuff when THREADED_RTS is not definedCheng Shao2022-11-111-0/+10
* rts: use HAVE_GETPID to guard subprocess related logicCheng Shao2022-11-113-2/+20
* rts: don't define RTS_USER_SIGNALS when signal.h is not presentCheng Shao2022-11-117-7/+32
* rts: prefer ffi_type_void over FFI_TYPE_VOIDCheng Shao2022-11-111-1/+1
* testsuite: correct sleep() signature in T5611Cheng Shao2022-11-112-4/+6
* rts: workaround cmm's improper variadic ccall breaking wasm32 typecheckingCheng Shao2022-11-116-10/+15
* deriveConstants: parse .ll output for wasm32 due to broken nmCheng Shao2022-11-111-2/+21
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-1116-4/+35
* add new modules for reducibility and WebAssembly translationNorman Ramsey2022-11-115-0/+898