| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not explicitly initialize static variables to zero | Xavier Del Campo Romero | 2025-11-10 | 1 | -1/+1 |
| | | | | | This is redundant according to the C standard. | ||||
| * | br_if.c: Consider both MSB and LSB for i64 | Xavier Del Campo Romero | 2025-11-07 | 1 | -1/+1 |
| | | | | | | Otherwise, values such as 0x100000000 (i.e., the 32th-bit is set) would not cause a branch because only the lower 32 bits would be tested. | ||||
| * | First commit | Xavier Del Campo Romero | 2025-11-06 | 1 | -0/+95 |
