about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* x86/sem: fix 'aas' factor code with 'aaa'Ajax2015-11-161-27/+10
* x86/sem: refactor 'aaa' and fix itAjax2015-11-161-24/+16
* x86/sem: update nzp flags in 'das'Ajax2015-11-161-0/+1
* x86/sem: update nzp flags in 'daa'Ajax2015-11-161-0/+1
* Merge pull request #274 from commial/test-qemuserpilliere2015-11-1644-0/+5005
|\
| * 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
|/
* Merge pull request #273 from commial/fix-python-emulserpilliere2015-11-163-4/+56
|\
| * ModInt: mimic C modulo instead of Python rounded oneAjax2015-11-162-2/+5
| * ModInt: mimic C division instead of Python rounded oneAjax2015-11-162-2/+4
| * Simplifications: add cst_propagation for >>>/<<< c_rezAjax2015-11-162-0/+47
|/
* Merge pull request #271 from serpilliere/fix_single_stepCamille Mougey2015-11-163-2/+13
|\
| * Jitter: fix single stepFabrice Desclaux2015-11-152-2/+7
| * Jitter: add reset jitter blocksFabrice Desclaux2015-11-151-0/+6
* | Merge pull request #270 from serpilliere/fix_win_apiCamille Mougey2015-11-161-1/+1
|\ \ | |/ |/|
| * Os_dep: fix swastartupFabrice Desclaux2015-11-151-1/+1
* | Merge pull request #268 from serpilliere/fix_rdtscPierre Lalet2015-11-151-3/+3
|\ \
| * | Sem/x86: fix rdtscFabrice Desclaux2015-11-151-3/+3
| |/
* | Merge pull request #269 from serpilliere/fix_dup_page_dbgPierre Lalet2015-11-151-26/+14
|\ \ | |/ |/|
| * Jitter/vm_mngr: Clean logsFabrice Desclaux2015-11-151-26/+14
|/
* Merge pull request #267 from commial/fix-sem-x86serpilliere2015-11-146-223/+168
|\
| * x86/sem: fix typo (creds @serpilliere)Ajax2015-11-131-2/+2
| * x86/sem: LOOP* should use opmode instead of admodeAjax2015-11-131-8/+5
| * x86/sem: correct AFLAG (special case for dec)Ajax2015-11-131-11/+11
| * x86/sem: fix SHL (handle 0-round case)Ajax2015-11-131-13/+1
| * x86/sem: fix OF calculation for shrAjax2015-11-131-1/+1
| * x86/sem: fix OF calculation for sarAjax2015-11-131-3/+10
| * x86/sem: fix rol semantics (handle 0-round case)Ajax2015-11-131-10/+1
| * x86/sem: fix ror semantics (handle 0-round case)Ajax2015-11-131-14/+12
| * x86/TCC: fix rcr/rcl computationAjax2015-11-131-36/+26
| * x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1Ajax2015-11-134-45/+10
| * x86/sem: fix overflow flag condition in rotationAjax2015-11-131-2/+4
| * x86/sem: use _rotate_tpl for RCRAjax2015-11-131-13/+4
| * x86/TCC: fix a loosed bit of rotate leftAjax2015-11-131-3/+3
| * x86/sem: introduce a template for rotate, handling 0-rotateAjax2015-11-131-10/+37
| * x86/sem: refactor _shift_tplAjax2015-11-131-19/+14
| * x86/sem: fix shld for 'undefined behavior'Ajax2015-11-131-6/+16
| * x86/sem: fix overflow flag for shldAjax2015-11-121-3/+4
| * x86/sem: use shift_tpl for shldAjax2015-11-121-21/+4
| * x86/sem: handle overflow flag in shrdAjax2015-11-121-1/+3
| * x86/sem: emulate overflow 'undefined behavior' for shrdAjax2015-11-121-6/+25
| * Simplification: add regression test for '>>>', '<<<'Ajax2015-11-121-1/+4
| * Simplifications: '>>>', '<<<' with rounds > sizeAjax2015-11-121-3/+4
| * x86/sem: handle count == 0 in `shrd`Ajax2015-11-121-17/+12
| * x86/sem: refactor sar / shr using a common templateAjax2015-11-121-34/+14
* | Merge pull request #263 from serpilliere/fix_module_listCamille Mougey2015-11-121-255/+299
|\ \ | |/ |/|
| * Os_dep/win_seh: rename myjitFabrice Desclaux2015-11-121-115/+115