You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Edoardo Vacchi
c69ab340ca
winch(arm64): and, or, xor, shifts (#8921)
* winch(arm64): and, or, xor, shifts
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* fmt
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* docs
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* shift
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* shifts: test cases
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* cleanup
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* apply first batch of suggestions
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* refactor shift operations
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* fix doc strings
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
* Minor cleanups
This commit includes very minor clean-ups, these are mechanical changes
only.
* Rename `shift_rr` to `shift`, as we're still passing the context in,
the callee can decide what to do with the instruction arguments.
* Delete the un-used `Into<AluOp> for ShiftKind`
---------
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
Co-authored-by: Saúl Cabrera <saulecabrera@gmail.com>
|
4 months ago |
.. |
all
|
Update wasm-tools and wit-bindgen crates (#8965)
|
4 months ago |
disas
|
winch(arm64): and, or, xor, shifts (#8921)
|
4 months ago |
misc_testsuite
|
Wasmtime: Implement the custom-page-sizes proposal (#8763)
|
5 months ago |
spec_testsuite@e05365077e
|
Update the spec test suite submodule (#8805)
|
5 months ago |
wasi_testsuite
|
Update the wasi_testsuite submodule (#8829)
|
5 months ago |
custom_signal_handler.rs
|
Update some CI dependencies (#7983)
|
9 months ago |
disas.rs
|
Respect pooling allocation options in `wasmtime serve` (#8525)
|
6 months ago |
host_segfault.rs
|
Refactor wasmtime::Func to "unsplat" arguments for the async API (#8732)
|
5 months ago |
pcc_memory.rs
|
PCC: fuzz static (no dynamic checks) case in Wasmtime fuzzers. (#8142)
|
8 months ago |
rlimited-memory.rs
|
Add `GcRuntime` and `GcCompiler` traits; `i31ref` support (#8196)
|
7 months ago |
wast.rs
|
Fix segfault with custom page sizes on aarch64 (#8918)
|
4 months ago |