Commits
User selector
Commit History
Commits on Apr 26, 2016
Commits on Apr 7, 2016
- committed
py: Combine continuous block of emit steps into with_cleanup emit call.
Show description for ce8b4e8committed
Commits on Feb 15, 2016
Commits on Feb 9, 2016
Commits on Feb 2, 2016
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Show description for 5f3e005committed
Commits on Dec 10, 2015
py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.
Show description for bdbe8c9committed
Commits on Nov 29, 2015
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Show description for c8e9c0dcommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
- committed
Commits on Oct 14, 2015
py: Fix build of ARM native emitter due to recent viper changes.
Show description for fcce148committed
Commits on Oct 12, 2015
Commits on Oct 8, 2015
Commits on Sep 23, 2015
py: Slightly simplify compile and emit of star/double-star arguments.
Show description for fbcaf0ecommitted
Commits on Aug 12, 2015
py: In native ARM emitter, load r7 with table earlier in func prelude.
Show description for c39093dcommitted
Commits on Jul 27, 2015
py: For viper compile errors, add traceback with function and filename.
Show description for 84d59c2committed
Commits on Jul 23, 2015
py: Issue an error when compiling Viper functions with more than 4 args.
Show description for f17e663committed
Commits on Jun 25, 2015
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Show description for 59fba2dcommitted- committed
Commits on Jun 4, 2015
- committed
py: Implement implicit cast to obj for viper load/store index/value.
Show description for 4d9cad1committed
Commits on May 8, 2015
emitnative: Revamp ARM codegen compile after full-arg support refactors.
Show description for 351424eauthored andcommitted
Commits on May 6, 2015
py: Fix naming of function arguments when function is a closure.
Show description for 9a42eb5committed
Commits on Apr 22, 2015
Commits on Apr 20, 2015
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Show description for c8b60f0committed
Commits on Apr 16, 2015
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Apr 6, 2015
Commits on Apr 3, 2015
- committed
- committed
py: Implement closures in native code generator.
Show description for 4cd9cedcommittedpy: Implement (non-compliant) support for delete_fast in native emitter.
Show description for 2cc5473committed