| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-10-29 | Core/parse_asm: align support int/hex | serpilliere | 1 | -1/+1 | |
| 2015-10-29 | Core/parse_asm: clean algo; support delayslot | serpilliere | 1 | -58/+87 | |
| 2015-10-29 | Core/Parse_asm: fix state define | serpilliere | 1 | -8/+12 | |
| 2015-10-29 | Core/parse_asm: update parse_txt API use | serpilliere | 8 | -12/+11 | |
| 2015-10-29 | Core/parse_asm: clean code | serpilliere | 1 | -58/+76 | |
| 2015-10-29 | Core/parse_asm: autopep8 | serpilliere | 1 | -4/+8 | |
| 2015-10-29 | Core/parse_asm: bloc=>block | serpilliere | 1 | -16/+16 | |
| 2015-10-29 | Core/parse_asm: remove unused feature (bss/data/text) | serpilliere | 1 | -88/+74 | |
| 2015-10-29 | Expression: fix api | Fabrice Desclaux | 16 | -123/+110 | |
| 2015-10-29 | Expression: normalize ExprInt api | Fabrice Desclaux | 1 | -9/+15 | |
| 2015-10-29 | Core/asmbloc: Fix get_subcall_instr | Fabrice Desclaux | 1 | -1/+5 | |
| 2015-10-29 | Example/ida/utils: fix mips arch | Fabrice Desclaux | 1 | -2/+2 | |
| 2015-10-29 | Jitter/jitcore: Fix pyobject ref | Fabrice Desclaux | 1 | -2/+12 | |
| 2015-10-28 | Expression: autopep8 | serpilliere | 1 | -4/+2 | |
| 2015-10-28 | Expression: enhance exprop repr | serpilliere | 1 | -2/+4 | |
| 2015-10-27 | In interactive use, allow C-like prefixes to choose the base of integers | Aymeric Vincent | 7 | -32/+18 | |
| Use Python's int(s, 0) to allow string "s" to specify its base where addresses and offsets can be supplied. This change makes the situation homogeneous among the various examples and interactive usage. | |||||
| 2015-10-27 | Arch/mips/arch: remove dbg print | Fabrice Desclaux | 1 | -6/+0 | |
| 2015-10-27 | Test/mips/unit: add jcc tests | Fabrice Desclaux | 3 | -0/+99 | |
| 2015-10-27 | Arch/mips/arch: fix br off | Fabrice Desclaux | 1 | -1/+1 | |
| 2015-10-27 | SemBuilder: fix recursive visit | Camille Mougey | 1 | -7/+11 | |
| 2015-10-27 | Mips32: CPR0_112 is EPC (Exception Program Counter) | Camille Mougey | 1 | -0/+1 | |
| 2015-10-27 | Mips32: consider CPR0 as registers, able to JIT | Camille Mougey | 2 | -2/+516 | |
| 2015-10-23 | JitcoreTCC: VmMngr argument is useless | Camille Mougey | 1 | -3/+1 | |
| 2015-10-23 | BoundedDict: access to the internal dict via property | Camille Mougey | 2 | -1/+6 | |
| There is no performance loss (on a 3 minutes execution sample) due to the additionnal function call. | |||||
| 2015-10-23 | JitcorePython: adapt with new jit_call API | Camille Mougey | 2 | -1/+2 | |
| 2015-10-23 | Jitload: has_callbacks is no more needed (no perf gain) | Camille Mougey | 1 | -9/+4 | |
| 2015-10-23 | Jitload: CallbackHandler.__call__ should only be a wrapper | Camille Mougey | 1 | -1/+2 | |
| 2015-10-23 | JitTCC: loop in C while future basic blocks are known | Camille Mougey | 4 | -18/+47 | |
| 2015-10-23 | JitTCC: jitted functions return a status code | Camille Mougey | 2 | -12/+15 | |
| 2015-10-23 | Arch/x86/sem: rename args | serpilliere | 1 | -48/+48 | |
| 2015-10-23 | Arch/x86/sem: factorize cmov code | serpilliere | 1 | -118/+36 | |
| 2015-10-23 | Arch/x86/sem: factorize fcmov code | serpilliere | 1 | -56/+28 | |
| 2015-10-23 | Arch/x86/sem: factorize jcc code | serpilliere | 1 | -172/+45 | |
| 2015-10-23 | Arch/x86/arch: remove unused flags | serpilliere | 1 | -6/+3 | |
| 2015-10-23 | Test/arch/x86: remove wildcard imports | serpilliere | 1 | -5/+9 | |
| 2015-10-23 | Arch/x86/sem: raise error on missing mnemo | serpilliere | 1 | -0/+3 | |
| 2015-10-23 | Arch/x86/sem: add comiss/comisd | serpilliere | 1 | -0/+42 | |
| 2015-10-23 | Arch/x86/sem: factorize code | serpilliere | 1 | -191/+65 | |
| 2015-10-23 | Arch/x86/sem: add multiple float semantic | serpilliere | 1 | -0/+175 | |
| 2015-10-23 | Test/Arch/x86:: add por/pxor | serpilliere | 1 | -2/+18 | |
| 2015-10-23 | Arch/x86/sem: fix p[or/and/xor] | serpilliere | 2 | -23/+40 | |
| 2015-10-23 | Expression/expression: fix op len sanitycheck | serpilliere | 1 | -4/+12 | |
| 2015-10-23 | Arch/x86/sem: add mov[ua][pspd] | serpilliere | 1 | -2/+9 | |
| 2015-10-23 | Arch/x86/sem: fix movd | serpilliere | 1 | -5/+7 | |
| 2015-10-23 | Arch/x86/sem: fix movss | serpilliere | 1 | -1/+10 | |
| 2015-10-23 | Test/Arch/x86:: add cpuid | serpilliere | 1 | -0/+6 | |
| 2015-10-23 | Arch/x86/sem: fix cpuid | serpilliere | 1 | -4/+4 | |
| 2015-10-23 | Arch/x86/sem: add fdivrp; fix fcomp | serpilliere | 1 | -0/+18 | |
| 2015-10-23 | Arch/x86/sem: add fcomi/fcomip/fucomi/fucomip; fix fcomp | serpilliere | 1 | -15/+29 | |
| 2015-10-23 | Test/Arch/x86:: add fcom/fcomp | serpilliere | 1 | -0/+4 | |