about summary refs log tree commit diff stats
path: root/miasm2/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Arm: fit testFabrice Desclaux2015-02-231-5/+5
* Arch: remove code which uses expression modificationsserpilliere2015-02-223-20/+25
* Fix commit ae4b4b7 because of PR commentgg2015-02-201-1/+1
* Fixed POPFW instructiongg2015-02-201-2/+2
* x86: Fixed PUSHFW and POPFW declarationgg2015-02-201-2/+2
* X86: fix bsr/bsf behaviour as issued in PR #79Fabrice Desclaux2015-02-201-21/+30
* Arch/Mips32: Remove wildcard importsCamille Mougey2015-02-182-193/+235
* PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-181-2/+2
* PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-184-19/+15
* Merge pull request #74 from commial/comment-mips32serpilliere2015-02-181-131/+187
|\
| * Mips32/Sem: Import expression as m2_exprAjax2015-02-171-128/+135
| * Mips32/Sem: Remove wildcard-import from `regs`Ajax2015-02-171-1/+1
| * Mips32/Sem: Describe common MIPS32 instructionsAjax2015-02-171-0/+49
* | Use `@named_arguments` decorators for `.func_args_*` methodsPierre LALET2015-02-172-27/+14
|/
* PyLint: Unreachable codeCamille Mougey2015-02-162-12/+5
* PyLint: remove 'unnecessary-lambda'Camille Mougey2015-02-161-2/+2
* PyLint: Wild-unused-import (expression.expression) in x86 partCamille Mougey2015-02-163-868/+983
* PyLint: Remove bad `super` callsCamille Mougey2015-02-162-2/+2
* PyLint: SH4 test code was duplicatedCamille Mougey2015-02-161-435/+0
* PyLint: Remove relative importsCamille Mougey2015-02-1611-16/+13
* PyLint: Remove unused-importsCamille Mougey2015-02-164-4/+2
* X86/Sem: fix 32 bit mul/div in 64 bit modeFabrice Desclaux2015-02-131-36/+24
* X86: add movquFabrice Desclaux2015-02-121-0/+10
* Arch/X86: fix rdtsc semantic (32/64 bit)Fabrice Desclaux2015-02-101-4/+2
* Merge pull request #57 from serpilliere/x86_fixCamille Mougey2015-02-101-10/+10
|\
| * X86/sem: fix fpu mnemonic apiFabrice Desclaux2015-02-101-10/+10
* | Merge pull request #56 from serpilliere/x86_fstenvCamille Mougey2015-02-101-0/+3
|\ \
| * | Arch/X86: fix fsntenv in 64bitFabrice Desclaux2015-02-101-0/+3
| |/
* | Merge pull request #55 from serpilliere/x86_breakflow_fixCamille Mougey2015-02-101-2/+4
|\ \
| * | Arch/X86: fix jmpf breakflowFabrice Desclaux2015-02-101-1/+1
| * | Arch/X86: fix jecx breakflowFabrice Desclaux2015-02-101-1/+3
| |/
* | X86/Sem: fix pop esp semanticFabrice Desclaux2015-02-101-1/+3
* | Arch/Jit: remove useless custom lib_handlerFabrice Desclaux2015-01-292-82/+3
|/
* X86: fix execflow codeFabrice Desclaux2015-01-261-5/+11
* Msp430: fix execflow codeFabrice Desclaux2015-01-261-4/+7
* Mips: fix execflow codeFabrice Desclaux2015-01-261-12/+5
* Arm: fix execflow codeFabrice Desclaux2015-01-261-21/+15
* arm: Add umull,umlal,smull,smlal to semWladimir J. van der Laan2015-01-261-0/+35
* arm: Add instruction umlalWladimir J. van der Laan2015-01-241-0/+2
* Arm: add instruction bfcFabrice Desclaux2015-01-122-0/+24
* Arm/Ira: Fix call bloc generationFabrice Desclaux2015-01-091-2/+2
* Fix xorps semanticFabrice Desclaux2015-01-091-1/+1
* X86: use explicit names in update flags functionsFabrice Desclaux2014-12-111-4/+6
* Arm: Fix cf in logical mnemonicsFabrice Desclaux2014-12-111-7/+10
* Arm: add mnemonic smullFabrice Desclaux2014-12-081-0/+13
* Arm: fix empty reglist argumentFabrice Desclaux2014-12-081-1/+8
* X86/Jit: support api for 64 bit emulationFabrice Desclaux2014-10-311-0/+64
* x86 jit: avoid whoami callFabrice Desclaux2014-10-171-2/+3
* x86 sem: fix 16bits push/popFabrice Desclaux2014-10-101-4/+8
* Reg test: add arm jit little/big endianFabrice Desclaux2014-10-091-2/+5