7229 Commits (146a393a9aeb1a6e505caf0c5c6aeda8ff43a13d)
 

Author SHA1 Message Date
Nick Fitzgerald 146a393a9a
Merge pull request #2348 from alexcrichton/log-wat 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
Nick Fitzgerald 9fe900ae89 CI: upload built peepholes as artifacts 4 years ago
Alex Crichton f6d5b8772c
Compress in-memory representation of `FunctionAddressMap` (#2321) 4 years ago
Alex Crichton 27233857c5
Encode modules with variable-length integers (#2322) 4 years ago
Julian Seward c15d9bd61b CL/aarch64: implement the wasm SIMD pseudo-max/min and FP-rounding instructions 4 years ago
Till Schneidereit fc1cedb2ff
Add docs.wasmtime.dev as a CNAME for the Wasmtime docs (#2317) 4 years ago
Andrew Brown 6ebbab61b9 Update cfg-if dependency 4 years ago
Yury Delendik de4af90af6
machinst x64: New backend unwind (#2266) 4 years ago
Julian Seward 2702942050 CL/aarch64 back end: implement the wasm SIMD `bitmask` instructions 4 years ago
Yury Delendik b10e027fef
Refactor UnwindInfo codes and frame_register (#2307) 4 years ago
Nick Fitzgerald 4f104d3a4e
CI: fix rebuilding peepmatic peephole optimizers (#2311) 4 years ago
Nick Fitzgerald c5a2bd3215
Merge pull request #2298 from EmbarkStudios/directories-next2 4 years ago
Nick Fitzgerald 1532834f3e
Merge pull request #2305 from alexcrichton/no-arc 4 years ago
Nick Fitzgerald aa04917ddf
Merge pull request #2306 from alexcrichton/no-finished-functions 4 years ago
Alex Crichton 461ed42772 Remove the `finished_functions` field in `Instance` 4 years ago
Alex Crichton 04e85b044e Don't store `Arc<VMInterrupts>` in instances 4 years ago
Julian Seward ab65d8f10c wasm->CLIF translation: consistently bitcast V128 values that are block formal parameters. 4 years ago
Nick Fitzgerald 76998f0404
Merge pull request #2300 from alexcrichton/no-allocate-isa 4 years ago
Nick Fitzgerald 1a0a2bc259
Merge pull request #2301 from alexcrichton/no-name-alloc 4 years ago
Alex Crichton b8794448b0 Avoid allocations in trampoline shims 4 years ago
Johan Andersson 9820c5c3dd Replace unmaintained directories crate 4 years ago
Johnnie Birch f27c0f3434 Adds support for signed packed integer conversion to float 4 years ago
Alex Crichton 4a82f17d91 Don't allocate a new ISA for each `Func::wrap` 4 years ago
Nick Fitzgerald 2dad74f9d0
Merge pull request #2292 from abrown/fix-typo 4 years ago
Andrew Brown f36ceac010 Fix typo 4 years ago
Yury Delendik 3c68845813
Cranelift: refactoring of unwind info (#2289) 4 years ago
Andrew Brown a26e9e9a20 [machinst x64]: lower load_splat using memory addressing 4 years ago