| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Example: Rename test_jit_* to jit_* | Camille Mougey | 2015-01-23 | 1 | -41/+0 |
| | | |||||
| * | Example: Remove unused imports in TestJit | Camille Mougey | 2015-01-23 | 1 | -3/+1 |
| | | |||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -2/+2 |
| | | | | | | | | 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... | ||||
| * | jittcc: free tcc_states on jit del | serpilliere | 2014-08-26 | 1 | -0/+1 |
| | | |||||
| * | Example: Update example to use machine | CM | 2014-08-20 | 1 | -3/+3 |
| | | |||||
| * | Example: Update Test Jit x86_32: OptParse -> ArgParse, "--jitter" argument | ajax | 2014-06-14 | 1 | -12/+9 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+45 |
| * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | |||||