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
/
emitcommon.c
Age
Commit message (
Expand
)
Author
2018-05-23
py/emit: Combine name and global into one func for load/store/delete.
Damien George
2018-05-23
py/emit: Combine fast and deref into one function for load/store/delete.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-09-30
py/scope: Factor common code to find locals and close over them.
Damien George
2016-09-30
py/scope: Use lookup-table to determine a scope's simple name.
Damien George
2015-12-18
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Damien George
2015-08-17
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
2015-03-26
py, compiler: Refactor load/store/delete_id logic to reduce code size.
Damien George
2015-01-16
py: Remove unnecessary id_flags argument from emitter's load_fast.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-09-08
py: Convert [u]int to mp_[u]int_t in emit.h and associated .c files.
Damien George
2014-06-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-13
Merge pull request #471 from errordeveloper/misc_fix/unistd
Damien George
2014-04-13
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-12
py: the entire `<unistd.h>` shouldn't be needed
Ilya Dmitrichenko
2014-04-09
py: Properly implement deletion of locals and derefs, and detect errors.
Damien George
2014-03-17
py: Clean up includes.
xbe
2014-02-26
py: Remove name of var arg from macros with var args.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-10-20
Add local_num skeleton framework to deref/closure emit calls.
Damien
2013-10-12
Separate out mpy core and unix version.
Damien
2013-10-05
Factorise EMIT_COMMON calls, mostly into emit_pass1.
Damien
2013-10-05
Restructure emit so it goes through a method table.
Damien
2013-10-04
Initial commit.
Damien