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
path:
root
/
example
/
expression
/
manip_expression7.py
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2014-09-11
symbexec: symbexec is object
Fabrice Desclaux
1
-1
/
+1
2014-09-11
mips: add multu
Fabrice Desclaux
1
-0
/
+10
2014-09-11
symbexec: add eval cache to expr_eval
Fabrice Desclaux
1
-4
/
+7
2014-09-11
core/cpu: move bs8
Fabrice Desclaux
2
-8
/
+9
2014-09-11
expr_simpl: add shift simplification
Fabrice Desclaux
1
-0
/
+6
2014-09-05
Jittcc: fix tcc return struct bug; fix missing irbloc ret test
serpilliere
5
-44
/
+40
2014-09-05
jitcore_python: fix reg init
Fabrice Desclaux
1
-2
/
+2
2014-09-05
x86 sem: fix sar/shr multiple irdst
Fabrice Desclaux
2
-2
/
+12
2014-09-05
Jitcore: check for empty blocks
Camille Mougey
1
-0
/
+5
2014-09-05
X86 sem: fix shr case when argument is 0 during runtime
Camille Mougey
1
-11
/
+24
2014-09-05
Simplifications commons: Fix assert (avoid division by zero)
Camille Mougey
1
-2
/
+2
2014-09-05
x86 ira: Add sizeof for x86_64
Camille Mougey
1
-0
/
+15
2014-09-05
x86 sem: Typo
Camille Mougey
1
-1
/
+1
2014-09-05
jitcore_tcc: disable log
Fabrice Desclaux
1
-1
/
+1
2014-09-05
sem: tipo
Fabrice Desclaux
1
-1
/
+1
2014-09-05
Mips sem: temporary comment unimplemented mnemonic
Camille Mougey
1
-4
/
+4
2014-09-05
Symbexec: Should use b - a instead of ExprOp('-', b, a)
Camille Mougey
1
-1
/
+1
2014-09-05
WinApi: Fix alloc in GlobalAlloc
Camille Mougey
1
-1
/
+1
2014-09-05