9825 Commits (4d9e10dae109ccac4af5690685126e16ee850605)
 

Author SHA1 Message Date
Corey Farwell 9c3d5c7b9f
Remove broken Markdown link (#3822) 3 years ago
Chris Fallin 1c014d129a
Cranelift: ensure ISA level needed for SIMD is present when SIMD is enabled. (#3816) 3 years ago
Peter Huene ef17a36852
Port fix for `CVE-2022-23636` to `main`. (#3818) 3 years ago
Chris Fallin 96e32e98f8
Cancel Cranelift meeting on 2022-02-21 (due to US holiday). (#3817) 3 years ago
Alex Crichton 498c592b19
Unconditionally enable sse3, ssse3, and sse4.1 when fuzzing (#3814) 3 years ago
Nick Fitzgerald db9e3ce9d9
CI: fix workflow syntax for PR/issues triage workflow (#3806) 3 years ago
Nick Fitzgerald 57618f746a
Add messages for config changes (#3803) 3 years ago
Peter Huene 6ffcd4ead9
Improve stability for fuzz targets. (#3804) 3 years ago
Alex Crichton 0b4263333b
Fuzz cranelift cpu flag settings with Wasmtime (#3800) 3 years ago
Cameron Harris 85cf4b042a
Added 'add_fuel' command line option (#3792) 3 years ago
Chris Fallin ca0e8d0a1d
Remove incomplete/unmaintained ARM32 backend (for now). (#3799) 3 years ago
Nick Fitzgerald dc86e7a6dc
cranelift: Use GPR newtypes extensively in x64 lowering (#3798) 3 years ago
Mrmaxmeier 84b9c7bb8a
cranelift/x64: lower min and max for <= `i64` (#3748) 3 years ago
Peter Huene da539255a5
Use a much lower memory page limit for pooling allocator fuzzing. (#3795) 3 years ago
Conrad Watt db2fec46bd
Agenda item 03-17 (#3797) 3 years ago
wackbyte 05ace6c0e2
Fix a typo in `cranelift-frontend`'s docs (#3796) 3 years ago
Alex Crichton b438617e12
Further minor optimizations to instantiation (#3791) 3 years ago
Alex Crichton c0c368d151
Use mmap'd `*.cwasm` as a source for memory initialization images (#3787) 3 years ago
Alex Crichton 1cb08d4e67
Minor instantiation benchmark updates (#3790) 3 years ago
Alex Crichton 520a7f26d7
Move function names out of `Module` (#3789) 3 years ago
Peter Huene 41eb225765
Add the instance allocation strategy to generated fuzzing configs. (#3780) 3 years ago
Alex Crichton 027dea549a
Fuzz using precompiled modules on CI (#3788) 3 years ago
Dan Gohman f2bf254a79
Update to cap-std 0.24.1, fixing compilation on Right nightly. (#3786) 3 years ago
Chris Fallin 39a52ceb4f
Implement lazy funcref table and anyfunc initialization. (#3733) 3 years ago
Peter Huene 1b27508a42
Fix incorrect use of `MemoryIndex` in the pooling allocator. (#3782) 3 years ago
Ulrich Weigand 10198553c7
ISLE: Common accessors for some insn data fields (#3781) 3 years ago
Ulrich Weigand 9c5c872b3b
s390x: Add support for all remaining atomic operations (#3746) 3 years ago
Alex Crichton 5cd97c054d
Update memfd support with a runtime toggle (#3778) 3 years ago
Chris Fallin 4f01711d42
Pooling allocator: Default for allocation policy should use memfd feature, not memfd-allocator. (#3777) 3 years ago
Sam Parker fbeb806b50
Meeting notes 02/07/22 (#3776) 3 years ago
wasmtime-publish 39b88e4e9e
Release Wasmtime 0.34.0 (#3768) 3 years ago
Chris Fallin ddd39cdb84
Patch qemu in CI to fix madvise semantics. (#3770) 3 years ago
Alex Crichton 43b37944ff
Tweak parallelism and the instantiation benchmark (#3775) 3 years ago
Harald Hoyer fa889b4fd2
wasmtime: add CLI options for pre-opened TCP listen sockets (#3729) 3 years ago
Chris Fallin 88b53b12aa
Turn off memfd by default, at least for this upcoming release. (#3774) 3 years ago
Nick Fitzgerald ff622667f7
Merge pull request #3773 from fitzgen/x64-traps-safepoints 3 years ago
Nick Fitzgerald bb7ae46ecd ISLE: emit traps as safepoints on x64 3 years ago
Nick Fitzgerald 31e2d6b21c
Merge pull request #3769 from cfallin/fix-debuginfo-cold-blocks 3 years ago
Jonas Kruckenberg 79af8cd9ce
chore: update zstd (#3771) 3 years ago
Chris Fallin 2cf3069b6b
Extend cold-blocks test to test debuginfo as well. 3 years ago
Chris Fallin d9d6469422
Cranelift: fix debuginfo wrt cold blocks and non-monotonic layout. 3 years ago
Chris Fallin 04269355ca
Merge pull request #3767 from avanhatt/patch-1 3 years ago
Alexa VanHattum f016a1d266
Add item to 02-07 meeting agenda 3 years ago
Alex Crichton 04d2caea7b
Consolidate methods of memory initialization (#3766) 3 years ago
Nick Fitzgerald a519e5ab64
Merge pull request #3752 from fitzgen/newtypes-for-register-classes 3 years ago
Nick Fitzgerald 2c77cf866a ISLE: Rename `{gpr,xmm}_mem_new` constructors to `reg_mem_to_{gpr,xmm}_mem` 3 years ago
Nick Fitzgerald 795b0aaf9a cranelift: Add newtype wrappers for x64 register classes 3 years ago
Nick Fitzgerald e1f4e29efe ISLE: Add a `nodebug` type attribute to disable `derive(Debug)` 3 years ago
Chris Fallin b3b83efdbe
Merge pull request #3760 from cfallin/memfd-lazy-create 3 years ago
Chris Fallin 2a24a0fbde
Make memfd image creation lazy (on first instantiation). 3 years ago