summaryrefslogtreecommitdiffstatshomepage
path: root/py/nativeglue.c
Commit message (Expand)AuthorAge
* py: Allow inline-assembler emitter to be generic.Damien George2016-12-09
* py/viper: Allow casting of Python integers to viper pointers.Damien George2016-02-09
* py: Extend native type-sig to use 4 bits, so uint is separate to ptr.Damien George2016-02-02
* py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George2016-01-27
* py/viper: Truncate viper integer args so they can be up to 32-bit.Damien George2016-01-07
* py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky2015-10-11
* py: Remove mp_load_const_bytes and instead load precreated bytes object.Damien George2015-06-25
* py: Remove mp_load_const_str and replace uses with inlined version.Damien George2015-06-25
* py: Implement full func arg passing for native emitter.Damien George2015-04-07
* py: Implement calling functions with *args in native emitter.Damien George2015-04-06
* py: Implement closures in native code generator.Damien George2015-04-03
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* py: Implement proper re-raising in native codegen's finally handler.Damien George2015-01-21
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Add casting to viper; add native mem stores to viper.Damien George2014-09-29
* py: Native emitter now supports delete name & global, and end finally.Damien George2014-09-06
* py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.Damien George2014-08-30
* py: Move native glue code from runtime.c to new file nativeglue.c.v1.3.1Damien George2014-08-28