index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
emitinlinethumb.c
Age
Commit message (
Expand
)
Author
2014-07-17
py, inline asm: Change "and" op name to "and_" to avoid keyword clash.
Damien George
2014-06-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-05-10
py: Combine native emitters to 1 glue function; distinguish viper.
Damien George
2014-05-07
py, compiler: Improve passes; add an extra pass for native emitter.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-27
py: Implement keyword-only args.
Damien George
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-21
py: Add 'align' and 'data' meta-instructions to inline assembler.
Damien George
2014-04-18
inlinethumb: Add wfi, cpsid and cpsie instructions.
Damien George
2014-04-13
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-13
py: Big improvements to inline assembler.
Damien George
2014-04-12
py: Improve inline assembler; improve compiler constant folding.
Damien George
2014-04-10
py: Make labels unsigned ints (converted from int).
Damien George
2014-04-08
py: Improve inline assembler; add a few more opcodes.
Damien George
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-17
py: Clean up includes.
xbe
2014-02-22
parse: Refactor parse node encoding to support full range of small ints.
Paul Sokolovsky
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-01-24
py: Improve freeing of emitters in mp_compile.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-11-03
Implement more thumb branch instructions.
Damien
2013-10-12
Change ifdef/if defined to simple if's.
Damien
2013-10-12
Separate out mpy core and unix version.
Damien
2013-10-06
Make runtime able to call inline asm with 1 argument.
Damien
2013-10-06
Add b_n opcode to inline thumb asm.
Damien
2013-10-06
Almost supports arguments for inline asm functions.
Damien
2013-10-05
Add support for inline thumb assembly.
Damien