index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
vmentrytable.h
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
*
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Damien George
2017-02-16
*
py: Combine 3 comprehension opcodes (list/dict/set) into 1.
Damien George
2016-09-19
*
py: Declare constant data as properly constant.
Damien George
2016-05-20
*
py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.
Damien George
2015-12-10
*
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
*
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-06-13
*
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-05-12
*
py: Remove LOAD_CONST_ELLIPSIS bytecode, use LOAD_CONST_OBJ instead.
Damien George
2015-05-05
*
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-02-08
*
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
Damien George
2015-01-13
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
py: Allow to properly disable builtin slice operation.
Damien George
2014-12-27
*
py: Allow to properly disable builtin "set" object.
Damien George
2014-12-27
*
py: Compress load-int, load-fast, store-fast, unop, binop bytecodes.
Damien George
2014-10-25
*
Fix some unused variables, and silence a clang warning about initialization o...
Antonin ENFRUN
2014-05-12
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: Remove unnecessary LOAD_CONST_ID bytecode.
Damien George
2014-04-27
*
py: Wrap #if's around emitter functions that are used only by emitcpy.
Damien George
2014-04-20
*
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-17
*
Rename header file.
AZ Huang
2014-04-15