Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-28 | WIP fix for compacting/marking collector | Camil Staps | 1 | -1/+6 | |
2016-11-26 | monster commit: replace all registers with aliases to ease optimisation | Camil Staps | 1 | -573/+572 | |
2016-11-25 | WIP fixes for bit 0 in compacting collector | Camil Staps | 1 | -4/+8 | |
2016-11-12 | Fix some add lr,pc,#8 -> #9 and orring loaded addresses before jumping in ↵ | Camil Staps | 1 | -9/+5 | |
mark/compact files (old) | |||||
2016-10-02 | Fix storing the program counter as with 5effb5b in clean-code-generator | Camil Staps | 1 | -5/+9 | |
2016-09-19 | Add .align before pushing PC; change some bl to blx | Camil Staps | 1 | -0/+3 | |
2016-09-19 | Fix PC offset when pushing to stack | Camil Staps | 1 | -6/+6 | |
2016-09-18 | .gitignore; Makefile; Add thumb2*.s as copies of arm*.s, adapt str ↵ | Camil Staps | 1 | -0/+1012 | |
pc,[sp,#-4]! and conditional instructions for Thumb-2 |