summaryrefslogtreecommitdiffstatshomepage
path: root/py/asmarm.c
Commit message (Expand)AuthorAge
* py: Implement native load for viper.Damien George2014-10-12
* py: Implement and,or,xor native ops for viper.Damien George2014-10-12
* Implement missing ARM emitter functions for viperFabian Vogt2014-10-04
* py: Implement more binary ops for viper emitter.Damien George2014-09-29
* py: Make macro names in assemblers consistent, and tidy up a bit.Damien George2014-09-29
* py: Make asm_arm_less_op take destination register as first arg.Damien George2014-09-15
* Code style/whitespace cleanup; remove obsolete headers.Damien George2014-09-03
* Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE...Fabian Vogt2014-09-03
* Clarify copyright on asmarm filesFabian Vogt2014-08-28
* Basic native ARM emitterFabian Vogt2014-08-27