Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jan 21, 2020
Update fix (missing pragma gcc diagnostic push)
Show description for b66abd4authored
Commits on Nov 5, 2019
Allow boards to enable the `micropython.native` decorator
Show description for c7195c4committed
Commits on Aug 17, 2018
- committed
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on May 22, 2018
py/emit: Combine setup with/except/finally into one emit function.
Show description for 18e6358committedpy/emit: Merge build set/slice into existing build emit function.
Show description for 436e0d4committedpy/emit: Combine import from/name/star into one emit function.
Show description for d97906ccommittedpy/emit: Combine break_loop and continue_loop into one emit function.
Show description for 8a513dacommittedpy/emit: Combine load/store/delete attr into one emit function.
Show description for 6211d97committedpy/emit: Combine load/store/delete subscr into one emit function.
Show description for a4941a8committedpy/emit: Combine name and global into one func for load/store/delete.
Show description for d298013committedpy/emit: Combine build tuple/list/map emit funcs into one.
Show description for 26b5754committedpy/emit: Combine yield value and yield-from emit funcs into one.
Show description for e686c94committedpy/emit: Combine fast and deref into one function for load/store/delete.
Show description for 0a25fffcommitted
Commits on Apr 10, 2018
py: Refactor how native emitter code is compiled with a file per arch.
Show description for ef12a4bcommitted
Commits on Nov 15, 2017
py/emitnative: Clean up asm macro names so they have dest as first arg.
Show description for 564a95ccommitted
Commits on Oct 12, 2017
Commits on Oct 11, 2017
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Apr 22, 2017
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Show description for dd11af2committed
Commits on Mar 23, 2017
py: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf.
Show description for 60656eacommitted
Commits on Mar 17, 2017
py: Reduce size of mp_code_state_t structure.
Show description for 71a3d6ecommitted
Commits on Mar 14, 2017
- committed
py/emitnative: Use assertions and mp_not_implemented correctly.
Show description for a5a84e1committed
Commits on Feb 16, 2017
- committed
- committed
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Show description for f4df3aacommittedpy: Add iter_buf to getiter type method.
Show description for ae8d867committed
Commits on Jan 17, 2017
Commits on Dec 9, 2016
py: Integrate Xtensa assembler into native emitter.
Show description for 8e5acedcommitted- committed