aboutsummaryrefslogtreecommitdiff
path: root/py/emitnative.c
AgeCommit message (Expand)Author
2013-11-03Support for for-loop in native thumb.Damien
2013-11-03Implement more thumb branch instructions.Damien
2013-11-02Fix bug: emit native didn't clear last_was_return in label_assign.Damien
2013-10-20Add local_num skeleton framework to deref/closure emit calls.Damien
2013-10-16Add iterators and comprehension to emitnative.Damien
2013-10-12Change ifdef/if defined to simple if's.Damien
2013-10-12Separate out mpy core and unix version.Damien
2013-10-10Simplify and improve function & method calling.Damien
2013-10-10Implement basic class/object in native code.Damien
2013-10-09Implement basic class/object functionality in runtime.Damien
2013-10-08Improve push/pop and register usage for native emit.Damien
2013-10-08Native Python and Viper support for x64 and thumb all together.Damien