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
/
emit.h
Commit message (
Expand
)
Author
Age
*
py/emitinlinerv32: Add inline assembler support for RV32.
Alessandro Gatti
2025-01-02
*
py/emitnative: Fix native async with.
Damien George
2024-06-21
*
py/emitndebug: Add native debug emitter.
Damien George
2024-06-21
*
py/asmrv32: Add RISC-V RV32IMC native code emitter.
Alessandro Gatti
2024-06-21
*
py/compile: Fix scope of assignment expression target in comprehensions.
Damien George
2023-03-09
*
py/emit: Remove logic to detect last-emit-was-return-value.
Damien George
2022-06-20
*
py/compile: De-duplicate constant objects in module's constant table.
Damien George
2022-05-18
*
py: Change jump opcodes to emit 1-byte jump offset when possible.
Damien George
2022-03-28
*
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-24
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
2019-10-05
*
py/bc0: Order opcodes into groups based on their size and format.
Damien George
2019-09-26
*
py/compile: Support multiple inline asm emitters.
Damien George
2019-03-14
*
py/compile: Add support to select the native emitter at runtime.
Damien George
2019-03-14
*
py: Move mp_native_type_from_qstr() from emitnative.c to nativeglue.c.
Damien George
2019-03-14
*
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
Damien George
2019-03-05
*
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
Damien George
2018-10-28
*
py/emit: Completely remove set_native_type, arg type is set in compiler.
Damien George
2018-09-15
*
py/emit: Remove need to call set_native_type to set viper return type.
Damien George
2018-09-15
*
py/emit: Remove need to call set_native_type to set native/viper mode.
Damien George
2018-09-15
*
py/emitnative: Optimise and improve exception handling in native code.
Damien George
2018-08-16
*
py/emit: Combine setup with/except/finally into one emit function.
Damien George
2018-05-23
*
py/emit: Merge build set/slice into existing build emit function.
Damien George
2018-05-23
*
py/emit: Combine import from/name/star into one emit function.
Damien George
2018-05-23
*
py/emit: Combine break_loop and continue_loop into one emit function.
Damien George
2018-05-23
*
py/emit: Combine load/store/delete attr into one emit function.
Damien George
2018-05-23
*
py/emit: Combine load/store/delete subscr into one emit function.
Damien George
2018-05-23
*
py/emit: Combine name and global into one func for load/store/delete.
Damien George
2018-05-23
*
py/emit: Combine build tuple/list/map emit funcs into one.
Damien George
2018-05-23
*
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-05-23
*
py/emit: Combine fast and deref into one function for load/store/delete.
Damien George
2018-05-23
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
all: Unify header guard usage.
Alexander Steffen
2017-07-18
*
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
*
py: Remove unused "use_stack" argument from for_iter_end emit function.
Damien George
2017-02-16
*
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Damien George
2017-02-16
*
py/emitinline: Move common code for end of final pass to compiler.
Damien George
2016-12-09
*
py/emitinline: Move inline-asm align and data methods to compiler.
Damien George
2016-12-09
*
py: Add inline Xtensa assembler.
Damien George
2016-12-09
*
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-12-09
*
py/emit.h: Remove long-obsolete declarations for cpython emitter.
Damien George
2016-12-09
*
py: Combine 3 comprehension emit functions (list/dict/set) into 1.
Damien George
2016-09-19
*
py: Combine continuous block of emit steps into with_cleanup emit call.
Damien George
2016-04-07
*
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2016-01-27
*
py/emit: Change type of arg of load_const_obj from void* to mp_obj_t.
Damien George
2015-11-29
*
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
2015-08-17
*
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
*
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Damien George
2015-04-20
*
py, compiler: When just bytecode, make explicit calls instead of table.
Damien George
2015-03-26
[next]