about summary refs log tree commit diff stats
path: root/miasm2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add XMM0-15 to gpreg_dict[]acru3l2018-06-091-0/+17
| |/ /
* | | Merge pull request #752 from commial/fix/virtual-protectserpilliere2018-06-091-1/+5
|\ \ \ | |/ / |/| |
| * | VirtualProtect: act on multiple pagesAjax2018-06-041-1/+4
| * | VirtualProtect: get old access *before* setting the new oneAjax2018-06-041-1/+2
* | | Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-0942-1237/+1376
* | | Expr: Add new word ExprLocFabrice Desclaux2018-06-0839-643/+1074
|/ /
* | LLVM: check all CPU exceptions after instruction executionAjax2018-05-181-0/+3
* | Jitter: fix bad block managementFabrice Desclaux2018-05-171-17/+25
* | AsmBlock: constant for asmblockbad errnoFabrice Desclaux2018-05-171-10/+29
* | Add support for XMM0-15 registers in x86Ajax2018-05-172-0/+87
* | Add support for 128 bits operations in VmMngr and GCC outputsAjax2018-05-177-44/+158
* | Add support for 128 bits udiv/umod/idiv/imod operations for CC jittersAjax2018-05-162-0/+7
* | MSP430: remove duplicate or unused operations implemAjax2018-05-162-15/+0
* | ARM 'clz' op is actually 'cntleadzeros', replace itAjax2018-05-164-22/+1
* | Move umod/udiv/imod/idiv operations to op_semanticsAjax2018-05-1612-159/+31
* | udiv/umod/idiv/imod: remove unused 'vmcpu' argumentAjax2018-05-168-58/+58
|/
* Remove TCC jitter engineAjax2018-05-164-428/+2
* Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax2018-05-156-17/+17
* Remove unused 'Makefile'Ajax2018-05-151-20/+0
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-1510-920/+922
* Merge pull request #740 from commial/refactor/bsr-bsfserpilliere2018-05-159-46/+76
|\
| * Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0Ajax2018-05-159-44/+74
| * Fix bsr implementation to avoid infinite loop on src=0Ajax2018-05-151-2/+2
* | Merge pull request #724 from serpilliere/fix_resource_rebuildCamille Mougey2018-05-151-5/+5
|\ \
| * | PE: fix resource rebuildFabrice Desclaux2018-04-191-5/+5
* | | AsmAst: fix dup methodFabrice Desclaux2018-05-151-3/+0
| |/ |/|
* | DSE: update doc on attachment in a breakpointAjax2018-05-141-1/+19
* | Merge pull request #734 from serpilliere/enhance_parserCamille Mougey2018-05-1413-1030/+1147
|\ \
| * | Parser: fix arguments nameFabrice Desclaux2018-05-148-191/+189
| * | Core: updt parser structureFabrice Desclaux2018-05-1413-926/+1046
| * | Cpu: fix fromstring arg nameFabrice Desclaux2018-05-095-44/+43
* | | Merge pull request #736 from losynix/get_block_by_offsetserpilliere2018-05-091-0/+8
|\ \ \
| * | | add getby_offset in AsmCFGlosynix2018-05-091-0/+8
| |/ /
* / / Jitter: fix FPU C functions namesFabrice Desclaux2018-05-093-55/+58
|/ /
* | Merge pull request #735 from serpilliere/fix_dbg_codePierre Lalet2018-05-091-4/+0
|\ \
| * | Remove debug codeFabrice Desclaux2018-05-091-4/+0
* | | Merge pull request #730 from serpilliere/get_breakpointCamille Mougey2018-05-041-0/+7
|\ \ \ | |/ / |/| |
| * | Jitter: add get_breakpointFabrice Desclaux2018-04-271-0/+7
* | | Update Mips runtimeFabrice Desclaux2018-05-027-6/+185
|/ /
* | Expr: Fix default sizeFabrice Desclaux2018-04-261-1/+7
* | Fix build on OpenBSD.Remi Pointel2018-04-201-1/+1
* | Fix __ne__ callsFabrice Desclaux2018-04-199-0/+27
* | Merge pull request #714 from serpilliere/symb_pool_labelsCamille Mougey2018-04-191-4/+22
|\ \
| * | Asmblock: fix AsmSymbolPool APIFabrice Desclaux2018-04-191-4/+22
| |/
* | Merge pull request #720 from su-vikas/masterserpilliere2018-04-191-1/+24
|\ \
| * | Fixed uxtw, uxth and sxtw, sxth register truncationVikas Gupta2018-04-191-1/+24
| |/
* | Merge pull request #716 from serpilliere/fix_asmblock_simplifyCamille Mougey2018-04-181-6/+17
|\ \
| * | IR: fix remove_jmp auto loopFabrice Desclaux2018-04-181-0/+4
| * | IR: simplify return if block is modifiedFabrice Desclaux2018-04-181-5/+12
| * | Asmblock: fix graph merge tipoFabrice Desclaux2018-04-151-1/+1
| |/