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