7255 Commits (ab1958434a2b7a5b07d197e71b88200d9e06e026)
 

Author SHA1 Message Date
Alex Crichton ab1958434a
Bump to 0.21.0 (#2359) 4 years ago
Alex Crichton a277cf5ee4
Store `WasmFuncType` in `FuncType` (#2365) 4 years ago
Alex Crichton ea3306e74c
Use the `psm` crate to figure out the current stack pointer (#2358) 4 years ago
Alex Crichton 6b137c2a3d
Move native signatures out of `Module` (#2362) 4 years ago
Julian Seward dd9bfcefaa CL/aarch64: implement the wasm SIMD `v128.load{32,64}_zero` instructions. 4 years ago
Nick Fitzgerald 285edeec3e
Merge pull request #2319 from alexcrichton/remove-trampolines-from-instance 4 years ago
Chris Fallin 75e02276be
Merge pull request #2360 from jgouly/reg_map 4 years ago
Joey Gouly 0223cb2f8c aarch64: Fix aarch64_map_regs for FpuRRI 4 years ago
Ulrich Weigand fa9c2a5172
Fix off-by-one error looking up frame info for a function (#2349) 4 years ago
Chris Fallin c210f4d6a6
Merge pull request #2356 from uweigand/abi-outgoingargs 4 years ago
Ulrich Weigand 80c2d70d2d machinst ABI: Support for accumulating outgoing args 4 years ago
Chris Fallin 5ab7b4aa7f
Merge pull request #2345 from uweigand/abi-stackalign 4 years ago
Chris Fallin 0c240991ae
Merge pull request #2346 from uweigand/abi-noframepointer 4 years ago
Julian Seward 5a5fb11979 CL/aarch64: implement the wasm SIMD `i32x4.dot_i16x8_s` instruction 4 years ago
Ulrich Weigand c9bc4edd08 machinst ABI: Pass fixed frame size to gen_clobber_restore 4 years ago
Ulrich Weigand d02ae3940c machinst ABI: Allow back-end to define stack alignment 4 years ago
Chris Fallin 54a97f784e
Merge pull request #2353 from alexcrichton/update-nightly 4 years ago
Alex Crichton 10b5cc50c3
Further compress the in-memory representation of address maps (#2324) 4 years ago
Alex Crichton ead53b88c3 Update nightly used on CI for testing 4 years ago
Alex Crichton 372ae2aeb6
Fix a panic in table-ops translation (#2350) 4 years ago
Andrew Brown 6d50099816
Rewrite interpreter generically (#2323) 4 years ago
Chris Fallin 59a2ce4d34
Merge pull request #2352 from cfallin/x64-ci-lock 4 years ago
Nick Fitzgerald 8d9b03c154
Merge pull request #2351 from fitzgen/update-z3 4 years ago
Chris Fallin afa54c0a32 x64 new-backend CI: use `Cargo.lock` in build. 4 years ago
Nick Fitzgerald bfbe6ea348 peepmatic: Update to z3 version 0.7.1 4 years ago
Nick Fitzgerald 146a393a9a
Merge pull request #2348 from alexcrichton/log-wat 4 years ago
Alex Crichton 3887881800 Refactor how signatures/trampolines are stored in `Store` 4 years ago
Alex Crichton 35327ed4d7 Print a message in `log_wat` while fuzzing 4 years ago
Chris Fallin d1be8dcfc0
Merge pull request #2310 from akirilov-arm/vector_constants 4 years ago
Chris Fallin 44cbdecea0
Merge pull request #2343 from bjorn3/fix_icmp_imm_i128 4 years ago
bjorn3 23aafa1054 Fix icmp_imm.i128 4 years ago
Chris Fallin 53f044715b
Merge pull request #2341 from jlb6740/update_comments_on_int_float_conversion 4 years ago
Johnnie Birch c32740ffcd Updates comments on Int to Float conversion 4 years ago
Anton Kirilov 207779fe1d Cranelift AArch64: Improve code generation for vector constants 4 years ago
Pat Hickey 7b43bf76ed
Merge pull request #2287 from bjorn3/simplejit_improvements 4 years ago
Nick Fitzgerald ee42526c13
Merge pull request #2339 from fitzgen/update-z3 4 years ago
Nick Fitzgerald 5a09e47e38 peepmatic: update z3 dependency to version 0.7.0 4 years ago
Alex Crichton b73b831892
Replace binaryen -ttf based fuzzing with wasm-smith (#2336) 4 years ago
Qinxuan Chen 3cd9d52d32
Update the hashbrown to use the same version (#2338) 4 years ago
Alex Crichton 61f0b8fc56 Remove Windows-specific code for static memory bounds 4 years ago
Andrew Brown 6c6d958f38 [machinst x64]: implement packed pmin/pmax 4 years ago
Andrew Brown 6725b6b129 [machinst x64]: implement bitmask 4 years ago
Andrew Brown 5b9a21e099 Add missing `SourceLoc` to newly-emitted instructions 4 years ago
Johnnie Birch fa66daea25 Add filetests for fcvt_from_sint.f32x4 4 years ago
Johnnie Birch 8bbe6a25a9 Add support for packed float to signed int conversion 4 years ago
Johnnie Birch 97392eae3d Adds support for converting packed unsigned integer to packed float 4 years ago
Chris Fallin c35904a8bf
Merge pull request #2278 from akirilov-arm/load_splat 4 years ago
Alex Crichton 3461ffa563
Remove `source_loc` from `TrapInformation` (#2325) 4 years ago
Nick Fitzgerald a1db0ff6a9
Merge pull request #2329 from fitzgen/upload-serialized-peepholes 4 years ago
Leonardo Yvens bde9555793
Add Trap::trap_code (#2309) 4 years ago