about summary refs log tree commit diff stats
path: root/example/expression/get_read_write.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-06Example/Expr: unused importAjax1-1/+0
2015-11-06Example/EXPR: unused importAjax1-1/+0
2015-11-06Example/EXPR: unused import DiGraphAjax1-1/+0
2015-11-06Example/ASM: remove unused import in simple.pyAjax1-2/+0
2015-11-01JitTcc: fix memory leakFabrice Desclaux1-0/+4
2015-10-29Core/Parse_asm: fix string parsingFabrice Desclaux1-2/+2
2015-10-29Test/parse_asm: add directive testserpilliere1-0/+69
2015-10-29Core/parse_asm: align support int/hexserpilliere1-1/+1
2015-10-29Core/parse_asm: clean algo; support delayslotserpilliere1-58/+87
2015-10-29Core/Parse_asm: fix state defineserpilliere1-8/+12
2015-10-29Core/parse_asm: update parse_txt API useserpilliere8-12/+11
2015-10-29Core/parse_asm: clean codeserpilliere1-58/+76
2015-10-29Core/parse_asm: autopep8serpilliere1-4/+8
2015-10-29Core/parse_asm: bloc=>blockserpilliere1-16/+16
2015-10-29Core/parse_asm: remove unused feature (bss/data/text)serpilliere1-88/+74
2015-10-29Expression: fix apiFabrice Desclaux16-123/+110
2015-10-29Expression: normalize ExprInt apiFabrice Desclaux1-9/+15
2015-10-29Core/asmbloc: Fix get_subcall_instrFabrice Desclaux1-1/+5
2015-10-29Example/ida/utils: fix mips archFabrice Desclaux1-2/+2
2015-10-29Jitter/jitcore: Fix pyobject refFabrice Desclaux1-2/+12
2015-10-28Expression: autopep8serpilliere1-4/+2
2015-10-28Expression: enhance exprop reprserpilliere1-2/+4
2015-10-27In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent7-32/+18
2015-10-27Arch/mips/arch: remove dbg printFabrice Desclaux1-6/+0
2015-10-27Test/mips/unit: add jcc testsFabrice Desclaux3-0/+99
2015-10-27Arch/mips/arch: fix br offFabrice Desclaux1-1/+1
2015-10-27SemBuilder: fix recursive visitCamille Mougey1-7/+11
2015-10-27Mips32: CPR0_112 is EPC (Exception Program Counter)Camille Mougey1-0/+1
2015-10-27Mips32: consider CPR0 as registers, able to JITCamille Mougey2-2/+516
2015-10-23JitcoreTCC: VmMngr argument is uselessCamille Mougey1-3/+1
2015-10-23BoundedDict: access to the internal dict via propertyCamille Mougey2-1/+6
2015-10-23JitcorePython: adapt with new jit_call APICamille Mougey2-1/+2
2015-10-23Jitload: has_callbacks is no more needed (no perf gain)Camille Mougey1-9/+4
2015-10-23Jitload: CallbackHandler.__call__ should only be a wrapperCamille Mougey1-1/+2
2015-10-23JitTCC: loop in C while future basic blocks are knownCamille Mougey4-18/+47
2015-10-23JitTCC: jitted functions return a status codeCamille Mougey2-12/+15
2015-10-23Arch/x86/sem: rename argsserpilliere1-48/+48
2015-10-23Arch/x86/sem: factorize cmov codeserpilliere1-118/+36
2015-10-23Arch/x86/sem: factorize fcmov codeserpilliere1-56/+28
2015-10-23Arch/x86/sem: factorize jcc codeserpilliere1-172/+45
2015-10-23Arch/x86/arch: remove unused flagsserpilliere1-6/+3
2015-10-23Test/arch/x86: remove wildcard importsserpilliere1-5/+9
2015-10-23Arch/x86/sem: raise error on missing mnemoserpilliere1-0/+3
2015-10-23Arch/x86/sem: add comiss/comisdserpilliere1-0/+42
2015-10-23Arch/x86/sem: factorize codeserpilliere1-191/+65
2015-10-23Arch/x86/sem: add multiple float semanticserpilliere1-0/+175
2015-10-23Test/Arch/x86:: add por/pxorserpilliere1-2/+18
2015-10-23Arch/x86/sem: fix p[or/and/xor]serpilliere2-23/+40
2015-10-23Expression/expression: fix op len sanitycheckserpilliere1-4/+12
2015-10-23Arch/x86/sem: add mov[ua][pspd]serpilliere1-2/+9