70 Commits (8d671c21e2568fabc22c2f1d34f6e0284d82f970)

Author SHA1 Message Date
Joey Gouly 544c5dece5 arm64: Implement SIMD bitwise operations 4 years ago
Anton Kirilov 9d269b0123 Enable the spec::simd::simd_address test for AArch64 4 years ago
Anton Kirilov d941034c2e Enable the wast::Cranelift::spec::simd::simd_load_splat test for AArch64 4 years ago
Joey Gouly df2b031b6a arm64: Implement Icmp for I16X8 and I32X4 4 years ago
Anton Kirilov 7ac19af498 Enable the wast::Cranelift::spec::simd::simd_load_extend test for AArch64 5 years ago
Anton Kirilov 51a551fb39 Implement vector element extensions for AArch64 5 years ago
Andrew Brown ce78ee3b32 Enable SIMD spec test for i64x2 arithmetic 5 years ago
Joey Gouly 90a421193f arm64: add support for I8X16 ICmp 4 years ago
Nick Fitzgerald a8ee0554a9 wasmtime: Initial, partial support for `externref` 5 years ago
Nick Fitzgerald 38a92d89de Initialize `env_logger` for our `*.wast` tests 5 years ago
Andrew Brown c274efe9c1
Enable SIMD lane spec test on x86 (#1760) 5 years ago
Anton Kirilov 8a928830ac Enable the wast::Cranelift::spec::simd::simd_store test for AArch64 5 years ago
Peter Huene 54f9cd255f
Re-enable tests that were excluded due to the previous limitation. 5 years ago
Alex Crichton 57fb1c69c5
Enable the multi-value proposal by default (#1667) 5 years ago
Alex Crichton a7d90af19d
Update wasmparser and wast dependencies (#1663) 5 years ago
Andrew Brown cb47611c44 Enable SIMD bit shift spec tests 5 years ago
Jef 957677c6f5
Integrate Lightbeam with latest Wasmtime master (#1232) 5 years ago
Alex Crichton b6f5d0bb6a Fix an accidental merge conflict 5 years ago
Alex Crichton b1ceea3af9
Remove should_panic assertions from wast spec tests (#1590) 5 years ago
Alex Crichton 74eda8090c
Implement stack limit checks for AArch64 (#1573) 5 years ago
Benjamin Bouvier 0b13d8c848 aarch64: copy SP whenever it's involved in an address lowering with an explicit add; 5 years ago
Benjamin Bouvier d166cff283 Update test expectations; 5 years ago
Benjamin Bouvier de92b7e014 aarch64: implement correct float-to-int conversion semantics; 5 years ago
Chris Fallin 8f462db645 Fix ImmLogic.invert(), and with it, `fcopysign` and `float_misc` test. 5 years ago
Alex Crichton d8920c0125
Sync expected successful tests on AArch64 (#1581) 5 years ago
Alex Crichton d1aa86f91a
Add AArch64 tests to CI (#1526) 5 years ago
Alex Crichton 4c82da440a
Move most wasmtime tests into one test suite (#1544) 5 years ago
iximeow 4cca510085
Windows FPRs preservation (#1216) 5 years ago
Andrew Brown 5423683474 Enable spec test for SIMD load_extend 5 years ago
Andrew Brown 08e5484cdb
Enable Wasm spec tests for SIMD load_splat (#1426) 5 years ago
Nick Fitzgerald 674a6208d8
Implement `data.drop` and `memory.init` and get the rest of the bulk memory spec tests passing (#1264) 5 years ago
Nick Fitzgerald ef0cabf8b4 Address review feedback 5 years ago
Nick Fitzgerald aec8cc1904 List the bulk-memory tests that don't pass, rather than the ones that do 5 years ago
Nick Fitzgerald 81227892da Implement bulk memory's partial failure instantiation semantics 5 years ago
Nick Fitzgerald 44c28612fb Implement the `memory.fill` instruction from the bulk memory proposal 5 years ago
Nick Fitzgerald cb97e4ec8e Implement `table.init` and `elem.drop` from the bulk memory proposal 5 years ago
Nick Fitzgerald 33b4a37bcb Add support for `table.copy` 5 years ago
Nick Fitzgerald 2af544de8b
Update to cranelift 0.58.0 and enable (but ignore) reference types and bulk memory tests (#926) 5 years ago
Alex Crichton 1a64acf43b Don't rebuild `wasmtime-cli` on all file changes 5 years ago
Andrew Brown bc50815eac
Re-enable simd_const.wast spec test (#872) 5 years ago
Andrew Brown f592811c9a Update cranelifte and enable more SIMD spec tests (#806) 5 years ago
Dan Gohman ef2177ed3a
Update to the latest spec_testsuite and dependencies. (#803) 5 years ago
Alex Crichton 90db89d327
Refactor the `wasmtime-wast` crate, fix an early return (#798) 5 years ago
Alex Crichton 4197cc562e
Don't rebuild the test suite if wast files change (#787) 5 years ago
Alex Crichton 7474633cca
Remove usage of `CompilationStrategy` from `Config` (#764) 5 years ago
Nick Fitzgerald b3b7ce4f6b Enable all Wasm multi-value proposal tests! 5 years ago
Dan Gohman e8f08193fc Reformat some long lines and macros. 5 years ago
Dan Gohman b158666f2b Reorganize tests. 5 years ago
Alex Crichton 59b15eab13
Simplify `#[test]` generation for `*.wast` files (#507) 5 years ago
Dan Gohman d896cc34c2
Remove an obsolete workaround. (#505) 5 years ago