Afonso Bordado
Afonso Bordado
Hi, Would it be possible to add a temporary folder to this package? This is not part of the XDG Base specification but would be very usefull to have in...
👋 Hey, This PR is an initial draft at adding support for resolving TLS variables in COFF file formats (Windows). This is the current main blocker on having `cg_clif` working...
👋 Hey, This is an in progress PR just to share my current ideas for where to take the runtest suite. It is based on top of #4453 and rewrites...
👋 Hey, This is a quality of life improvement for the fuzzer. With the custom `Debug` impl we build a runtest test case that automatically executes in the interpreter and...
👋 Hey, This implements pinned reg instructions in the interpreter and adds some tests for it.
👋 Hey This PR adds a lowering for scalar `fma` for x64. Additionally we enable this operation in the CLIF Fuzzer. cc: @abrown
👋 Hey, This PR fixes some issues with shifts in the interpreter and implements rotates. It also fixes some issues with the x64 implementation where some type combinations for `rotl`/`rotr`...
👋 Hey, This PR alters the behaviour of `*_imm` instructions to sign extend their immediate argument when the control type is `i128`. This comes from a fuzzer issue where the...
👋 Hey, the clif fuzzer reported this issue. ### `.clif` Test Case ``` test interpret test run set enable_llvm_abi_extensions=true target x86_64 target aarch64 function %a(i128) -> i128 { block0(v0: i128):...
In #3038 we introduced the initial version of the Cranelift CLIF-level differential fuzzer. This fuzzer generates CLIF modules that are run on the interpreter and subsequently on the host machine...