about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix cleanning error for depgraph testsAjax2016-09-201-10/+7
|
* Arm: fix bkptserpilliere2016-09-121-2/+2
|
* Arm: add clz/uxtabserpilliere2016-09-121-0/+6
|
* Test: fix python executableFabrice Desclaux2016-09-081-1/+1
|
* Arch/x86: fix sldtFabrice Desclaux2016-09-071-1/+5
|
* Jitter/win: fix TIB accessesFabrice Desclaux2016-09-061-2/+3
|
* Enable "python" jitter on AsmUnitTest, except someAjax2016-09-011-2/+7
|
* Regression test for SEH with a double handlerAjax2016-09-011-1/+41
|
* Add a regression test for SEH handlingAjax2016-09-012-0/+67
| | | | | XOR EDX, EDX is used to obtain a 32bits 0 in FS:[0x0], because this is an ambiguity in Intel representation
* Add a way to retrieve memory access rightPierre Graux2016-09-012-0/+27
|
* Tests: add win seh testFabrice Desclaux2016-08-311-0/+18
|
* Jitter: code generator reworkFabrice Desclaux2016-08-301-2/+1
|
* X86: fix pextrwFabrice Desclaux2016-08-041-0/+3
|
* X86: add setalcFabrice Desclaux2016-07-291-0/+2
|
* Merge pull request #389 from jbcayrou/pow_opserpilliere2016-07-031-0/+2
|\ | | | | Add ** (pow) operator
| * Add ** (pow) operatorJB Cayrou2016-06-291-0/+2
| |
* | Fix ExprOp_inf_signed + unit tests #385JB Cayrou2016-06-291-0/+6
|/
* X86: add no_rex/fix xchgFabrice Desclaux2016-06-191-0/+3
|
* Arch/armt: add pld instructionFabrice Desclaux2016-06-051-0/+5
|
* x86 arch: added x86 opcode decoding for PCMPGTDTim Blazytko2016-04-271-0/+4
|
* x86 arch: added x86 opcode decoding for SHUFPDTim Blazytko2016-04-271-0/+2
|
* x86 arch: added x86 opcode decoding for SHUFPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for MOVMSKPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for LFENCETim Blazytko2016-04-271-0/+2
|
* x86 arch: added opcode decoding for PREFETCHWTim Blazytko2016-04-271-1/+2
|
* arch: added x86 opcode decoding for PSRLDQTim Blazytko2016-04-261-0/+2
|
* x86 arch: extended opcode decoding for MOVUPSTim Blazytko2016-04-261-0/+2
| | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere
* Merge pull request #362 from commial/test-qemu-sseserpilliere2016-04-265-83/+543
|\ | | | | Test qemu sse
| * QEMU tests: update expected output according to the new binaryAjax2016-04-262-83/+83
| |
| * Add expected SSE result for QEMU i386Ajax2016-04-261-0/+453
| |
| * QEMU test: add a GS segment in test scriptAjax2016-04-261-0/+7
| |
| * Update QEMU x86 tests binary with sse supportAjax2016-04-261-0/+0
| |
* | Merge pull request #357 from serpilliere/jit_gccCamille Mougey2016-04-2622-89/+148
|\ \ | | | | | | Jit gcc
| * | Test: TCC conditional testsserpilliere2016-04-2622-88/+147
| | |
| * | Test: add gcc testsserpilliere2016-04-261-36/+36
| | |
* | | X86/arch: fix call @immserpilliere2016-04-241-0/+7
|/ /
* | Merge pull request #342 from fmonjalet/fix_typesserpilliere2016-04-191-1/+4
|\ \ | |/ |/| Fix miasm2.core.types API
| * Types: Ptr.dst_type is now a Type rather than a MemTypeFlorent Monjalet2016-03-151-1/+1
| | | | | | | | Makes for a more coherent API
| * Types: handle MemType as argument to Array constructorFlorent Monjalet2016-03-151-0/+3
| | | | | | | | | | Alse add a to_type helper that factorizes the boilerplate code to get a Type from either a MemType or a Type.
* | X86/test: add pusha/popaFabrice Desclaux2016-04-182-0/+126
| |
* | X86/test: updt test apiFabrice Desclaux2016-04-1816-51/+86
| |
* | Test/testset: autopep8Fabrice Desclaux2016-04-061-1/+9
| |
* | Test: simple outputserpilliere2016-04-065-144/+42
| |
* | Depgraph: use has_loop algorithm to spot data flow loops; fix reg testFabrice Desclaux2016-03-232-2/+2
| |
* | Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-2/+2
| |
* | Introduce Container.symbol_pool, containing container symbols (if any)Ajax2016-03-211-0/+4
| |
* | Test/Depgraph: add DG emulation regression testsFabrice Desclaux2016-03-2135-0/+227
| |
* | Depgraph: updt apiFabrice Desclaux2016-03-211-3/+3
| |
* | Test/depgraph: use z3 to remove unsatisfiable solutionsFabrice Desclaux2016-03-171-1/+16
| |
* | Depgraph: implicit emulFabrice Desclaux2016-03-171-1/+0
| |