Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-10 | Fix some more #9 -> #7 instances | Camil Staps | 1 | -3/+3 |
2016-11-08 | Cleanup: load pc directly instead of through lr | Camil Staps | 1 | -160/+80 |
2016-10-16 | Maybe Fix for having the LSB on 1, by flipping its meaning in the garbage col... | Camil Staps | 1 | -151/+70 |
2016-10-11 | Rollback erroneous bl->blx from 4b601f9 | Camil Staps | 1 | -8/+8 |
2016-10-02 | Fix storing the program counter as with 5effb5b in clean-code-generator | Camil Staps | 1 | -151/+313 |
2016-09-29 | Fix bitwise operations on SP | Camil Staps | 1 | -2/+6 |
2016-09-19 | Add .align before pushing PC; change some bl to blx | Camil Staps | 1 | -7/+77 |
2016-09-19 | Removed unnecessary .thumb_funcs | Camil Staps | 1 | -30/+0 |
2016-09-19 | Fix PC offset when pushing to stack | Camil Staps | 1 | -140/+140 |
2016-09-19 | Added .thumb_func | Camil Staps | 1 | -0/+186 |
2016-09-18 | mov instead of add ,,#0 | Camil Staps | 1 | -75/+75 |
2016-09-18 | Fix some Thumb-2 things | Camil Staps | 1 | -1/+2 |
2016-09-18 | .gitignore; Makefile; Add thumb2*.s as copies of arm*.s, adapt str pc,[sp,#-4... | Camil Staps | 1 | -0/+5067 |