index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
emitnx86.c
Age
Commit message (
Expand
)
Author
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-16
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2022-05-23
py/emitnative: Access qstr values using indirection table qstr_table.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2019-12-12
py/nativeglue: Add new header file with native function table typedef.
Damien George
2019-11-07
py/emitnx86: Make mp_f_n_args table match order of mp_fun_kind_t.
Damien George
2019-11-01
py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table.
Damien George
2018-10-01
py/emitnative: Implement yield and yield-from in native emitter.
Damien George
2018-09-15
py: Make viper functions have the same entry signature as native.
Damien George
2018-09-13
py: Fix native functions so they run with their correct globals context.
Damien George
2018-09-04
py/emitnative: Add support for return/break/continue in try and with.
Damien George
2018-08-17
py/emitnx86: Fix number of args passed to mp_setup_code_state, 4 not 5.
Damien George
2018-08-16
py/emitnative: Optimise and improve exception handling in native code.
Damien George
2018-05-04
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
Damien George
2018-04-10
py: Refactor how native emitter code is compiled with a file per arch.
Damien George