6711 Commits (f932bccaf8f8eb6350083429cf8d17c1503943db)
 

Author SHA1 Message Date
Pat Hickey bb339aaba0 rename macro. add comments to invocation. 4 years ago
Pat Hickey abc3982234 add target to config 4 years ago
Thibault Charbonnier 8082aeaa5f
C API: expose wasmtime_linker_get_one_by_name() (#1897) 4 years ago
Chris Fallin 9751b96c5e
Merge pull request #1900 from cfallin/clarify-lowering-docs 4 years ago
Alex Crichton 6f6296816b
Bind `Trap::i32_exit_status` in C API (#1912) 4 years ago
Pat Hickey cde32070fc factor the docs out as well 4 years ago
Pat Hickey 6adbae3007 paramaterize the instance type name as well 4 years ago
Pat Hickey 09971bc090 replace more custom idents with Names 4 years ago
Pat Hickey 1050c6d99c wasmtime-wiggle-macro: re-use Names functionality 4 years ago
Pat Hickey 185701df1b wasmtime-wiggle-macro: adopt config system from wiggle-generate 4 years ago
Pat Hickey 7d3d16aef0 wig: delete wiggle integration functionality 4 years ago
Pat Hickey 303f7172a1 wasi: switch to use wasmtime-wiggle for wiggle integration 4 years ago
Pat Hickey 712990191a create wasmtime-wiggle crate, by copying implementation of `wig` 4 years ago
Craig Pastro cf8cf9a948 wiggle: fix a couple of typos in lib.rs docs 4 years ago
Craig Pastro f9ef734698 wiggle: GuestPtr<[u8]> => GuestPtr<str> conversions 4 years ago
Benjamin Bouvier 60ac091afe Remove unused dependencies in Cranelift; 4 years ago
Peter Huene f4e3e4efde
Merge pull request #1899 from AlexEne/master 4 years ago
Alexandru Ene 38f4ed084d Don't reuse the command between c/c++ 4 years ago
Benjamin Bouvier 4f6a002f70 cranelift-filetests: tell when a run test is skipped (fixes #1558); 4 years ago
Alexandru Ene 9213717917 Run cc tests if any are found in the examples folder 4 years ago
Chris Fallin 492000e945 MachInst isel and aarch64 backend: docs / clarity improvements. 4 years ago
Chris Fallin f84903fa43
Merge pull request #1892 from akirilov-arm/simd_fp_cmp 4 years ago
Alexandru Ene 65e132db0c Added a hello.cc 4 years ago
Andrew Brown 6c05590104 Translate Wasm's i32x4.trunc_sat_f32x4_s instruction to Cranelift's fcvt_to_sint_sat 5 years ago
Andrew Brown 3675f95bb2 Legalize fcvt_to_sint_sat.i32x4 on x86 5 years ago
Andrew Brown 3740772176 Add encoding for x86 CVTTPS2DQ 5 years ago
Alexandru Ene 50ef890ae0 Fix compilation error due to redefinition. 4 years ago
Nick Fitzgerald bbd99c5bfa
reference types: Implement the `table.size` and `table.grow` instructions (#1894) 4 years ago
Anton Kirilov 90bafae1dc AArch64: Implement SIMD floating-point comparisons 4 years ago
Alex Crichton 06a69d18fa
Disable static memory under QEMU on CI (#1895) 4 years ago
Johnnie Birch 043571fee0 Adds f32.mul, f32.div for vcode backend for x64. 5 years ago
Pat Hickey 4f72a7483b
Merge pull request #1836 from carlokok/feature/object_file_section 4 years ago
Chris Fallin 4dd1363581
Merge pull request #1890 from jgouly/simd-bool 4 years ago
Benjamin Bouvier c2692ecb8a Wasmtime: allow using the experimental Cranelift x64 backend in cli; 4 years ago
Joey Gouly 0f462330e0 arm64: Implement AllTrue and AnyTrue 4 years ago
Benjamin Bouvier eb548e263d
machinst: label ISA-specific changes as such (#1879) 4 years ago
Carlo Kok b2549d1fde Rust fmt fixes 4 years ago
Nick Fitzgerald 56d93b5993
Merge pull request #1887 from fitzgen/todo-issue-for-aarch64-reference-types 4 years ago
Nick Fitzgerald 8f0e330467 Add `TODO` comments with link to issue for aarch64 reference types 4 years ago
Nick Fitzgerald 647d2b4231
Merge pull request #1832 from fitzgen/externref-stack-maps 4 years ago
Nick Fitzgerald 683dc15385 Only run reference types tests on x86_64 4 years ago
Nick Fitzgerald 7e167cae10 externref: Address review feedback 4 years ago
Nick Fitzgerald 8d671c21e2
wasmtime-runtime: Allow tables to internally hold `externref`s (#1882) 4 years ago
Carlo Kok 0b613caad1 Address concerns in pullrequests. 4 years ago
Nick Fitzgerald 618c278e41 externref: implement a canary for GC stack walking 4 years ago
Nick Fitzgerald f30ce1fe97 externref: implement stack map-based garbage collection 4 years ago
Benjamin Bouvier 357fb11f46 Review comments; 4 years ago
Benjamin Bouvier 28c40ba0f7 machinst x64: refactor lowering too; 4 years ago
Benjamin Bouvier 48fb9291bc machinst x64: refactor REX prefix emission; 4 years ago
Benjamin Bouvier be4102b205 machinst x64: create a Rex wrapper to avoid flags for the REX prefix; 4 years ago