about summary refs log tree commit diff stats
path: root/test/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test/Arch/aarch64: test ANDS w/ZRFabrice Desclaux2015-10-141-0/+5
* Arch/arm: add rev mnemonic;Fabrice Desclaux2015-10-071-0/+3
* Test/aarch64: add reg testFabrice Desclaux2015-08-301-1/+24
* Merge pull request #209 from serpilliere/x86_mm_fixCamille Mougey2015-08-241-19/+580
|\
| * Test/x86: updt regression testFabrice Desclaux2015-08-241-19/+580
* | Test/aarch64: add regresion testsFabrice Desclaux2015-08-201-0/+1786
|/
* Test/aarch64: add unit testFabrice Desclaux2015-08-092-0/+94
* Test/sem: add daa/dasFabrice Desclaux2015-07-292-0/+182
* X86/Test: add stack unit testserpilliere2015-07-201-0/+60
* X86/test: update arch regression testsserpilliere2015-07-201-6/+60
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-014-35/+38
* Clean: remove unecessary ast_parser modificationFabrice Desclaux2015-04-011-12/+0
* Asmbloc: updt asmbloc apiFabrice Desclaux2015-04-012-5/+3
* X86/Test: add regression test on binary output for instruction with prefixserpilliere2015-03-141-0/+5
* X86/arch: add stmxcsr/ldmxcsrserpilliere2015-03-041-0/+5
* Test/X86: updt reg testsFabrice Desclaux2015-02-271-6/+6
* Fixed regression tests for PUSHFW and POPFWgg2015-02-201-2/+2
* Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-261-1/+1
* arm: Add umull,umlal,smull,smlal to semWladimir J. van der Laan2015-01-261-0/+24
* arm: Add instruction umlalWladimir J. van der Laan2015-01-241-0/+2
* Arm: add instruction bfcFabrice Desclaux2015-01-121-0/+3
* Arm: Fix cf in logical mnemonicsFabrice Desclaux2014-12-111-59/+170
* Arm: add mnemonic smullFabrice Desclaux2014-12-081-0/+5
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-094-15/+15
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-2/+2
* Arm: fix carry flag in sub operation; update reg testsFabrice Desclaux2014-10-061-24/+62
* Arm: swi is svcFabrice Desclaux2014-09-291-0/+2
* Arm: add bkptFabrice Desclaux2014-09-291-0/+2
* Arm: fix ldmia write backFabrice Desclaux2014-09-291-1/+3
* test: add mnemonic testsFabrice Desclaux2014-09-193-0/+148
* mergeFabrice Desclaux2014-09-191-0/+2
* mips: add ei/ehb (dummy semantic)Fabrice Desclaux2014-09-151-0/+2
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-053-11/+10
* mips32: add ldc1serpilliere2014-08-281-0/+2
* Jitter: add mips32l jitserpilliere2014-08-221-1/+1
* mips32: add mnemo JAL/MOVZserpilliere2014-08-211-0/+4
* mips32: little/big endian is now an attribserpilliere2014-08-211-3/+3
* x86: add les/lds. Fix call/ret farserpilliere2014-08-121-0/+16
* Add mips32 archserpilliere2014-08-061-0/+237
* x86 arch: fix some mnemonicserpilliere2014-08-051-0/+3
* Arm arch: add uxtb uxth sxtb sxthserpilliere2014-08-011-0/+15