6795 Commits (e70f73211dc0db2e7432287695497eee397dd2a8)
 

Author SHA1 Message Date
Nick Fitzgerald bffd54c016
wasmtime: Implement `global.{get,set}` for externref globals (#1969) 4 years ago
Nick Fitzgerald 3fa3ff2ece
Merge pull request #1968 from alexcrichton/link-c-docs 4 years ago
Chris Fallin 9bc0f3eceb
Merge pull request #1966 from jgouly/simd-arith 4 years ago
Chris Fallin b7ecad1d74 AArch64: avoid branches with explicit offsets at lowering stage. 4 years ago
Andrew Brown 5ed74abeee Translate Wasm `narrow` instructions to CLIF's `snarrow` and `unarrow` 4 years ago
Andrew Brown 057c93b64e Add `unarrow` instruction with x86 implementation 4 years ago
Andrew Brown 65e6de2344 Replace `x86_packss` with `snarrow` 4 years ago
Andrew Brown 152d7fcee7 Fix typo and wording of CDSL error messages 4 years ago
Sergei Shulepov ce51995828
Use smallvec for avoid allocations in the trampoline (#1965) 4 years ago
Alex Crichton 920e0984d3 Link to C API docs and make a landing page 4 years ago
Alex Crichton 47a218f908
Document the rest of the C API (#1959) 4 years ago
Joey Gouly 62e7b7f838 arm64: Implement basic SIMD arithmetic 4 years ago
Benjamin Bouvier 8e257e731e cranelift-wasm: expose cranelift-frontend's FunctionBuilder in the public API; 4 years ago
Pat Hickey 301277e60d
Merge pull request #1961 from bytecodealliance/pch/sync_wasi_pipe 4 years ago
Pat Hickey e7869c7320 virtfs pipe: implement Clone correctly 4 years ago
Johnnie Birch 0aa56c500c Add x64 lowering of Clif flt load instruction for new backend 4 years ago
Johnnie Birch f2dd1535d5 Add x64 lowering of Clif flt store instruction for new backend 4 years ago
Pat Hickey cf303d91fc wasi-common virtfs pipe: convert to be Send and Sync 4 years ago
Alex Crichton d72b330de2
Add support for documenting the C API (#1928) 4 years ago
Alex Crichton f24c7e1249
Expand top-level `wasmtime` crate docs (#1955) 4 years ago
Dan Gohman b37adbbe31
Rename `OFlag`/`AtFlag` to `OFlags`/`AtFlags`. (#1951) 4 years ago
Adam C. Foltzer 4f16f0dc32
Merge pull request #1949 from bytecodealliance/acf/virtual-pipes 4 years ago
Adam C. Foltzer fddd94d23f
address review comments 4 years ago
Chris Fallin 0a59a321bd
Merge pull request #1954 from cfallin/b1649432 4 years ago
Chris Fallin a351fa52b5
Merge pull request #1930 from cfallin/spectre-heap 4 years ago
Chris Fallin 533f1c8d8b Aarch64: fix shift ops: mask shift amount. 4 years ago
Chris Fallin e694fb1312 Spectre mitigation on heap access overflow checks. 4 years ago
Till Schneidereit f80c2abffb
Update various crates' `object` and `wast` dependencies (#1908) 4 years ago
Benjamin Bouvier de9fbfa095 machinst x64: correctly assign FP registers for incoming args; 4 years ago
Andrew Brown f4b87f3102 Enable more spec tests 4 years ago
Andrew Brown c3993a5f8e Translate Wasm SIMD `abs` to Cranelift's `iabs` instruction 4 years ago
Andrew Brown 737cf1d605 Implement `iabs` for x86 SIMD 4 years ago
Andrew Brown 26bdf9c333 Add `iabs` instructions.rs 4 years ago
Pat Hickey ec76f3207a
Merge pull request #1938 from bytecodealliance/pch/factor_borrowchecker_out_of_wiggle 4 years ago
Nick Fitzgerald 3ddd024174
Merge pull request #1923 from fitzgen/table-get-and-table-set 4 years ago
Nick Fitzgerald a2f4202800 cranelift-frontend: Add the `FunctionBuilder::insert_block_after` method 4 years ago
Nick Fitzgerald 98e899f6b3 fuzz: Add a fuzz target for `table.{get,set}` operations 4 years ago
Nick Fitzgerald 8c5f59c0cf wasmtime: Implement `table.get` and `table.set` 4 years ago
Dan Gohman 959e424c81
Add O_PATH and O_CLOEXEC to yanix. (#1946) 4 years ago
Pat Hickey d5836e2c12 Merge remote-tracking branch 'origin/main' into pch/factor_borrowchecker_out_of_wiggle 4 years ago
Alex Crichton 0acd2072c2
Fix doc warnings and link failures (#1948) 4 years ago
Adam C. Foltzer 5a96b0deaa
🕳 Add virtual pipes to wasi-common 4 years ago
Pat Hickey 5f5d7cb0f7 code review: remove `unsafe` on borrow checker constructor 4 years ago
Nick Fitzgerald dee2bf14a9
Merge pull request #1944 from declanvk/issue-1705 4 years ago
Andrew Brown 4d57ae99e3
Upgrade wasmparser to 0.58.0 (#1942) 4 years ago
Declan Kelly a3feb8a412 Implement customer [de]serialization for `IntegerInterner` 4 years ago
Pat Hickey 05201b514d wiggle: factor BorrowChecker concrete implementation to live in engines 4 years ago
Nick Fitzgerald 43f8453b34
Merge pull request #1937 from fitzgen/upgrade-z3-for-peepmatic 4 years ago
Nick Fitzgerald 0bc0fd54eb deps: Bump `z3` to 0.6.0 4 years ago
Valentin c10c79b7ae
Correct version of region dependency (#1933) 4 years ago