5774 Commits (d44384da8aa614b97ff4b385752edfdc6c483357)
 

Author SHA1 Message Date
Dan Gohman d44384da8a
Exit with a more severe error code if the program traps. (#1274) 5 years ago
Nick Fitzgerald 81d9a5e6db
Merge pull request #1291 from fitzgen/use-our-labeler-fork 5 years ago
Nick Fitzgerald 5100ac26d7 Use our fork of the labeler action that supports cron schedules 5 years ago
Pat Hickey 3ccd10274b
Merge pull request #1287 from bytecodealliance/pch/cranelift_module_label 5 years ago
Pat Hickey 9d381cdb31 add wiggle to wasi label 5 years ago
Pat Hickey 43f9532ed7 give special label to cranelift-module and its children 5 years ago
Jakub Konka dab9ffcca5
Merge pull request #1278 from kubkon/hello-wiggle 5 years ago
Jakub Konka 7bcbf40f1d Fix wiggle's tests 5 years ago
Jakub Konka ae0a0240ed Add 'crates/wiggle/' from commit 'cd484e49932d8dd8f1bd1a002e0717ad8bff07fb' 5 years ago
Yury Delendik f76b36f737
Write .debug_frame information (#53) 5 years ago
Nick Fitzgerald 2ead747f48
Enable bulk memory in the fuzzers (#1277) 5 years ago
Jakub Konka 02c3169151
Autolabel wasi-common PRs as wasi (#1279) 5 years ago
Nick Fitzgerald 1385b08771
Merge pull request #1276 from fitzgen/subscribe-to-label 5 years ago
Nick Fitzgerald 9c9da1dfda Enable the "Subscribe to Label" github action 5 years ago
Pat Hickey cd484e4993
add a lifetime to the wiggle_runtime::GuestErrorType trait (#41) 5 years ago
Nick Fitzgerald e364633c39
Automatically label pull requests based on the file paths modified (#1273) 5 years ago
Pat Hickey 2139020d6d
add manual interface for borrowing a GuestPtr (#40) 5 years ago
Jakub Konka bd5e71b038
[wasi-common]: add armv7 support to wasi-common (#1269) 5 years ago
Nick Fitzgerald 67bfeea16f
fuzzing: Limit the total number of API calls generated (#1265) 5 years ago
Dan Gohman ac0ee271b1
Log to stderr by default. (#1266) 5 years ago
Nick Fitzgerald 674a6208d8
Implement `data.drop` and `memory.init` and get the rest of the bulk memory spec tests passing (#1264) 5 years ago
Alex Crichton 11510ec426
Disallow values to cross stores (#1016) 5 years ago
Jakub Konka 773915b4bf
[wasi-common]: clean up error handling (#1253) 5 years ago
Yury Delendik 963bf0e255
Export wasm_config_delete (and few more _delete) (#1262) 5 years ago
Yury Delendik ba1f10f4d4
Removes panic! from the debug crate. (#1261) 5 years ago
Till Schneidereit 2ee35c9d3a Add instructions to initialize git submodules to build docs 5 years ago
Jakub Konka 061390ee1b
[wasi-common]: move filetime module to yanix (#1255) 5 years ago
Till Schneidereit 8f824a9fc1 Update outdated references to the Cranelift repository 5 years ago
Yury Delendik 7ce10191df
Add lldb smoke test (#1241) 5 years ago
Jakub Konka e5b9f1b786
[wasi-common]: winx now returns io::Error directly (#1243) 5 years ago
Dan Gohman fbe29da5cc
Miscelaneous docs updates and fixes. (#1249) 5 years ago
Till Schneidereit 0afa334f3e Update issue templates 5 years ago
Alex Pyrgiotis 07212780d3
CI: Use an HTTPS download link for LLVM (#1254) 5 years ago
Pat Hickey 06bcac3e43
Allow creation of GuestPtr<[T]> from GuestPtr<T> and length (#39) 5 years ago
Pat Hickey 6e3ec6a96d
Minor refactors to make wiggle-generate reusable externally (#34) 5 years ago
Pat Hickey c78416912c
Check safety of `as_raw` with a simplified borrow checker (#37) 5 years ago
Andrew Brown 4284491339 Translate Wasm swizzle to Cranelift swizzle 5 years ago
Andrew Brown fa7481a681 Add x86 implementation of SIMD swizzle instruction 5 years ago
Andrew Brown 4a0f53464a Remove '%test_' prefix from SIMD filetests 5 years ago
Andrew Brown d19f727850 Refactor SIMD filetests to use a common naming convention 5 years ago
Andrew Brown 442edf5c84 Refactor SIMD legalizations to separate define* function 5 years ago
Andrew Brown 6e0401b83a Refactor SIMD lane instructions to separate define* function 5 years ago
Jakub Konka 42fae4e3b8
[wasi-common]: yanix now returns io::Error directly (#1242) 5 years ago
Andrew Brown 55337abd3f Move filetest misplaced during repo merge 5 years ago
Alex Crichton 7e09c4c94f
Fill out CI docs in the contributing section of the book (#1239) 5 years ago
iximeow 7e0d9decbf
Virtual file support (#701) 5 years ago
Andrew Brown 7f7196a655 Add i64x2 integer multiplication using AVX512DQ 5 years ago
Andrew Brown 7d5075a649 Rename RexRecipeKind to RecipePrefixKind 5 years ago
Andrew Brown 2216f90916 Add an EVEX recipe (and associated recipe infrastructure) for encoding a binary operation 5 years ago
Andrew Brown 965714d675 Add encoding functions for emitting EVEX formats 5 years ago