7229 Commits (146a393a9aeb1a6e505caf0c5c6aeda8ff43a13d)
 

Author SHA1 Message Date
Pat Hickey 963fe37eea
Update crates/wasi-common/src/sys/windows/path.rs 4 years ago
Pat Hickey fceea4e7d2
Update crates/wasi-common/src/sys/unix/mod.rs 4 years ago
Nick Fitzgerald d688458619 Add a fuzz target for instantiating `wasm-smith` modules 4 years ago
Benjamin Bouvier 7c85654285 Address review comments. 4 years ago
Benjamin Bouvier ee76e01efc machinst: fix the pinned reg hack; 4 years ago
Benjamin Bouvier efff43e769 machinst x64: fold address modes on loads/stores; 4 years ago
Benjamin Bouvier b830ee79de machinst x64: commute operands of integer operations if one input is an immediate; 4 years ago
Benjamin Bouvier cca10b87cb machinst x64: optimize select/brz/brnz when the input is a comparison; 4 years ago
Julian Seward 620e4b4e82 This patch fills in the missing pieces needed to support wasm atomics on newBE/x64. 4 years ago
Gabor Greif ec87aee147
Revert #2137, the extra (seemingly leftover) DW_OP_deref is in fact essential (#2156) 4 years ago
Chris Fallin 70b3fd3c10
Merge pull request #2155 from akirilov-arm/simd_conversions 4 years ago
Anton Kirilov b895ac0e40 AArch64: Implement SIMD conversions 4 years ago
Gabor Greif 6513e90914
use the obvious DW_OP_const4u for 0xffff_ffff (#2154) 4 years ago
Johnnie Birch 0b67b22eda Update renamed document lint for broken links 4 years ago
Andrew Brown 2154b76fa8 machinst x64: enable simd_const.wast spec test 4 years ago
Andrew Brown 2767b2efc6 machinst x64: add `Inst::[move|load|store]` for choosing the correct x86 instruction 4 years ago
Andrew Brown cf598dc35b machinst x64: add packed moves for different vector types 4 years ago
Chris Fallin debacec1c5
Merge pull request #2150 from jgouly/mul64s 4 years ago
Chris Fallin 051feaad75
Merge pull request #2148 from bjorn3/aarch64_fix_put_input_in_rsa 4 years ago
Chris Fallin 775dfa9df2
Merge pull request #1520 from bjorn3/aarch64-lower-small-fcvt_from_int 4 years ago
Joey Gouly a518c10141 arm64: Implement SIMD i64x2 multiply 4 years ago
Alex Crichton 693c6ea771
wasmtime: Extract cranelift/lightbeam compilers to separate crates (#2117) 4 years ago
bjorn3 957eb9eeba Less unnecessary zero and sign extensions 4 years ago
Pat Hickey 530ea50c82 wasi-common: dep on getrandom requires std 4 years ago
Pat Hickey e8c01ddef1 put getrandom::Error into Error 4 years ago
bjorn3 b5e24c8c67
Update object to 0.21.1 (#2144) 4 years ago
Pat Hickey c1aec81b84 add enough errno variants to cover all windows codes too 4 years ago
Pat Hickey 4535741d01 refactor when we translate io::Error to an Error 4 years ago
bjorn3 ba48b9aef1 Fix put_input_in_reg 4 years ago
Gabor Greif 4cafb90186
use opcode directly, now that we support this (#2145) 4 years ago
Johnnie Birch a31336996c Add support for some packed multiplication for new x64 backend 4 years ago
bjorn3 3a16416132 Add tests 4 years ago
bjorn3 4a84f3f073 Lower fcvt_from_{u,s}int for 8 and 16 bit ints 4 years ago
Pat Hickey 9286bb8f08 hmm this code is challenging 4 years ago
Pat Hickey e08173da9e fix windows: Error is not Copy like Errno is 4 years ago
Pat Hickey 94f904449b fix yanix 4 years ago
Pat Hickey c4fbec6387 additional windows fix 4 years ago
Pat Hickey 73aef4c6ca guess i forgot a lot of these that dont build on linux 4 years ago
Pat Hickey 81b3450114
Merge pull request #2141 from bytecodealliance/pch/cranelift_faerie_deprecated 4 years ago
Chris Fallin 924782191b
Merge pull request #2138 from cfallin/regalloc-v0.0.30 4 years ago
Pat Hickey 3bc1f84c9d windows: success fixes 4 years ago
Pat Hickey 35c100fdca delete cranelift-faerie 4 years ago
Pat Hickey 80b884780b wasmtime-wasi: fix path to errno type 4 years ago
Pat Hickey 4be3b06b61 switch from log::debug to tracing::debug 4 years ago
Pat Hickey e8160c9a6b redefine crate to use `Error` everywhere except in `wasi` 4 years ago
Pat Hickey b8409dd9aa wasi-common: define an Error type for the crate 4 years ago
Pat Hickey 19369142cb wasi-common: trace and convert error 4 years ago
Pat Hickey 0e1c534e07 wasi-common: fix some warnings 4 years ago
Pat Hickey 8d39d9b1b5 wasmtime-wasi: switch dep from log to tracing 4 years ago
Pat Hickey 94ee96712a wasi-common: switch all logs from `log` to `tracing` 4 years ago