summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/UnboxedTuples
Commit message (Collapse)AuthorAgeFilesLines
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-063-22/+8
|
* Reword: representation instead of levitysheaf2021-06-102-2/+2
| | | | fixes #19756, updates haddock submodule
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-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 constantsPeter Trommler2021-05-191-1/+0
| | | | Fixes #19852 and #19609
* testsuite/ppc64le: Mark UnboxedTuples test brokenPeter Trommler2021-04-091-0/+1
|
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-206-0/+637
tuples and sums. fixes #1257