aboutsummaryrefslogtreecommitdiff
path: root/py/emitinlinethumb.c
AgeCommit message (Expand)Author
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-12-20py: Remove unnecessary RULE_none and PN_none from parser.Damien George
2014-12-10py: Make functions static where appropriate.Damien George
2014-09-29py: Make macro names in assemblers consistent, and tidy up a bit.Damien George
2014-09-29py: In asmthumb, clean up unit/int types and ite ops.Damien George
2014-09-08py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.Damien George
2014-08-15py: Allow viper to have type annotations.Damien George
2014-07-17py, inline asm: Change "and" op name to "and_" to avoid keyword clash.Damien George
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-05-10py: Combine native emitters to 1 glue function; distinguish viper.Damien George
2014-05-07py, compiler: Improve passes; add an extra pass for native emitter.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-27py: Implement keyword-only args.Damien George
2014-04-26Add ARRAY_SIZE macro, and use it where possible.Damien George
2014-04-21py: Add 'align' and 'data' meta-instructions to inline assembler.Damien George
2014-04-18inlinethumb: Add wfi, cpsid and cpsie instructions.Damien George
2014-04-13py: Remove unique_codes from emitglue.c. Replace with pointers.Damien George
2014-04-13py: Big improvements to inline assembler.Damien George
2014-04-12py: Improve inline assembler; improve compiler constant folding.Damien George
2014-04-10py: Make labels unsigned ints (converted from int).Damien George
2014-04-08py: Improve inline assembler; add a few more opcodes.Damien George
2014-03-27py: Factor out code from runtime.c to emitglue.c.Damien George
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