about summary refs log tree commit diff stats
path: root/test/ir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* X86: add regression tests for bsf/bsrFabrice Desclaux2015-02-201-1/+1
|
* Added TranslatorZ3 to the Miasm test suite.Florent Monjalet2015-01-231-0/+123
|
* Test: Update API of ir2C testCamille Mougey2014-12-141-35/+45
|
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-2/+2
| | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon.
* Miasm v2serpilliere2014-06-032-0/+118
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !