about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* x86 sem: TypoCamille Mougey2014-09-051-1/+1
* jitcore_tcc: disable logFabrice Desclaux2014-09-051-1/+1
* sem: tipoFabrice Desclaux2014-09-051-1/+1
* Mips sem: temporary comment unimplemented mnemonicCamille Mougey2014-09-051-4/+4
* Symbexec: Should use b - a instead of ExprOp('-', b, a)Camille Mougey2014-09-051-1/+1
* WinApi: Fix alloc in GlobalAllocCamille Mougey2014-09-051-1/+1
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-0550-855/+1195
* mips sem: fix slt/sltuFabrice Desclaux2014-09-021-7/+4
* mips example: modify example for reg testsFabrice Desclaux2014-09-022-6/+8
* mips: fix conditionnal movFabrice Desclaux2014-09-021-4/+4
* mips: add pc_fetch to support delay slot jump_reg and update_regFabrice Desclaux2014-09-015-6/+49
* binary: suppr verbose messagesFabrice Desclaux2014-09-011-1/+1
* x86: raise error on not implemented float sizeFabrice Desclaux2014-09-011-0/+38
* jitload: fix elf loadingFabrice Desclaux2014-09-011-8/+26
* analysis: add container for elf/pe/str manipulationFabrice Desclaux2014-08-291-0/+47
* jitload: fix elf loadFabrice Desclaux2014-08-291-0/+1
* x86: fix mosd sse mnemoFabrice Desclaux2014-08-291-2/+20
* IRA: Add methods to get char, short, int, long, pointer sizesCamille Mougey2014-08-294-0/+64
* x86: fix float_listFabrice Desclaux2014-08-291-8/+9
* mips32: add mnemo addiFabrice Desclaux2014-08-291-0/+1
* Jitter: add set_breakpoint methodCamille Mougey2014-08-281-1/+9
* mips32: add ldc1serpilliere2014-08-282-1/+5
* ir: move float declaration by arch; clean ir2cserpilliere2014-08-289-65/+125
* mips32: add r_lo/r_hiserpilliere2014-08-263-2/+24
* jittcc: free tcc_states on jit delserpilliere2014-08-264-17/+36
* mergeserpilliere2014-08-251-0/+4
|\
| * Jitter: Fix memory leaksCamille Mougey2014-08-251-0/+4
* | jittcc: free pointersserpilliere2014-08-257-87/+23
|/
* mips: missing fileserpilliere2014-08-251-0/+72
* mips: missing fileserpilliere2014-08-251-0/+56
* mips: missing fileserpilliere2014-08-252-0/+3
* mergeserpilliere2014-08-252-1/+20
|\
| * Jitter: handle SIGALRM during jitCamille Mougey2014-08-252-1/+20
* | mips: fix all_regs_ids_no_alias; fix llvm soserpilliere2014-08-252-1/+3
* | Jitter: add mips32l jitserpilliere2014-08-229-32/+865
* | mips32: fix jal offset; fix instr pc/sp; fix asm endianessserpilliere2014-08-221-4/+10
* | Jitter: merge jitcoreARCH and vm_mngrserpilliere2014-08-228-84/+102
|/
* Arm: clean arm reg in sem; fix exception_flags tiposerpilliere2014-08-221-65/+3
* mergeserpilliere2014-08-222-3/+7
|\
| * Archx86: translate ST to ST(0)CM2014-08-221-2/+6
| * Vmmngr: remove debug logsCM2014-08-221-5/+5
* | Arm: add exception_flags; fix svc semserpilliere2014-08-222-3/+7
* | vm_mngr: remove debug printserpilliere2014-08-211-4/+4
* | Test: add msp430 asm/dis/jitserpilliere2014-08-213-0/+128
* | msp430: move jitserpilliere2014-08-214-32/+45
* | msp430: fix asm dstserpilliere2014-08-211-3/+2
* | jit: move code into arch directoryserpilliere2014-08-216-223/+249
* | fix unpack upx example with machineserpilliere2014-08-211-5/+5
|/
* mips32: add mnemo JAL/MOVZserpilliere2014-08-213-2/+25
* test_dis: elf/pe fail fallback to raw modeserpilliere2014-08-211-7/+13