about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Test: add x86 reg testFabrice Desclaux2016-01-063-0/+32
* X86: add andnp[sd]Fabrice Desclaux2016-01-061-0/+5
* X86: add pshufdFabrice Desclaux2016-01-061-0/+2
* X86: add sse sqrtFabrice Desclaux2016-01-061-0/+10
* X86: add mov[hl]p[ds]Fabrice Desclaux2016-01-061-0/+27
* X86: add unpck[hl]p[sd]Fabrice Desclaux2016-01-061-0/+11
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+26
* X86: add pextrFabrice Desclaux2015-12-241-0/+26
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+26
* X86: add pinsrFabrice Desclaux2015-12-241-0/+44
* Test: add x86 reg testFabrice Desclaux2015-12-241-1/+62
* X86: add punpcklFabrice Desclaux2015-12-241-1/+19
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+64
* X86: add punpckFabrice Desclaux2015-12-241-0/+20
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+65
* X86: add pcmpeqFabrice Desclaux2015-12-241-0/+16
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+26
* X86: add pminuFabrice Desclaux2015-12-241-0/+12
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+26
* X86: add pmaxFabrice Desclaux2015-12-241-0/+9
* Test: add x86 reg testFabrice Desclaux2015-12-243-0/+82
* X86: add psrl/psllFabrice Desclaux2015-12-241-0/+61
* X86: add pandnFabrice Desclaux2015-12-231-0/+12
* X86: add pushfbFabrice Desclaux2015-12-231-0/+5
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-072-155/+117
* IRA: ira parent class is now miasm2.ir.ir::irCamille Mougey2015-12-072-5/+7
* Example/Disasm: update full.py to produce both IR and IRA graphesCamille Mougey2015-12-071-2/+4
* Test/Depgraph: the error status was not checkedAjax2015-12-041-0/+3
* Jitter: remove unused div_op rem_opFabrice Desclaux2015-12-041-4/+0
* TestALL: add a new tag 'qemu', avoiding QEMU testsAjax2015-11-171-0/+3
* QEMU/test: enable 'test_misc' for both python and TCCAjax2015-11-171-2/+2
* Test/QEMU: enable 'test_string' for both python and TCCAjax2015-11-171-1/+2
* Qemu/test: update expected output for test_stringAjax2015-11-171-78/+78
* TestALL: enable QEMU test_xchg for python / tccAjax2015-11-171-1/+2
* TestQEMU: workaround/hack for displaying extended hexAjax2015-11-171-0/+6
* Sembuilder: update regression testAjax2015-11-171-1/+10
* x86/arch: add cmpxchg8b and cmpxchg16b in disass and testsAjax2015-11-161-0/+8
* Test: enable QEMU tests for "bcd"Ajax2015-11-161-1/+2
* Test/QEMU: emulate puts, enabling test_self_modifying_codeAjax2015-11-162-1/+18
* Test/QEMU: test the python jitter tooAjax2015-11-161-15/+48
* Test/TestALL: add QEMU testsAjax2015-11-161-0/+32
* Test/Qemu: add an emulator for test-i386 and expected outputsAjax2015-11-1642-0/+4923
* Tests: add the "test-i386" regression test from QEMUAjax2015-11-161-0/+0
* ModInt: mimic C modulo instead of Python rounded oneAjax2015-11-161-0/+3
* ModInt: mimic C division instead of Python rounded oneAjax2015-11-161-0/+2
* Simplifications: add cst_propagation for >>>/<<< c_rezAjax2015-11-161-0/+14
* Simplification: add regression test for '>>>', '<<<'Ajax2015-11-121-1/+4
* Merge pull request #261 from commial/x86-interruptserpilliere2015-11-092-0/+32
|\
| * Test: add a unit test for x86 interrupt_numAjax2015-11-092-0/+32
* | Test: update `test_all.py` products (.txt -> .dot)Ajax2015-11-091-13/+13
|/