about summary refs log tree commit diff stats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Test: add example/disasm/callback.py to testsAjax2015-11-091-0/+1
* Test/parse_asm: add directive testserpilliere2015-10-291-0/+69
* Core/parse_asm: update parse_txt API useserpilliere2015-10-294-5/+5
* Expression: fix apiFabrice Desclaux2015-10-293-10/+10
* Test/mips/unit: add jcc testsFabrice Desclaux2015-10-273-0/+99
* Test/arch/x86: remove wildcard importsserpilliere2015-10-231-5/+9
* Test/Arch/x86:: add por/pxorserpilliere2015-10-231-2/+18
* Test/Arch/x86:: add cpuidserpilliere2015-10-231-0/+6
* Test/Arch/x86:: add fcom/fcompserpilliere2015-10-231-0/+4
* Test/x86/arch: add fcmovccserpilliere2015-10-231-0/+14
* Test/Arch/x86:: add cvtserpilliere2015-10-231-2/+46
* Test/Arch/x86:: fix wbinvdserpilliere2015-10-231-1/+1
* Test/Arch/x86: movqserpilliere2015-10-231-0/+2
* Test/Arch/x86: call farserpilliere2015-10-231-0/+7
* Test/Arch/x86: comiss comisdserpilliere2015-10-231-0/+12
* Test/Arch/x86: dt mnemonicsserpilliere2015-10-231-0/+8
* Orthograph fix in parameter: rename --ommit-tags to --omit-tags.Aymeric Vincent2015-10-141-4/+4
* Test/Arch/aarch64: test ANDS w/ZRFabrice Desclaux2015-10-141-0/+5
* TestAll: delete `exp_graph_test*` from depgraphAjax2015-10-091-10/+10
* TestAll: there is one more test for depgraph to deleteAjax2015-10-091-1/+1
* TestAll: `sol_10` and `sol_11` do not exist anymoreAjax2015-10-091-1/+1
* Arch/arm: add rev mnemonic;Fabrice Desclaux2015-10-071-0/+3
* DiGraph: added regression tests for strongly connected components and natural...Tim Blazytko2015-09-041-1/+29