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
/
expr_grapher.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-26
Simplifications: simplify slice of op
Fabrice Desclaux
1
-3
/
+11
2019-01-17
Release v0.1.1
Fabrice Desclaux
1
-0
/
+20
2019-01-17
Fix bad english
Fabrice Desclaux
14
-37
/
+37
2019-01-17
Armt: fix cmn
Fabrice Desclaux
2
-1
/
+6
2019-01-16
Code clean-up and comment
Ajax
1
-80
/
+127
2019-01-16
Example/IDA: updt graph ir + menu
Fabrice Desclaux
2
-126
/
+215
2019-01-16
Example/Full: dont modify ircfg in ssa form
Fabrice Desclaux
1
-3
/
+0
2019-01-16
Example: del unnecessary dup dst in blocks
Fabrice Desclaux
1
-5
/
+2
2019-01-16
Test: add an unssa reg test
Fabrice Desclaux
2
-6
/
+659
2019-01-16
Analysis: fix unssa algorithm
Fabrice Desclaux
2
-113
/
+549
2019-01-15
Analysis: add liveness analysis
Fabrice Desclaux
1
-1
/
+207
2019-01-15
SSA: make ssa_variable_to_expr public
Fabrice Desclaux
3
-11
/
+11
2019-01-15
Expressions/Simplifications: clean code
Fabrice Desclaux
1
-60
/
+91
2019-01-15
Expression: add simplifications
Fabrice Desclaux
3
-27
/
+443
2019-01-15
LLVMConvert: fix mini-typo
Ajax
1
-1
/
+1
2019-01-15
JitCore: remove unused code
Ajax
1
-11
/
+1
2019-01-15
JitCore_Python: rewrite to be match llvm & gcc behavior
Ajax
1
-69
/
+140
2019-01-15
Rename idiv/imod into sdiv/smod
Fabrice Desclaux
16
-50
/
+50
2019-01-14
Jitter/python: use correct dump gpregs
Fabrice Desclaux
7
-5
/
+65
2019-01-14
Examples/IDA: raise IOError on read out of range
Fabrice Desclaux
1
-1
/
+5
2019-01-14
VmMngrPy: remove unused 'size' var
Ajax
1
-4
/
+0
2019-01-14
Travis: avoid redundancy between parallel tests cases
Ajax
1
-9
/
+12
2019-01-14
Test_all: add a TAG for python jitter based tests
Ajax
1
-2
/
+3
2019-01-14
Core: rm deprecated module
Fabrice Desclaux
1
-10
/
+0
2019-01-13
Jitter: fix pc update in trace mode
Fabrice Desclaux
4
-12
/
+26
2019-01-12
parallel tests
Stephen
1
-2
/
+12
2019-01-11
Update arch.py
Vladislav HrĨka
1
-1
/
+4
2019-01-11
README: update appveyor cea-sec
Fabrice Desclaux
1
-1
/
+1
2019-01-11
Disasm/full: ircfg_a and ssa.graph are the same object, use only one denomina...
Ajax
1
-8
/
+7
2019-01-11
Aarch64: add [su]mul instructions
Fabrice Desclaux
1
-0
/
+31
2019-01-11
Aarch64: add casp instruction
Fabrice Desclaux
3
-0
/
+69
2019-01-11
ARM: add mnemonics
Fabrice Desclaux
3
-1
/
+43
2019-01-11
Armt: fix itt exprloc
Fabrice Desclaux
1
-2
/
+2
2019-01-11
Armt: fix cbnz
Fabrice Desclaux
1
-1
/
+1
2019-01-11
MSP430: Explicit flags
Fabrice Desclaux
2
-101
/
+163
2019-01-10
remove unnecessary apt packages from travis
Stephen
1
-4
/
+0
2019-01-10
appveyor cleanup
Stephen
1
-3
/
+0
2019-01-10
use reference
Stephen
1
-2
/
+2
2019-01-10
use python install specific pip
Stephen
1
-6
/
+2
2019-01-10
use pip in appveyor
Stephen
1
-9
/
+2
2019-01-10
pin z3 to specific version
Stephen
1
-1
/
+1
2019-01-10
cleanup travis.yml
Stephen
3
-41
/
+21
2019-01-03
fix: typo in ContextException structure
Sheidan
1
-1
/
+1
2018-12-26
Aarch64: fix ccmp sem
Fabrice Desclaux
1
-3
/
+3
2018-12-26
Aarch64: add mnemonic sem
Fabrice Desclaux
1
-0
/
+249
2018-12-25
Make python version explicit
Valentin Brandl
1
-1
/
+1
2018-12-23
Fix typos & add codespell
Pierre LALET
98
-364
/
+372
2018-12-20
Add export_llvm, an example illustrating basic IR export
Ajax
2
-0
/
+86
2018-12-20
LLVM: introduce LLVMFunction_IRCompilation, basics for IR export
Ajax
1
-2
/
+93
2018-12-20
LLVM: add basic support for unsigned comparison
Ajax
1
-1
/
+17
[next]