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
/
runtime0.h
Age
Commit message (
Expand
)
Author
2018-12-07
py/obj: Add support for __int__ special method.
Paul Sokolovsky
2018-10-15
py/emitnative: Put None/False/True in global native const table.
Damien George
2018-10-01
py/emitnative: Implement yield and yield-from in native emitter.
Damien George
2018-09-27
py/emitnative: Place const objs for native code in separate const table.
Damien George
2018-09-15
py: Make viper functions have the same entry signature as native.
Damien George
2018-09-15
py/emit: Remove need to call set_native_type to set viper return type.
Damien George
2018-09-13
py: Fix native functions so they run with their correct globals context.
Damien George
2018-05-23
py/emit: Merge build set/slice into existing build emit function.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
2017-09-25
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Paul Sokolovsky
2017-09-22
py/runtime0: Add comments about unary/binary-op enums used in bytecode.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-08
py/runtime0.h: Put inplace arith ops in front of normal operations.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Regroup operations a bit.
Paul Sokolovsky
2017-09-07
py/objtype: Make sure mp_binary_op_method_name has full size again.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Paul Sokolovsky
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-02-16
py: Optimise storage of iterator so it takes only 4 slots on Py stack.
Damien George
2016-02-02
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Damien George
2015-12-10
py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.
Damien George
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-08-17
py: Remove unused compile scope flags, and irrelevant flag compute code.
Damien George
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
py: Remove mp_load_const_str and replace uses with inlined version.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-05-12
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-04-07
py: Implement full func arg passing for native emitter.
Damien George
2015-04-06
py: Implement calling functions with *args in native emitter.
Damien George
2015-04-03
py: Implement closures in native code generator.
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2014-12-27
py: Move to guarded includes for compile.h and related headers.
Paul Sokolovsky
2014-09-23
py: Make native emitter handle multi-compare and not/is not/not in ops.
Damien George
2014-09-06
py: Native emitter now supports delete name & global, and end finally.
Damien George
2014-08-16
py: Code clean-up in native emitter; improve thumb native calls.
Damien George
2014-08-16
py: Viper can call functions with native types, and raise exceptions.
Damien George
2014-08-15
py: Viper can now store to global.
Damien George
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-06-01
py: Fix configurability of builtin slice.
Damien George
2014-06-01
py: Add option to disable set() object (enabled by default).
Damien George
2014-05-28
py: Implement long int parsing in int(...).
Damien George
2014-05-10
runtime0.h: Group binary ops by fives.
Paul Sokolovsky
2014-05-07
py: Improve native emitter; now supports more opcodes.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
[next]