index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
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
/
tools
/
mpy-tool.py
Age
Commit message (
Expand
)
Author
2023-08-16
tools/mpy-tool.py: Ignore linter failure in Python 2 compatibility code.
Angus Gratton
2023-08-09
tools/mpy-tool.py: Use isinstance() for type checking.
Angus Gratton
2023-05-02
all: Fix cases of Python variable assigned but never used.
Christian Clauss
2023-02-01
tools/mpy-tool.py: Initialize line_info_top.
Martin Milata
2022-10-25
py/persistentcode: Only emit sub-version if generated code has native.
Jim Mussared
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-06-07
tools/mpy-tool.py: Improve generated frozen identifiers.
Damien George
2022-06-07
tools/mpy-tool.py: Rework .mpy merging feature.
Damien George
2022-06-07
py/bc: Remove unused mp_opcode_format function.
Damien George
2022-06-07
py/persistentcode: Remove remaining native qstr linking support.
Damien George
2022-05-26
tools/mpy-tool.py: Remove obsolete unicode flag in .mpy header.
Damien George
2022-05-23
py/emitnative: Access qstr values using indirection table qstr_table.
Damien George
2022-05-17
py/emitnative: Put a pointer to the native prelude in child_table array.
Damien George
2022-04-14
tools/mpy-tool.py: Intern more strings when freezing.
Damien George
2022-04-14
tools/mpy-tool.py: Optimise freezing of str when str data is a qstr.
Damien George
2022-04-14
tools/mpy-tool.py: Make global qstr list a dedicated class.
Damien George
2022-04-14
tools/mpy-tool.py: Optimise freezing of empty str and bytes objects.
Damien George
2022-04-14
tools/mpy-tool.py: Optimise freezing of ints that can fit a small int.
Damien George
2022-04-14
tools/mpy-tool.py: Support freezing tuples and other consts.
Damien George
2022-04-14
tools/mpy-tool.py: Support loading tuples from .mpy files.
Damien George
2022-04-14
py/persistentcode: Define enum values for obj types instead of letters.
Damien George
2022-03-28
py: Change jump-if-x-or-pop opcodes to have unsigned offset argument.
Damien George
2022-03-28
py: Change jump opcodes to emit 1-byte jump offset when possible.
Damien George
2022-02-28
tools/mpy-tool.py: Fix frozen comment generation to escape chars.
robert-hh
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-11
py/qstr: Use `const` consistently to avoid a cast.
Artyom Skrobov
2022-02-11
py/qstr: Separate hash and len from string data.
Artyom Skrobov
2021-12-18
py: Only search frozen modules when '.frozen' is found in sys.path.
Jim Mussared
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-05-26
tools/mpy-tool.py: Support relocating ARMv6 arch.
Damien George
2021-01-29
tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM.
Damien George
2020-09-09
tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly.
Damien George
2020-08-21
tools/mpy-tool.py: Fix offset of line number info.
Martin Milata
2020-04-18
all: Fix implicit conversion from double to float.
stijn
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-12
tools/mpy-tool.py: Raise exception if trying to freeze relocatable mpy.
Damien George
2019-12-12
tools/mpy-tool.py: Add ability to merge multiple .mpy files into one.
Damien George
2019-12-12
py/nativeglue: Add new header file with native function table typedef.
Damien George
2019-11-28
tools/mpy-tool.py: Support qstr linking when freezing Xtensa native mpy.
Damien George
2019-11-04
tools/mpy-tool.py: Use "@progbits #" attribute for native xtensa code.
Damien George
2019-10-15
py/persistentcode: Make .mpy more compact with qstr directly in prelude.
Damien George
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
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-09-26
py/persistentcode: Bump .mpy version to 5.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-09-26
py/bc: Replace big opcode format table with simple macro.
Damien George
2019-09-26
py/bc0: Order opcodes into groups based on their size and format.
Damien George
2019-09-06
tools/mpy-tool.py: Fix freezing of non-bytecode funcs with settrace.
Damien George
2019-09-02
py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.
Damien George
[next]