about summary refs log tree commit diff stats
path: root/test/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test for DIV 128bitsAjax2017-06-272-0/+27
* Test/X86: add push/pop regression testsFabrice Desclaux2017-05-171-1/+194
* Remove absolute sys.pathAjax2017-04-241-3/+0
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-246-35/+2
* Introduce a naive "System V" calling conventionAjax2017-04-061-4/+4
* Aarch64: fix ldrFabrice Desclaux2017-04-061-1/+7
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-134-8/+8
* All: rename vars bloc -> blockFabrice Desclaux2017-03-134-12/+12
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-133-6/+6
* Core/cpu: change ParseAst nameFabrice Desclaux2017-02-134-5/+5
* X86: add pslldqFabrice Desclaux2017-02-031-0/+3
* X86: fix rex_r in reg argsFabrice Desclaux2017-02-031-0/+8
* Add regression test for CPUID supportAjax2017-02-021-0/+21
* these files are not top level executables, adaptAymeric Vincent2017-01-053-24/+0
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-0522-22/+31
* Expr: Remove exprint_fromFabrice Desclaux2016-12-233-14/+14
* ExprCompose: add new apiFabrice Desclaux2016-11-041-1/+1
* Symbexec: new api for emul_ir_*Fabrice Desclaux2016-11-043-3/+3
* Os_dep: fix get/set strFabrice Desclaux2016-09-291-3/+3
* Arm: fix bkptserpilliere2016-09-121-2/+2
* Arm: add clz/uxtabserpilliere2016-09-121-0/+6
* Arch/x86: fix sldtFabrice Desclaux2016-09-071-1/+5
* Jitter/win: fix TIB accessesFabrice Desclaux2016-09-061-2/+3
* Regression test for SEH with a double handlerAjax2016-09-011-1/+41
* Add a regression test for SEH handlingAjax2016-09-011-0/+66
* X86: fix pextrwFabrice Desclaux2016-08-041-0/+3
* X86: add setalcFabrice Desclaux2016-07-291-0/+2
* 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
* Merge pull request #362 from commial/test-qemu-sseserpilliere2016-04-265-83/+543
|\
| * 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-2621-41/+68
|\ \
| * | Test: TCC conditional testsserpilliere2016-04-2621-41/+68
| |/
* / X86/arch: fix call @immserpilliere2016-04-241-0/+7
|/
* X86/test: add pusha/popaFabrice Desclaux2016-04-181-0/+125
* X86/test: updt test apiFabrice Desclaux2016-04-1816-51/+86
* remove old ida workaround executable for the 64bit caseAymeric Vincent2016-02-091-13/+2
* Sem/x86: fix call fromstringFabrice Desclaux2016-01-301-4/+32
* Test: add x86 reg testFabrice Desclaux2016-01-062-0/+31