| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | X86: add pandn | Fabrice Desclaux | 2015-12-23 | 1 | -0/+12 | |
| | | ||||||
| * | X86: add pushfb | Fabrice Desclaux | 2015-12-23 | 1 | -0/+5 | |
| | | ||||||
| * | Qemu/test: update expected output for test_string | Ajax | 2015-11-17 | 1 | -78/+78 | |
| | | ||||||
| * | TestQEMU: workaround/hack for displaying extended hex | Ajax | 2015-11-17 | 1 | -0/+6 | |
| | | ||||||
| * | x86/arch: add cmpxchg8b and cmpxchg16b in disass and tests | Ajax | 2015-11-16 | 1 | -0/+8 | |
| | | ||||||
| * | Test/QEMU: emulate puts, enabling test_self_modifying_code | Ajax | 2015-11-16 | 1 | -0/+16 | |
| | | ||||||
| * | Test/Qemu: add an emulator for test-i386 and expected outputs | Ajax | 2015-11-16 | 42 | -0/+4923 | |
| | | ||||||
| * | Tests: add the "test-i386" regression test from QEMU | Ajax | 2015-11-16 | 1 | -0/+0 | |
| | | ||||||
| * | Test: add a unit test for x86 interrupt_num | Ajax | 2015-11-09 | 1 | -0/+31 | |
| | | ||||||
| * | Core/parse_asm: update parse_txt API use | serpilliere | 2015-10-29 | 4 | -5/+5 | |
| | | ||||||
| * | Expression: fix api | Fabrice Desclaux | 2015-10-29 | 2 | -3/+3 | |
| | | ||||||
| * | Test/mips/unit: add jcc tests | Fabrice Desclaux | 2015-10-27 | 2 | -0/+98 | |
| | | ||||||
| * | Test/arch/x86: remove wildcard imports | serpilliere | 2015-10-23 | 1 | -5/+9 | |
| | | ||||||
| * | Test/Arch/x86:: add por/pxor | serpilliere | 2015-10-23 | 1 | -2/+18 | |
| | | ||||||
| * | Test/Arch/x86:: add cpuid | serpilliere | 2015-10-23 | 1 | -0/+6 | |
| | | ||||||
| * | Test/Arch/x86:: add fcom/fcomp | serpilliere | 2015-10-23 | 1 | -0/+4 | |
| | | ||||||
| * | Test/x86/arch: add fcmovcc | serpilliere | 2015-10-23 | 1 | -0/+14 | |
| | | ||||||
| * | Test/Arch/x86:: add cvt | serpilliere | 2015-10-23 | 1 | -2/+46 | |
| | | ||||||
| * | Test/Arch/x86:: fix wbinvd | serpilliere | 2015-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Test/Arch/x86: movq | serpilliere | 2015-10-23 | 1 | -0/+2 | |
| | | ||||||
| * | Test/Arch/x86: call far | serpilliere | 2015-10-23 | 1 | -0/+7 | |
| | | ||||||
| * | Test/Arch/x86: comiss comisd | serpilliere | 2015-10-23 | 1 | -0/+12 | |
| | | ||||||
| * | Test/Arch/x86: dt mnemonics | serpilliere | 2015-10-23 | 1 | -0/+8 | |
| | | ||||||
| * | Test/Arch/aarch64: test ANDS w/ZR | Fabrice Desclaux | 2015-10-14 | 1 | -0/+5 | |
| | | ||||||
| * | Arch/arm: add rev mnemonic; | Fabrice Desclaux | 2015-10-07 | 1 | -0/+3 | |
| | | ||||||
| * | Test/aarch64: add reg test | Fabrice Desclaux | 2015-08-30 | 1 | -1/+24 | |
| | | ||||||
| * | Merge pull request #209 from serpilliere/x86_mm_fix | Camille Mougey | 2015-08-24 | 1 | -19/+580 | |
| |\ | | | | | X86 mm fix | |||||
| | * | Test/x86: updt regression test | Fabrice Desclaux | 2015-08-24 | 1 | -19/+580 | |
| | | | ||||||
| * | | Test/aarch64: add regresion tests | Fabrice Desclaux | 2015-08-20 | 1 | -0/+1786 | |
| |/ | ||||||
| * | Test/aarch64: add unit test | Fabrice Desclaux | 2015-08-09 | 2 | -0/+94 | |
| | | ||||||
| * | Test/sem: add daa/das | Fabrice Desclaux | 2015-07-29 | 2 | -0/+182 | |
| | | ||||||
| * | X86/Test: add stack unit test | serpilliere | 2015-07-20 | 1 | -0/+60 | |
| | | ||||||
| * | X86/test: update arch regression tests | serpilliere | 2015-07-20 | 1 | -6/+60 | |
| | | ||||||
| * | Cpu: modify instructions' offset relative encoding | Fabrice Desclaux | 2015-04-01 | 4 | -35/+38 | |
| | | | | | | | | | | | | | | | | | | | | The assembler will automatically use instruction len in offset computation In the following instruction: 0x10: EB 02 JMP 0x14 If we assemble this instruction, the requested instruction send to the assembler engine will be: JMP +0x4 And will be encoded to: EB 02 Previously, the assembly of: JMP +0x4 was: EB 04 | |||||
| * | Clean: remove unecessary ast_parser modification | Fabrice Desclaux | 2015-04-01 | 1 | -12/+0 | |
| | | ||||||
| * | Asmbloc: updt asmbloc api | Fabrice Desclaux | 2015-04-01 | 2 | -5/+3 | |
| | | ||||||
| * | X86/Test: add regression test on binary output for instruction with prefix | serpilliere | 2015-03-14 | 1 | -0/+5 | |
| | | ||||||
| * | X86/arch: add stmxcsr/ldmxcsr | serpilliere | 2015-03-04 | 1 | -0/+5 | |
| | | ||||||
| * | Test/X86: updt reg tests | Fabrice Desclaux | 2015-02-27 | 1 | -6/+6 | |
| | | ||||||
| * | Fixed regression tests for PUSHFW and POPFW | gg | 2015-02-20 | 1 | -2/+2 | |
| | | ||||||
| * | Core/ASMBloc: resolve_symbol now returns only the resolved blocs | Camille Mougey | 2015-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | arm: Add umull,umlal,smull,smlal to sem | Wladimir J. van der Laan | 2015-01-26 | 1 | -0/+24 | |
| | | ||||||
| * | arm: Add instruction umlal | Wladimir J. van der Laan | 2015-01-24 | 1 | -0/+2 | |
| | | | | | | umull, smull, smull and smlal are there, but not umlal (unsigned multiply and accumulate long) | |||||
| * | Arm: add instruction bfc | Fabrice Desclaux | 2015-01-12 | 1 | -0/+3 | |
| | | ||||||
| * | Arm: Fix cf in logical mnemonics | Fabrice Desclaux | 2014-12-11 | 1 | -59/+170 | |
| | | | | | /!\ TODO: CF is invalid in case of rotation in second argument. | |||||
| * | Arm: add mnemonic smull | Fabrice Desclaux | 2014-12-08 | 1 | -0/+5 | |
| | | ||||||
| * | Arch/jit: add endianess support jitters | Fabrice Desclaux | 2014-10-09 | 4 | -15/+15 | |
| | | ||||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -2/+2 | |
| | | | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem... | |||||
| * | Arm: fix carry flag in sub operation; update reg tests | Fabrice Desclaux | 2014-10-06 | 1 | -24/+62 | |
| | | ||||||
| * | Arm: swi is svc | Fabrice Desclaux | 2014-09-29 | 1 | -0/+2 | |
| | | ||||||