7540 Commits (10a84727faed511ddaceea4ec8db9d72f65f8ec2)
 

Author SHA1 Message Date
Pat Hickey b87908de9b wasi-c2: rewrite wasi-common in terms of system-interface 4 years ago
Alex Crichton efe7f37542
Remove duplication in wasi-common for snapshot_0 (#2444) 4 years ago
Johnnie Birch 09f3d4e331 Refactor convert from float to unsigned int and add comments 4 years ago
Chris Fallin d413b907b4
Merge pull request #2414 from jgouly/extend-refactor 4 years ago
Nick Fitzgerald 31bac3eafb
Merge pull request #2450 from bytecodealliance/cfallin/fix-wasm-reachable 4 years ago
Chris Fallin 34d9931ed8 Fix Wasm translator bug: end of toplevel frame is branched-to only for fallthrough returns. 4 years ago
Nick Fitzgerald 93c199363f
Merge pull request #2449 from bytecodealliance/cfallin/add-pre-host-hooks 4 years ago
Chris Fallin 4300c2c075 Add FuncEnvironment hooks to generate prologue and epilogue code. 4 years ago
Tanya L. Crenshaw b06ed39c1e
Fixes #2418: Enhance wiggle to generate its UserErrorConverstion trait with a function that returns Result<abi_err, String> (#2419) 4 years ago
Nick Fitzgerald 128c3bd749
Merge pull request #2446 from alexcrichton/option-name 4 years ago
Alex Crichton ba141ec6be Fix doctests 4 years ago
Chris Fallin 2db6a096cf
Merge pull request #2448 from iximeow/ixi/bump-wasi-nn-spec 4 years ago
iximeow ebb1ad18c6 refresh wasi-nn/spec version to an in-history commit 4 years ago
Alex Crichton 62be6841e4 Propagate optional import names to the wasmtime/C API 4 years ago
Johnnie Birch ff8a4e4f9b Enable simd_conversions spec test 4 years ago
Johnnie Birch ade9f12c72 Add support for X86_64 SIMD narrow instructions for vcode backend 4 years ago
Nick Fitzgerald 1dd20b4371
Merge pull request #2400 from MattX/improve-finalize-msg 4 years ago
Johnnie Birch 2cc501427e Add remaining X86_64 support for pack w/ signed/unsigned saturation 4 years ago
Johnnie Birch 258013cff1 Add support for SWidenHigh and UWidenHigh X86_64 for vcode backend 4 years ago
Johnnie Birch 124096735b Add support for palignr for X86_64 vcode backend 4 years ago
Johnnie Birch f9937575d6 Add support for SwidenLow and UwidenLow for the X86_64 vcode backend 4 years ago
Johnnie Birch 615a575da1 Add support for x86_64 packed move lowering for the vcode backend 4 years ago
Johnnie Birch b6d783a120 Adds support for i32x4.trunc_sat_f32x4_u 4 years ago
Matt 27f3307f24
Replace if + panic! with assert! 4 years ago
Pat Hickey 86ae0b7855
Merge pull request #2428 from bytecodealliance/pch/wiggle_immut_borrows 4 years ago
Pat Hickey 966b347faa fix wiggle-borrow publishing order 4 years ago
Pat Hickey b40a983b29 wiggle-borrow gets published now 4 years ago
Pat Hickey 2a937f06db fixes 4 years ago
Ulrich Weigand 9b9e46abd8
Update to backtrace version 0.3.55 (#2436) 4 years ago
Pat Hickey f7a0d86c64 install-openvino: typo 4 years ago
Pat Hickey 6681e6786e debug assert could catch double-free 4 years ago
Ivan Zvonimir Horvat 309354d9e1
1272: bash script; simple gcd example (#2421) 4 years ago
Pat Hickey f5f180a8fe refactor is_borrowed/unborrow into shared/mut variants 4 years ago
Pat Hickey 224e8b0e88 wasi-nn: fix mutable guestslice borrow 4 years ago
Pat Hickey fb68c80420 install-openvino: make it easier to invoke on your local machine 4 years ago
Pat Hickey f9de1d3e5c rename immutable borrows to shared borrows 4 years ago
Alex Crichton acbe85fa95
Remove empty .rustfmt.toml (#2429) 4 years ago
Yury Delendik e34b410381
Update wasmparser for exception handling (#2431) 4 years ago
Chris Fallin 72811d35ae
Merge pull request #2433 from alexcrichton/reformat 4 years ago
Alex Crichton 4d64c68b05 Run rustfmt 1.48 4 years ago
Pat Hickey 3509883f2d wiggle: add test of overlapping immutable borrows 4 years ago
Pat Hickey 26192d6760 wasi-common: opt in to mutable borrowing 4 years ago
Pat Hickey fc608e392b wiggle: make Mut variants of GuestStr, GuestPtr 4 years ago
Pat Hickey 78db3ff13b wiggle: borrow checker lives in own crate, and supports both mut/immut 4 years ago
Chris Fallin bf971efa42
Merge pull request #2426 from cfallin/machinst-trap-info 4 years ago
Andrew Brown 3d606a01e5
wasi-nn: remove unused functions (#2427) 4 years ago
Chris Fallin 073c727a74
x64 and aarch64: carry MemFlags on loads/stores; don't emit trap info unless an op can trap. 4 years ago
Chris Fallin e7df081696
Merge pull request #2389 from cfallin/x64-load-op 4 years ago
Chris Fallin b97f07b405
x64 backend: merge loads into ALU ops when appropriate. 4 years ago
Nick Fitzgerald 281a41c08b
Merge pull request #2406 from fitzgen/remove-typo 4 years ago