macaw/x86
Ryan Scott 6e020bcde6 Fix -Wincomplete-uni-patterns warnings
GHC 9.2 adds `-Wincomplete-uni-patterns` to `-Wall`, which uncovers a slew of
previously unnoticed warnings in `macaw`. This patch fixes them, mostly by
adding explicit fall-through cases.
2022-05-31 15:50:48 -04:00
..
src/Data/Macaw Fix -Wincomplete-uni-patterns warnings 2022-05-31 15:50:48 -04:00
support Add x86-support to travis 2019-03-26 08:21:01 -07:00
tests Fix tail call classification (#286) 2022-05-10 07:29:55 -07:00
x86_tests Segment register updates; stack offset calculation. 2019-09-20 13:58:05 -07:00
.gitignore Add x86 specific code. 2017-09-27 15:54:43 -07:00
LICENSE Update license information. 2017-09-27 15:59:06 -07:00
macaw-x86.cabal Drop support for GHC 8.6 2022-01-10 16:40:23 -05:00