-
The issue to be present in the current main branch
```bash
$ git log | head -n 1
commit dfd5609c10da85f32e0dec74a72a432acd85310a
```
**Describe the issue**
I am doing some fuzzing practice using…
-
https://godbolt.org/z/Ea5ccfebr
```c
#include
float foo(float x) {
return expf(x);
}
```
Clang 17.0.1 `-O3 -ffast-math`:
```asm
foo:
push rax
call expf@PLT
…
-
## Simple Summary
Add an optimization pass that "inlines" small basic blocks. Similar to function inlining it allows following passes to simplify things even further and remove redundancy.
For e…
-
1. History
id
data
question
text
value
options
1
1
2
…
-
I suggest adding JMP.chat to the SMS gateway options reviewed.
-
Hi,
I am trying to run Dropbox (headless) in box86 as it is too slow under qemu to be of any use. However, I run it this way:
BOX86_LD_LIBRARY_PATH=.:lib:/usr/i686-linux-gnu/lib box86 /root/.dro…
-
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on February 24, 2009 14:49:39_
this was PR 209710
instead of having to track target sizes to see whether a rel8 vs rel…
-
Most user words with conditionals end up as NN because they involve absolute `jmp` either literally or via `zero_branch_runtime`. which uses an absolute target rather than a 16-bit offset.
We coul…
-
## Test Cases
[case.zip](https://github.com/user-attachments/files/17690564/case.zip)
## Steps to Reproduce
Hi, I run the attached two cases(`good.wasm` & `bad.wasm`) in `Wasmtime` and `WasmE…
-
### Problem
The compilation to LLVM IR currently relies on [a bunch of wrappers](https://github.com/bpfverif/ebpf-range-analysis-verification-cav23/blob/bd1d363742b99b131ddb2e7e7a9f835807a1db8c/llv…