about summary refs log tree commit diff stats
path: root/example/expression/graph_dataflow.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-07os_dep: factor code in common moduleFabrice Desclaux1-58/+18
2014-10-07Sandbox: add arm archFabrice Desclaux3-56/+57
2014-10-07arm/jit: Add custom handlersFabrice Desclaux1-6/+24
2014-10-07Move os_dep out of the jitter moduleFabrice Desclaux10-8/+8
2014-10-07Remove vm_ prefix /!\ API MODIFFabrice Desclaux26-397/+397
The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem...
2014-10-06Arm: fix carry flag in sub operation; update reg testsFabrice Desclaux3-45/+75
2014-10-03JitLoad: Rewrite & comment 'gen_new_lib'ajax1-18/+34
2014-10-03Jitload: vm2pe default min_addr is the first section rvaFabrice Desclaux1-2/+3
2014-10-02Example: Update example descriptionsajax2-2/+2