Commit message (Expand) | Author | Age | |
---|---|---|---|
* | all: Fix spelling mistakes based on codespell check. | Damien George | 2023-04-27 |
* | py/emit: Suppress unreachable bytecode/native code that follows jump. | Damien George | 2022-06-20 |
* | py: Rework bytecode and .mpy file format to be mostly static data. | Damien George | 2022-02-24 |
* | all: Reformat C and Python source code with tools/codeformat.py. | Damien George | 2020-02-28 |
* | py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM. | Jun Wu | 2019-06-28 |
* | py/asmbase: Revert removal of clearing of label offsets for native emit. | Damien George | 2017-12-08 |
* | py/{emitbc,asmbase}: Only clear emit labels to -1 when in debug mode. | Damien George | 2017-12-08 |
* | py/asm: Remove need for dummy_data when doing initial assembler passes. | Damien George | 2016-12-09 |
* | py: Allow inline-assembler emitter to be generic. | Damien George | 2016-12-09 |
* | py: Factor out common code from assemblers into asmbase.[ch]. | Damien George | 2016-11-28 |