summaryrefslogtreecommitdiffstatshomepage
path: root/py/vmentrytable.h
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.Damien George2017-04-22
* py: Allow bytecode/native to put iter_buf on stack for simple for loops.Damien George2017-02-16
* py: Combine 3 comprehension opcodes (list/dict/set) into 1.Damien George2016-09-19
* py: Declare constant data as properly constant.Damien George2016-05-20
* py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.Damien George2015-12-10
* py: Remove mp_load_const_bytes and instead load precreated bytes object.Damien George2015-06-25
* py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.Damien George2015-06-13
* py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.Damien George2015-05-12
* py: Remove LOAD_CONST_ELLIPSIS bytecode, use LOAD_CONST_OBJ instead.Damien George2015-05-05
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.Damien George2015-01-13
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Allow to properly disable builtin slice operation.Damien George2014-12-27
* py: Allow to properly disable builtin "set" object.Damien George2014-12-27
* py: Compress load-int, load-fast, store-fast, unop, binop bytecodes.Damien George2014-10-25
* Fix some unused variables, and silence a clang warning about initialization o...Antonin ENFRUN2014-05-12
* Add license header to (almost) all files.Damien George2014-05-03
* py: Remove unnecessary LOAD_CONST_ID bytecode.Damien George2014-04-27
* py: Wrap #if's around emitter functions that are used only by emitcpy.Damien George2014-04-20
* py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.Damien George2014-04-17
* Rename header file.AZ Huang2014-04-15