about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #252 from serpilliere/fix_jitloopPierre Lalet2015-11-021-0/+4
|\
| * JitTcc: fix memory leakFabrice Desclaux2015-11-011-0/+4
|/
* Merge pull request #245 from serpilliere/fix_parse_asmFlorent2015-10-3010-151/+260
|\
| * Core/Parse_asm: fix string parsingFabrice Desclaux2015-10-291-2/+2
| * Test/parse_asm: add directive testserpilliere2015-10-291-0/+69
| * Core/parse_asm: align support int/hexserpilliere2015-10-291-1/+1
| * Core/parse_asm: clean algo; support delayslotserpilliere2015-10-291-58/+87
| * Core/Parse_asm: fix state defineserpilliere2015-10-291-8/+12
| * Core/parse_asm: update parse_txt API useserpilliere2015-10-298-12/+11
| * Core/parse_asm: clean codeserpilliere2015-10-291-58/+76
| * Core/parse_asm: autopep8serpilliere2015-10-291-4/+8
| * Core/parse_asm: bloc=>blockserpilliere2015-10-291-16/+16
| * Core/parse_asm: remove unused feature (bss/data/text)serpilliere2015-10-291-88/+74
|/
* Merge pull request #250 from serpilliere/ExprInt_apiFlorent2015-10-2916-132/+125
|\
| * Expression: fix apiFabrice Desclaux2015-10-2916-123/+110
| * Expression: normalize ExprInt apiFabrice Desclaux2015-10-291-9/+15
* | Merge pull request #249 from serpilliere/fix_get_subcallFlorent2015-10-291-1/+5
|\ \
| * | Core/asmbloc: Fix get_subcall_instrFabrice Desclaux2015-10-291-1/+5
| |/
* | Merge pull request #251 from serpilliere/fix_ida_irFlorent2015-10-291-2/+2
|\ \
| * | Example/ida/utils: fix mips archFabrice Desclaux2015-10-291-2/+2
| |/
* | Merge pull request #246 from serpilliere/fix_op_reprFlorent2015-10-291-5/+5
|\ \
| * | Expression: autopep8serpilliere2015-10-281-4/+2
| * | Expression: enhance exprop reprserpilliere2015-10-281-2/+4
| |/
* | Merge pull request #248 from serpilliere/fix_pyobjFlorent2015-10-291-2/+12
|\ \ | |/ |/|
| * Jitter/jitcore: Fix pyobject refFabrice Desclaux2015-10-291-2/+12
|/
* Merge pull request #243 from serpilliere/fix_mips_brCamille Mougey2015-10-284-7/+100
|\
| * Arch/mips/arch: remove dbg printFabrice Desclaux2015-10-271-6/+0
| * Test/mips/unit: add jcc testsFabrice Desclaux2015-10-273-0/+99
| * Arch/mips/arch: fix br offFabrice Desclaux2015-10-271-1/+1
* | Merge pull request #244 from a-vincent/allow_int_base_selectionserpilliere2015-10-277-32/+18
|\ \ | |/ |/|
| * In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-277-32/+18
* | Merge pull request #241 from commial/fix-sembuilerserpilliere2015-10-271-7/+11
|\ \
| * | SemBuilder: fix recursive visitCamille Mougey2015-10-271-7/+11
| |/
* | Merge pull request #242 from commial/missing-regs-mips32serpilliere2015-10-272-2/+517
|\ \ | |/ |/|
| * Mips32: CPR0_112 is EPC (Exception Program Counter)Camille Mougey2015-10-271-0/+1
| * Mips32: consider CPR0 as registers, able to JITCamille Mougey2015-10-272-2/+516
|/
* Merge pull request #238 from commial/feature_cloopserpilliere2015-10-238-42/+74
|\
| * JitcoreTCC: VmMngr argument is uselessCamille Mougey2015-10-231-3/+1
| * BoundedDict: access to the internal dict via propertyCamille Mougey2015-10-232-1/+6
| * JitcorePython: adapt with new jit_call APICamille Mougey2015-10-232-1/+2
| * Jitload: has_callbacks is no more needed (no perf gain)Camille Mougey2015-10-231-9/+4
| * Jitload: CallbackHandler.__call__ should only be a wrapperCamille Mougey2015-10-231-1/+2
| * JitTCC: loop in C while future basic blocks are knownCamille Mougey2015-10-234-18/+47
| * JitTCC: jitted functions return a status codeCamille Mougey2015-10-232-12/+15
|/
* Merge pull request #235 from serpilliere/x86_fixCamille Mougey2015-10-235-600/+1028
|\
| * Arch/x86/sem: rename argsserpilliere2015-10-231-48/+48
| * Arch/x86/sem: factorize cmov codeserpilliere2015-10-231-118/+36
| * Arch/x86/sem: factorize fcmov codeserpilliere2015-10-231-56/+28
| * Arch/x86/sem: factorize jcc codeserpilliere2015-10-231-172/+45
| * Arch/x86/arch: remove unused flagsserpilliere2015-10-231-6/+3