summaryrefslogtreecommitdiff
path: root/test/mono/pass
AgeCommit message (Collapse)Author
2018-07-24Move monomorphisation after mapping rewritesBrian Campbell
Fixes monomorphisation on files using mappings. Also extended constant propagation to handle pattern matches on bitvector expressions (because an earlier rewrite replaces the literals). Also moved L_undef rewriting because monomorphisation can handle them but not the replacement functions.
2018-04-17Enable mono builtins test, tweak test outputBrian Campbell
2018-04-06Test now passesBrian Campbell
2018-03-14Remove unnecessary size_itself_int uses in guards (for Lem)Brian Campbell
Doesn't remove them from function bodies because that can produce more work for the sizeof rewriting.
2018-03-13Add test for mutual recursion and monomorphisationBrian Campbell
2018-03-13Support a few more set constraints in monoBrian Campbell
2018-03-13Merge funcls for Lem output, making it suitable for testing with OCamlBrian Campbell
2018-03-09Sort mono test cases, add missing filesBrian Campbell
2018-02-23Change monomorphisation tests to proper outputBrian Campbell