about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* mergeserpilliere2014-08-222-3/+7
|\
| * Archx86: translate ST to ST(0)CM2014-08-221-2/+6
| * Vmmngr: remove debug logsCM2014-08-221-5/+5
* | Arm: add exception_flags; fix svc semserpilliere2014-08-222-3/+7
* | vm_mngr: remove debug printserpilliere2014-08-211-4/+4
* | Test: add msp430 asm/dis/jitserpilliere2014-08-213-0/+128
* | msp430: move jitserpilliere2014-08-214-32/+45
* | msp430: fix asm dstserpilliere2014-08-211-3/+2
* | jit: move code into arch directoryserpilliere2014-08-216-223/+249
* | fix unpack upx example with machineserpilliere2014-08-211-5/+5
|/
* mips32: add mnemo JAL/MOVZserpilliere2014-08-213-2/+25
* test_dis: elf/pe fail fallback to raw modeserpilliere2014-08-211-7/+13
* mips: fix tiposerpilliere2014-08-211-1/+1
* mips32: little/big endian is now an attribserpilliere2014-08-215-47/+26
* Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytesserpilliere2014-08-216-13/+16
* bin_stream: fix bin_stream len testserpilliere2014-08-212-7/+4
* test dis: offset set input to rawserpilliere2014-08-211-4/+4
* mips: missing filesserpilliere2014-08-202-0/+89
* Sandbox: use machine.gdbserverCM2014-08-201-3/+4
* Machine: Add wrapper over gdbserverCM2014-08-201-0/+9
* Example: Update example to use machineCM2014-08-203-13/+10
* Machine: add wrapper over jitterCM2014-08-201-0/+16
* Test_dis: use Machine API, remove unused import & variablesCM2014-08-201-46/+4
* Machine: Add an abstract machine wrapperCM2014-08-201-0/+77
* fix bs_mode64 (namesapce overwrite)serpilliere2014-08-201-6/+6
* x86 arch: fix movsxd 32/64 bitserpilliere2014-08-181-4/+28
* x86: add les/lds. Fix call/ret farserpilliere2014-08-123-6/+42
* x86: fix call far semanticserpilliere2014-08-121-0/+23
* jitter: publify method to allow class modificationserpilliere2014-08-122-10/+14
* Add mips32 archserpilliere2014-08-069-0/+1501
* x86 arch: fix some mnemonicserpilliere2014-08-055-93/+206
* cpu/arch: arg2str moved in instruction classserpilliere2014-08-056-276/+248
* Arm arch: add uxtb uxth sxtb sxthserpilliere2014-08-012-1/+21
* Arm arch: add sxtb/sxth (tx to t.pourcelot)serpilliere2014-08-012-0/+22
* x86 SSE: Refactor codeajax2014-07-301-12/+6
* Simplification: Fix 'A op 0' with op == '-' bug, add corresponding test caseajax2014-07-302-1/+8
* Test: Improve x86 SSE tests (thanks to Adrien Guinet)ajax2014-07-303-4/+230
* x86: Improve SSE support (thanks to Adrien Guinet)ajax2014-07-303-17/+242
* JitCore_x86: UDIV & UMOD return value and arguments sizes have to be the sameajax2014-07-302-16/+16
* SH4: fix tiposerpilliere2014-07-221-1/+1
* X86 arch: addps/addpdserpilliere2014-07-212-0/+6
* X86; fix disasm cb transformation call/popserpilliere2014-07-212-2/+12
* x86 sem: fix bts cast bug and lookup semanticserpilliere2014-07-111-7/+9
* win_api_x86_32: remove printserpilliere2014-07-101-155/+46
* mergeserpilliere2014-07-103-9/+153
|\
| * ajout test jitter/os_dep/win_api_x86_32.pyRomain CARRE2014-07-073-9/+153
* | Arch: remove debug outputserpilliere2014-07-103-9/+4
* | Arm: improve arm exampleserpilliere2014-07-091-1/+4
* | Core/parse: allow the use of labels in data declarationserpilliere2014-07-093-29/+88
* | Utils: missing pack structserpilliere2014-07-091-0/+7