Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Feb 24, 2018
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
Show description for c0bcf00committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 19, 2017
Commits on Jan 3, 2017
Commits on Dec 9, 2016
- committed
py/asm: Remove need for dummy_data when doing initial assembler passes.
Show description for 155fdc7committed
Commits on Nov 27, 2016
py: Factor out common code from assemblers into asmbase.[ch].
Show description for 6125995committed
Commits on Jun 4, 2015
Commits on May 8, 2015
emitnative: Revamp ARM codegen compile after full-arg support refactors.
Show description for 351424eauthored andcommitted
Commits on Apr 9, 2015
Commits on Jan 14, 2015
py: Allocate memory for assembled code at start of PASS_EMIT.
Show description for d9dc6ffcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 14, 2014
Commits on Oct 12, 2014
py: Implement native load for viper.
Show description for 91cfd41committed- committed
Commits on Oct 3, 2014
Commits on Sep 29, 2014
py: Implement more binary ops for viper emitter.
Show description for 3112cdecommitted- committed
Commits on Sep 15, 2014
py: Make asm_arm_less_op take destination register as first arg.
Show description for d4a799fcommitted
Commits on Sep 3, 2014
Code style/whitespace cleanup; remove obsolete headers.
Show description for dda4646committedAdd cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FREE_EXEC macros
Show description for b7235b8committed
Commits on Aug 27, 2014
Loading