aboutsummaryrefslogtreecommitdiff
path: root/py/emitinlinethumb.c
AgeCommit message (Expand)Author
2014-03-17py: Clean up includes.xbe
2014-02-22parse: Refactor parse node encoding to support full range of small ints.Paul Sokolovsky
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky
2014-01-24py: Improve freeing of emitters in mp_compile.Damien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-11-03Implement more thumb branch instructions.Damien
2013-10-12Change ifdef/if defined to simple if's.Damien
2013-10-12Separate out mpy core and unix version.Damien
2013-10-06Make runtime able to call inline asm with 1 argument.Damien
2013-10-06Add b_n opcode to inline thumb asm.Damien
2013-10-06Almost supports arguments for inline asm functions.Damien
2013-10-05Add support for inline thumb assembly.Damien