index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
emitnative.c
Age
Commit message (
Expand
)
Author
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-02-27
py/emitnative: Explicitly compare comparison ops in binary_op emitter.
Pepijn de Vos
2022-12-16
py/emitnative: Initialise locals as Python object type for native code.
Damien George
2022-11-11
py/emitnative: Ensure load_subscr does not clobber existing REG_ARG_2.
Damien George
2022-07-12
py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj.
Jim Mussared
2022-06-20
py/emit: Suppress unreachable bytecode/native code that follows jump.
Damien George
2022-06-20
py/emit: Remove logic to detect last-emit-was-return-value.
Damien George
2022-05-23
py/asmthumb: Make ARMv7-M instruction use dynamically selectable.
Damien George
2022-05-23
py/emitnative: Access qstr values using indirection table qstr_table.
Damien George
2022-05-19
py/emitnative: Provide dedicated local for exception unwind handler ptr.
Damien George
2022-05-19
py/emitnative: Simplify generation of code that loads prelude pointer.
Damien George
2022-05-18
py/compile: De-duplicate constant objects in module's constant table.
Damien George
2022-05-17
py/emitnative: Put a pointer to the native prelude in child_table array.
Damien George
2022-05-17
py/bc: Provide separate code-state setup funcs for bytecode and native.
Damien George
2022-04-14
Revert "py/emitnative: Don't store prelude at end of machine code if..."
Damien George
2022-03-31
py/runtime: Allow multiple **args in a function call.
David Lechner
2022-03-30
py/emitnative: Don't store prelude at end of machine code if not needed.
Damien George
2022-03-28
py: Change jump opcodes to emit 1-byte jump offset when possible.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2021-09-13
py/emitnative: Ensure load_subscr does not clobber existing REG_RET.
Damien George
2021-07-19
py/emitnative: Ensure stack settling is safe mid-branch.
Jim Mussared
2021-07-19
py/emitnative: Reuse need_reg_all func in need_stack_settled.
Damien George
2021-05-20
py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores.
Damien George
2021-01-29
py/emitnative: Support binary ops on ARMv6M without use of ite instr.
graham sanderson
2021-01-29
py/emitnative: Ensure encoding to load prelude_offset doesn't change sz.
Damien George
2020-06-27
py/emitnative: Implement binary operations for viper uint operands.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
py: Removing dangling "else" to improve code format consistency.
Damien George
2020-01-27
py/emitnative: Stop after finding an unwind target.
Jim Mussared
2020-01-27
py/emitnative: Use NULL for pending exception (not None).
Jim Mussared
2019-12-12
py/nativeglue: Add new header file with native function table typedef.
Damien George
2019-11-07
py/emitnative: Fix typo, REG_PARENT_ARG_RET should be REG_PARENT_RET.
Thea Flowers
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
2019-10-05
py/emitnative: Add support for archs that cannot read executable data.
Damien George
2019-10-05
py/emitnative: Add support for using setjmp with native emitter.
Damien George
2019-10-05
py/emitnative: Add support for archs with windowed registers.
Damien George
2019-10-01
py: Rework and compress second part of bytecode prelude.
Damien George
2019-10-01
py: Compress first part of bytecode prelude.
Damien George
2019-10-01
py: Add n_state to mp_code_state_t struct.
Damien George
2019-09-26
mpy-cross: Set number of registers in nlr_buf_t based on native arch.
Damien George
2019-09-26
py/emitnative: Factor sizeof/offsetof calculations to macros.
Damien George
2019-05-29
py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.
Damien George
2019-05-06
py: remove "if (0)" and "if (false)" branches.
Jun Wu
2019-05-03
py/native: Improve support for bool type in viper functions.
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-08
py: Add support to save native, viper and asm code to .mpy files.
Damien George
2019-03-08
py/emitnative: Adjust accounting of size of const_table.
Damien George
2019-03-08
py/emitnative: Provide concentrated points of qstr emit.
Damien George
[next]