| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-10-07 | os_dep: factor code in common module | Fabrice Desclaux | 1 | -58/+18 | |
| 2014-10-07 | Sandbox: add arm arch | Fabrice Desclaux | 3 | -56/+57 | |
| 2014-10-07 | arm/jit: Add custom handlers | Fabrice Desclaux | 1 | -6/+24 | |
| 2014-10-07 | Move os_dep out of the jitter module | Fabrice Desclaux | 10 | -8/+8 | |
| 2014-10-07 | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 26 | -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-06 | Arm: fix carry flag in sub operation; update reg tests | Fabrice Desclaux | 3 | -45/+75 | |
| 2014-10-03 | JitLoad: Rewrite & comment 'gen_new_lib' | ajax | 1 | -18/+34 | |
| 2014-10-03 | Jitload: vm2pe default min_addr is the first section rva | Fabrice Desclaux | 1 | -2/+3 | |
| 2014-10-02 | Example: Update example descriptions | ajax | 2 | -2/+2 | |
| 2014-10-02< | |||||