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
/
simplification_add.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
Add a regression test to ensure INT is called each time in a loop
Ajax
1
-2
/
+8
2018-05-18
LLVM: check all CPU exceptions after instruction execution
Ajax
1
-0
/
+3
2018-05-17
Jitter: fix bad block management
Fabrice Desclaux
5
-21
/
+119
2018-05-17
AsmBlock: constant for asmblockbad errno
Fabrice Desclaux
1
-10
/
+29
2018-05-17
Add support for XMM0-15 registers in x86
Ajax
4
-0
/
+105
2018-05-17
Add support for 128 bits operations in VmMngr and GCC outputs
Ajax
7
-44
/
+158
2018-05-16
Test: remove blacklisted test
Ajax
1
-1
/
+0
2018-05-16
Add support for 128 bits udiv/umod/idiv/imod operations for CC jitters
Ajax
2
-0
/
+7
2018-05-16
MSP430: remove duplicate or unused operations implem
Ajax
2
-15
/
+0
2018-05-16
ARM 'clz' op is actually 'cntleadzeros', replace it
Ajax
4
-22
/
+1
2018-05-16
Move umod/udiv/imod/idiv operations to op_semantics
Ajax
12
-159
/
+31
2018-05-16
udiv/umod/idiv/imod: remove unused 'vmcpu' argument
Ajax
8
-58
/
+58
2018-05-16
Update documentation (remove TCC jitter engine)
Ajax
1
-11
/
+2
2018-05-16
Remove TCC jitter engine
Ajax
8
-543
/
+10
2018-05-15
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
7
-18
/
+18
2018-05-15
Remove unused 'Makefile'
Ajax
1
-20
/
+0
2018-05-15
Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'
Ajax
11
-920
/
+934
2018-05-15
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
12
-61
/
+100
2018-05-15
Fix bsr implementation to avoid infinite loop on src=0
Ajax
1
-2
/
+2
2018-05-15
AsmAst: fix dup method
Fabrice Desclaux
1
-3
/
+0
2018-05-14
DSE: update doc on attachment in a breakpoint
Ajax
1
-1
/
+19
2018-05-14
Parser: fix arguments name
Fabrice Desclaux
8
-191
/
+189
2018-05-14
Core: updt parser structure
Fabrice Desclaux
29
-1030
/
+1113
2018-05-09
add getby_offset in AsmCFG
losynix
2
-0
/
+10
2018-05-09
Cpu: fix fromstring arg name
Fabrice Desclaux
5
-44
/
+43
2018-05-09
Jitter: fix FPU C functions names
Fabrice Desclaux
4
-56
/
+59
2018-05-09
Remove debug code
Fabrice Desclaux
1
-4
/
+0
2018-05-02
Update Mips runtime
Fabrice Desclaux
7
-6
/
+185
2018-04-27
Jitter: add get_breakpoint
Fabrice Desclaux
1
-0
/
+7
2018-04-26
Travis: switch to llvm-6.0 for LLVMLite 0.23
Fabrice Desclaux
1
-4
/
+4
2018-04-26
Expr: Fix default size
Fabrice Desclaux
1
-1
/
+7
2018-04-25
Add some graphical options
William Bruneau
1
-15
/
+95
2018-04-24
Fix typo
William Bruneau
1
-9
/
+3
2018-04-20
Fix build on OpenBSD.
Remi Pointel
1
-1
/
+1
2018-04-19
Fix __ne__ calls
Fabrice Desclaux
10
-1
/
+28
2018-04-19
Asmblock: fix AsmSymbolPool API
Fabrice Desclaux
1
-4
/
+22
2018-04-19
Fixed uxtw, uxth and sxtw, sxth register truncation
Vikas Gupta
1
-1
/
+24
2018-04-19
PE: fix resource rebuild
Fabrice Desclaux
1
-5
/
+5
2018-04-18
IR: fix remove_jmp auto loop
Fabrice Desclaux
1
-0
/
+4
2018-04-18
IR: simplify return if block is modified
Fabrice Desclaux
1
-5
/
+12
2018-04-18
Arm: add dsb
Fabrice Desclaux
2
-1
/
+49
2018-04-18
CPU: add reg_info from dict
Fabrice Desclaux
1
-0
/
+18
2018-04-18
Sandbox/arm: Add armtl
Fabrice Desclaux
1
-0
/
+70
2018-04-18
Cpu: lmask is property
Fabrice Desclaux
2
-4
/
+8
2018-04-18
Fix arm T32ExpandImm
Fabrice Desclaux
2
-4
/
+5
2018-04-18
Arm: add armt jitter
Fabrice Desclaux
8
-2
/
+200
2018-04-18
Fix armt ir
Fabrice Desclaux
1
-2
/
+2
2018-04-18
Arm/t2: Round ld/st pc relative
Fabrice Desclaux
1
-0
/
+3
2018-04-18
Arm: add some arm t2 instructions
Fabrice Desclaux
7
-239
/
+1536
2018-04-16
Update example with expressions manipulations
manwefm
1
-5
/
+6
[next]