You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor test driver to make it capable of running different stage
based on supplied stage number.
- Refactor make rule "check" for checking stage 0 and stage 2.
- Replace constant value 4 with PTR_SIZE to give appropriate
corresponding target arch's pointer size.
- Add sizeof test.
- Introduce __SIZE_OF_PTR__ macro in lib/c.c.
- Fix arm32 div/mod, this was caused by inproper stack alignment
previously calculated in reg_alloc.c.
- Fix rv32 div/mod, this was caused by missing approximating value
equality checking.
0 commit comments