about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-09Reg test: add arm jit little/big endianFabrice Desclaux6-27/+126
2014-10-09Arch/jit: add endianess support jittersFabrice Desclaux22-101/+191
2014-10-09Jitter: add endianess supportFabrice Desclaux3-21/+60
2014-10-09Arm/arch: suppport arml/armb and armtl/armtbFabrice Desclaux1-52/+48
2014-10-08asmbloc: remove un needed mode in asm functionFabrice Desclaux13-30/+40
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
2014-10-06Arm: fix carry flag in sub operation; update reg testsFabrice Desclaux3-45/+75
2014-10-03JitLoad: Rewrite & comment 'gen_new_lib'ajax