Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Word64 use Word64# on every architecture | Sylvain Henry | 2021-11-06 | 3 | -22/+8 |
| | |||||
* | Reword: representation instead of levity | sheaf | 2021-06-10 | 2 | -2/+2 |
| | | | | fixes #19756, updates haddock submodule | ||||
* | Work around LLVM backend overlapping register limitations | Luite Stegeman | 2021-05-29 | 1 | -1/+1 |
| | | | | | | | | The stg_ctoi_t and stg_ret_t procedures which convert unboxed tuples between the bytecode an native calling convention were causing a panic when using the LLVM backend. Fixes #19591 | ||||
* | PPC NCG: Fix unsigned compare with 16-bit constants | Peter Trommler | 2021-05-19 | 1 | -1/+0 |
| | | | | Fixes #19852 and #19609 | ||||
* | testsuite/ppc64le: Mark UnboxedTuples test broken | Peter Trommler | 2021-04-09 | 1 | -0/+1 |
| | |||||
* | Generate GHCi bytecode from STG instead of Core and support unboxed | Luite Stegeman | 2021-03-20 | 6 | -0/+637 |
tuples and sums. fixes #1257 |