Files
wasmtime/cranelift
Jakob Stoklund Olesen 1349a6bdbc Always require a Flags reference for verifying functions.
Add a settings::FlagsOrIsa struct which represents a flags reference and
optionally the ISA it belongs to. Use this for passing flags/isa
information to the verifier.

The verify_function() and verify_context() functions are now generic so
they accept either a &Flags or a &TargetISa argument.

Fix the return_at_end verifier tests which no longer require an ISA
specified. The signle "set return_at_end" flag setting now makes it to
the verifier even when no ISA is present to carry it.
2017-09-14 17:51:15 -07:00
..
2017-08-24 14:44:47 -07:00
2017-08-31 10:44:59 -07:00
2017-06-23 09:36:21 -07:00
2016-01-12 16:51:35 -08:00
2017-09-12 13:27:58 -07:00