index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expression: fix api
Fabrice Desclaux
2015-10-29
16
-123
/
+110
*
Expression: normalize ExprInt api
Fabrice Desclaux
2015-10-29
1
-9
/
+15
*
Merge pull request #243 from serpilliere/fix_mips_br
Camille Mougey
2015-10-28
4
-7
/
+100
|
\
|
*
Arch/mips/arch: remove dbg print
Fabrice Desclaux
2015-10-27
1
-6
/
+0
|
*
Test/mips/unit: add jcc tests
Fabrice Desclaux
2015-10-27
3
-0
/
+99
|
*
Arch/mips/arch: fix br off
Fabrice Desclaux
2015-10-27
1
-1
/
+1
*
|
Merge pull request #244 from a-vincent/allow_int_base_selection
serpilliere
2015-10-27
7
-32
/
+18
|
\
\
|
|
/
|
/
|
|
*
In interactive use, allow C-like prefixes to choose the base of integers
Aymeric Vincent
2015-10-27
7
-32
/
+18
*
|
Merge pull request #241 from commial/fix-sembuiler
serpilliere
2015-10-27
1
-7
/
+11
|
\
\
|
*
|
SemBuilder: fix recursive visit
Camille Mougey
2015-10-27
1
-7
/
+11
|
|
/
*
|
Merge pull request #242 from commial/missing-regs-mips32
serpilliere
2015-10-27
2
-2
/
+517
|
\
\
|
|
/
|
/
|
|
*
Mips32: CPR0_112 is EPC (Exception Program Counter)
Camille Mougey
2015-10-27
1
-0
/
+1
|
*
Mips32: consider CPR0 as registers, able to JIT
Camille Mougey
2015-10-27
2
-2
/
+516
|
/
*
Merge pull request #238 from commial/feature_cloop
serpilliere
2015-10-23
8
-42
/
+74
|
\
|
*
JitcoreTCC: VmMngr argument is useless
Camille Mougey
2015-10-23
1
-3
/
+1
|
*
BoundedDict: access to the internal dict via property
Camille Mougey
2015-10-23
2
-1
/
+6
|
*
JitcorePython: adapt with new jit_call API
Camille Mougey
2015-10-23
2
-1
/
+2
|
*
Jitload: has_callbacks is no more needed (no perf gain)
Camille Mougey
2015-10-23
1
-9
/
+4
|
*
Jitload: CallbackHandler.__call__ should only be a wrapper
Camille Mougey
2015-10-23
1
-1
/
+2
|
*
JitTCC: loop in C while future basic blocks are known
Camille Mougey
2015-10-23
4
-18
/
+47
|
*
JitTCC: jitted functions return a status code
Camille Mougey
2015-10-23
2
-12
/
+15
|
/
*
Merge pull request #235 from serpilliere/x86_fix
Camille Mougey
2015-10-23
5
-600
/
+1028
|
\
|
*
Arch/x86/sem: rename args
serpilliere
2015-10-23
1
-48
/
+48
|
*
Arch/x86/sem: factorize cmov code
serpilliere
2015-10-23
1
-118
/
+36
|
*
Arch/x86/sem: factorize fcmov code
serpilliere
2015-10-23
1
-56
/
+28
|
*
Arch/x86/sem: factorize jcc code
serpilliere
2015-10-23
1
-172
/
+45
|
*
Arch/x86/arch: remove unused flags
serpilliere
2015-10-23
1
-6
/
+3
|
*
Test/arch/x86: remove wildcard imports
serpilliere
2015-10-23
1
-5
/
+9
|
*
Arch/x86/sem: raise error on missing mnemo
serpilliere
2015-10-23
1
-0
/
+3
|
*
Arch/x86/sem: add comiss/comisd
serpilliere
2015-10-23
1
-0
/
+42
|
*
Arch/x86/sem: factorize code
serpilliere
2015-10-23
1
-191
/
+65
|
*
Arch/x86/sem: add multiple float semantic
serpilliere
2015-10-23
1
-0
/
+175
|
*
Test/Arch/x86:: add por/pxor
serpilliere
2015-10-23
1
-2
/
+18
|
*
Arch/x86/sem: fix p[or/and/xor]
serpilliere
2015-10-23
2
-23
/
+40
|
*
Expression/expression: fix op len sanitycheck
serpilliere
2015-10-23
1
-4
/
+12
|
*
Arch/x86/sem: add mov[ua][pspd]
serpilliere
2015-10-23
1
-2
/
+9
|
*
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
[next]