about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Expression: fix apiFabrice Desclaux2015-10-2916-123/+110
* Expression: normalize ExprInt apiFabrice Desclaux2015-10-291-9/+15
* 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
| * Test/arch/x86: remove wildcard importsserpilliere2015-10-231-5/+9
| * Arch/x86/sem: raise error on missing mnemoserpilliere2015-10-231-0/+3
| * Arch/x86/sem: add comiss/comisdserpilliere2015-10-231-0/+42
| * Arch/x86/sem: factorize codeserpilliere2015-10-231-191/+65
| * Arch/x86/sem: add multiple float semanticserpilliere2015-10-231-0/+175
| * Test/Arch/x86:: add por/pxorserpilliere2015-10-231-2/+18
| * Arch/x86/sem: fix p[or/and/xor]serpilliere2015-10-232-23/+40
| * Expression/expression: fix op len sanitycheckserpilliere2015-10-231-4/+12
| * Arch/x86/sem: add mov[ua][pspd]serpilliere2015-10-231-2/+9
| * Arch/x86/sem: fix movdserpilliere2015-10-231-5/+7
| * Arch/x86/sem: fix movssserpilliere2015-10-231-1/+10
| * Test/Arch/x86:: add cpuidserpilliere2015-10-231-0/+6
| * Arch/x86/sem: fix cpuidserpilliere2015-10-231-4/+4
| * Arch/x86/sem: add fdivrp; fix fcompserpilliere2015-10-231-0/+18
| * Arch/x86/sem: add fcomi/fcomip/fucomi/fucomip; fix fcompserpilliere2015-10-231-15/+29
| * Test/Arch/x86:: add fcom/fcompserpilliere2015-10-231-0/+4
| * Arch/x86/sem: add fcompp; fix fcompserpilliere2015-10-231-3/+14
| * Arch/x86/sem: add custom float popserpilliere2015-10-232-37/+29
| * Test/x86/arch: add fcmovccserpilliere2015-10-231-0/+14
| * Arch/x86/sem: add fcmovccserpilliere2015-10-231-0/+88
| * Arch/x86/sem: add fchsserpilliere2015-10-231-0/+7
| * Arch/x86/sem: fix cqoserpilliere2015-10-231-1/+1
| * Arch/x86/sem: add cmovpe/cmovnpserpilliere2015-10-231-1/+22