index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
emit.h
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2018-05-23
py/emit: Combine setup with/except/finally into one emit function.
Damien George
2018-05-23
py/emit: Merge build set/slice into existing build emit function.
Damien George
2018-05-23
py/emit: Combine import from/name/star into one emit function.
Damien George
2018-05-23
py/emit: Combine break_loop and continue_loop into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete attr into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete subscr into one emit function.
Damien George
2018-05-23
py/emit: Combine name and global into one func for load/store/delete.
Damien George
2018-05-23
py/emit: Combine build tuple/list/map emit funcs into one.
Damien George
2018-05-23
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-05-23
py/emit: Combine fast and deref into one function for load/store/delete.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-02-16
py: Remove unused "use_stack" argument from for_iter_end emit function.
Damien George
2017-02-16
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Damien George
2016-12-09
py/emitinline: Move common code for end of final pass to compiler.
Damien George
2016-12-09
py/emitinline: Move inline-asm align and data methods to compiler.
Damien George
2016-12-09
py: Add inline Xtensa assembler.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-12-09
py/emit.h: Remove long-obsolete declarations for cpython emitter.
Damien George
2016-09-19
py: Combine 3 comprehension emit functions (list/dict/set) into 1.
Damien George
2016-04-07
py: Combine continuous block of emit steps into with_cleanup emit call.
Damien George
2016-01-27
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2015-11-29
py/emit: Change type of arg of load_const_obj from void* to mp_obj_t.
Damien George
2015-08-17
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-04-20
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Damien George
2015-03-26
py, compiler: When just bytecode, make explicit calls instead of table.
Damien George
2015-03-26
py, compiler: Remove emit_pass1 code, using emit_bc to do its job.
Damien George
2015-03-26
py, compiler: Refactor load/store/delete_id logic to reduce code size.
Damien George
2015-03-03
py: Give error for duplicate label in inline assembler.
Damien George
2015-02-28
py: Combine emit functions for jump true/false to reduce code size.
Damien George
2015-02-13
py: Make inline assembler raise proper SyntaxError exception on error.
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-01-28
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-16
py: Remove unnecessary id_flags argument from emitter's load_fast.
Damien George
2015-01-13
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
py: Add basic framework for issuing compile/runtime warnings.
Paul Sokolovsky
2014-12-27
py: Allow to properly disable builtin slice operation.
Damien George
2014-12-27
py: Allow to properly disable builtin "set" object.
Damien George
2014-12-27
py: Move to guarded includes for compile.h and related headers.
Paul Sokolovsky
2014-09-08
py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.
Damien George
2014-09-06
py: Add support for emitting native x86 machine code.
Damien George
2014-08-27
Basic native ARM emitter
Fabian Vogt
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
[next]