index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
2024-08-07
py/emitnative: Fix case of clobbered REG_TEMP0 when loading const obj.
Damien George
2024-06-21
py/emitnative: Fix native async with.
Damien George
2024-06-21
py/emitnative: Place thrown value in dedicated local variable.
Damien George
2024-06-21
py/emitndebug: Add native debug emitter.
Damien George
2024-06-21
py/emitnative: Add more DEBUG_printf statements.
Damien George
2024-06-21
py/emitnative: Emit better load/store sequences for RISC-V RV32IMC.
Alessandro Gatti
2024-06-21
py/asmrv32: Add RISC-V RV32IMC native code emitter.
Alessandro Gatti
2024-03-19
py/emitnative: Implement viper unary ops positive, negative and invert.
Damien George
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-20
py/emitnative: Simplify layout and loading of native function prelude.
Damien George
2024-02-16
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2023-09-29
py: Change ifdef DEBUG_PRINT to if DEBUG_PRINT.
Ihor Nehrutsa
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
[next]