| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Arch/x86/sem: fix movd | serpilliere | 2015-10-23 | 1 | -5/+7 |
| * | Arch/x86/sem: fix movss | serpilliere | 2015-10-23 | 1 | -1/+10 |
| * | Test/Arch/x86:: add cpuid | serpilliere | 2015-10-23 | 1 | -0/+6 |
| * | Arch/x86/sem: fix cpuid | serpilliere | 2015-10-23 | 1 | -4/+4 |
| * | Arch/x86/sem: add fdivrp; fix fcomp | serpilliere | 2015-10-23 | 1 | -0/+18 |
| * | Arch/x86/sem: add fcomi/fcomip/fucomi/fucomip; fix fcomp | serpilliere | 2015-10-23 | 1 | -15/+29 |
| * | Test/Arch/x86:: add fcom/fcomp | serpilliere | 2015-10-23 | 1 | -0/+4 |
| * | Arch/x86/sem: add fcompp; fix fcomp | serpilliere | 2015-10-23 | 1 | -3/+14 |
| * | Arch/x86/sem: add custom float pop | serpilliere | 2015-10-23 | 2 | -37/+29 |
| * | Test/x86/arch: add fcmovcc | serpilliere | 2015-10-23 | 1 | -0/+14 |
| * | Arch/x86/sem: add fcmovcc | serpilliere | 2015-10-23 | 1 | -0/+88 |
| * | Arch/x86/sem: add fchs | serpilliere | 2015-10-23 | 1 | -0/+7 |
| * | Arch/x86/sem: fix cqo | serpilliere | 2015-10-23 | 1 | -1/+1 |
| * | Arch/x86/sem: add cmovpe/cmovnp | serpilliere | 2015-10-23 | 1 | -1/+22 |
| * | Arch/x86/arch: fix iret[wdq] test | serpilliere | 2015-10-23 | 1 | -1/+1 |
| * | Test/Arch/x86:: add cvt | serpilliere | 2015-10-23 | 1 | -2/+46 |
| * | Arch/x86: add cvt | serpilliere | 2015-10-23 | 2 | -19/+199 |
| * | Arch/x86/sem: add rdmsr/wrmsr | serpilliere | 2015-10-23 | 1 | -1/+19 |
| * | Arch/x86/sem: add movdqa | serpilliere | 2015-10-23 | 1 | -7/+3 |
| * | Arch/x86/sem: add pushq/popfq | serpilliere | 2015-10-23 | 1 | -1/+5 |
| * | Test/Arch/x86:: fix wbinvd | serpilliere | 2015-10-23 | 1 | -1/+1 |
| * | Arch/x86/arch: fix wbinvd | serpilliere | 2015-10-23 | 1 | -1/+1 |
| * | Arch/x86/sem: add xorpd | serpilliere | 2015-10-23 | 1 | -0/+1 |
| * | Arch/x86/sem: add add/sub/mul/div ss/sd | serpilliere | 2015-10-23 | 1 | -0/+29 |
| * | Arch/x86/sem: Fix vectorized subtraction generation | serpilliere | 2015-10-23 | 1 | -11/+24 |
| * | Test/Arch/x86: movq | serpilliere | 2015-10-23 | 1 | -0/+2 |
| * | Arch/x86: fix movq | serpilliere | 2015-10-23 | 1 | -1/+3 |
| * | Test/Arch/x86: call far | serpilliere | 2015-10-23 | 1 | -0/+7 |
| * | Arch/x86: add call far | serpilliere | 2015-10-23 | 1 | -0/+1 |
| * | Test/Arch/x86: comiss comisd | serpilliere | 2015-10-23 | 1 | -0/+12 |
| * | Arch/x86: add comiss/comisd | serpilliere | 2015-10-23 | 1 | -0/+6 |
| * | Test/Arch/x86: dt mnemonics | serpilliere | 2015-10-23 | 1 | -0/+8 |
| * | Arch/x86: fix/add dt mnemonics | serpilliere | 2015-10-23 | 1 | -5/+18 |
| * | Merge pull request #236 from dynm/learning | serpilliere | 2015-10-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix arm sem push instruction | n1trox | 2015-10-23 | 1 | -1/+1 |
| * | | Merge pull request #234 from serpilliere/fix_iat_rebuild_64 | Camille Mougey | 2015-10-22 | 1 | -9/+12 |
| |\ \ | |||||
| | * | | Loader/pe: autopep8 | Fabrice Desclaux | 2015-10-22 | 1 | -8/+10 |
| | * | | Loader/pe: fix iat rebuild | Fabrice Desclaux | 2015-10-22 | 1 | -1/+2 |
| |/ / | |||||
| * | | Merge pull request #233 from a-vincent/nit_jittcc_relative_path | Pierre Lalet | 2015-10-22 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Use path relative to miasm2 rather than local dir for Jittcc | Aymeric Vincent | 2015-10-22 | 1 | -4/+4 |
| * | | | Merge pull request #226 from fmonjalet/optimize_jitter | serpilliere | 2015-10-22 | 2 | -12/+37 |
| |\ \ \ | |||||
| | * | | | Jitload: more concise syntax in has_callback | Florent Monjalet | 2015-10-15 | 1 | -4/+2 |
| | * | | | BoundedDict: better dict syntax | Florent Monjalet | 2015-10-15 | 1 | -2/+2 |
| | * | | | jitload: added a CallbackHandler.has_callbacks method | Florent Monjalet | 2015-10-11 | 1 | -4/+14 |
| | * | | | BoundedDict: faster implementation | Florent Monjalet | 2015-10-11 | 1 | -8/+25 |
| * | | | | Merge pull request #231 from serpilliere/fix_bloc2graph | Camille Mougey | 2015-10-21 | 1 | -63/+108 |
| |\ \ \ \ | |||||
| | * | | | | Core/Asmbloc: autopop8 | Fabrice Desclaux | 2015-10-21 | 1 | -33/+51 |
| | * | | | | Core/asmbloc: Fix dot generation for basic blocs | Fabrice Desclaux | 2015-10-21 | 1 | -34/+61 |
| |/ / / / | |||||
| * | | | | Merge pull request #230 from commial/fix_gdbserver | serpilliere | 2015-10-20 | 3 | -6/+29 |
| |\ \ \ \ | |||||
| | * | | | | GDBServer: on client exit, give back control to server script | Camille Mougey | 2015-10-19 | 1 | -1/+2 |