7368 Commits (d413b907b448a54168729519333d2a2183dbad43)
 

Author SHA1 Message Date
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
Nick Fitzgerald 1dd20b4371
Merge pull request #2400 from MattX/improve-finalize-msg 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
Nick Fitzgerald 02156eaef3 wasmtime: Remove typo in doc comment 4 years ago
Chris Fallin 9e511ec0c0
Merge pull request #2376 from cfallin/loadsplat 4 years ago
Nick Fitzgerald d7e4f92030
Merge pull request #2425 from alexcrichton/fix-wrong-store-2 4 years ago
Nick Fitzgerald 3dde6559c0
Merge pull request #2408 from alexcrichton/fix-use-after-free-trampoline 4 years ago
Chris Fallin 712ff22492
AArch64 SIMD: pattern-match load+splat into `LD1R` instruction. 4 years ago
Chris Fallin 39b5736727
Remove LoadSplat opcode, in preparation for pattern-matching Load+Splat. 4 years ago
Chris Fallin 2150a533b6
Merge pull request #2366 from cfallin/load-isel 4 years ago
Chris Fallin 3c8cb7b908
MachInst lowering logic: allow effectful instructions to merge. 4 years ago
Alex Crichton ffca0fc908 Fix assertion with cross-store values in `Func::new` 4 years ago
Alex Crichton 8675fa5aa7
Fix a memory leak on returning incompatible values (#2424) 4 years ago
Andrew Brown a61f068c64
Add an initial wasi-nn implementation for Wasmtime (#2208) 4 years ago