| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add br_table | Xavier Del Campo Romero | 2025-11-15 | 1 | -1/+1 |
| | | | | | | | | | | br_table is in fact a generalization of other branch types like br or br_if, since br_table contains several branches for the same pc inside the nw_lo section. Therefore, this kind of branch forced some changes to nwp_break and those relying on it. | ||||
| * | 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. | ||||
| * | First commit | Xavier Del Campo Romero | 2025-11-06 | 1 | -0/+36 |
