about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Jitload: fix gen_new_lib tipo (off/rva)serpilliere2014-07-071-5/+5
|/
* Jitter: Fix fastcall/stdcall arch arm and linuxserpilliere2014-07-032-15/+24
* Arm: add asm exmaple using $serpilliere2014-07-031-1/+7
* Core: $ symbol can be customized for relative offset tricksserpilliere2014-07-033-26/+11
* Arm: update reg testsserpilliere2014-07-031-2/+11
* Arm: add mnemo/sem uxtb, uxth, ubfxserpilliere2014-07-032-1/+75