Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Implement native load for viper. | Damien George | 2014-10-12 |
| | | | | | Viper can now do: ptr8(buf)[0], which loads a byte from a buffer using machine instructions. | ||
* | py: Implement and,or,xor native ops for viper. | Damien George | 2014-10-12 |
| | |||
* | Implement missing ARM emitter functions for viper | Fabian Vogt | 2014-10-04 |
| | |||
* | py: Implement more binary ops for viper emitter. | Damien George | 2014-09-29 |
| | | | | | This included a bit of restructuring of the assembler backends. Note that the ARM backend is missing a few functions and won't compile. | ||
* | py: Make macro names in assemblers consistent, and tidy up a bit. | Damien George | 2014-09-29 |
| | |||
* | py: Make asm_arm_less_op take destination register as first arg. | Damien George | 2014-09-15 |
| | | | | This gets ARM native emitter working againg and addresses issue #858. | ||
* | Code style/whitespace cleanup; remove obsolete headers. | Damien George | 2014-09-03 |
| | | | | And move the MAP_ANON redefinition from py/asmx64.c to unix/alloc.c. | ||
* | Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and ↵ | Fabian Vogt | 2014-09-03 |
| | | | | | | MP_PLAT_FREE_EXEC macros Fixes issue #840 | ||
* | Clarify copyright on asmarm files | Fabian Vogt | 2014-08-28 |
| | |||
* | Basic native ARM emitter | Fabian Vogt | 2014-08-27 |