| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-03 | fix: do not dereference function pointer | nsfisis | |
| 2026-05-02 | fix: stack offset calculation of local variables of functions having many ↵ | nsfisis | |
| parameters `calc_lvar_stack_offset()` previously only checked the offset of the last local variables, but it might be a passed-by-stack parameter, which had a negative stack offset. With this change, `calc_lvar_stack_offset()` finds the maximum *positive* offset from local variables. | |||
| 2026-02-15 | refactor: write more tests in C | nsfisis | |
| 2026-02-07 | feat: support function calls via function pointers | nsfisis | |
| The two-pass parsing of function pointer declaration is referenced from chibicc: https://github.com/rui314/chibicc | |||
| 2026-02-07 | refactor: add ASSERT_EQ_STR() to tests/helpers.h | nsfisis | |
| 2026-01-24 | refactor: organize test files | nsfisis | |
