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
/
miasm2
/
jitter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add the new float ops support for the C jitter and fix old ones
Ajax
2018-07-10
1
-15
/
+146
*
Add the new float ops support for the C jitter
Ajax
2018-07-10
2
-131
/
+134
*
JitCore x86: use uint64_t instead of double to store float_st*
Ajax
2018-07-10
1
-8
/
+8
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
3
-6
/
+12
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
6
-22
/
+22
*
symbol_pool -> loc_db
Ajax
2018-07-03
6
-27
/
+27
*
Jitcore: run_at actually takes a list of stop_offset, instead of a
Ajax
2018-06-22
5
-14
/
+24
*
Jitcore: remove useless strucs and rename for more meaningful names
Ajax
2018-06-22
8
-82
/
+79
*
Jitters: use loc_key instead of names or offset for basic block labeling
Ajax
2018-06-22
6
-53
/
+24
*
Merge pull request #781 from commial/fix/code-cleaning
serpilliere
2018-06-21
1
-2
/
+0
|
\
|
*
Code cleaning: remove useless / commented code
Ajax
2018-06-21
1
-2
/
+0
*
|
Jitter: deprecate jit.disasm_cb
Ajax
2018-06-21
1
-3
/
+11
|
/
*
Jitter: rename jitter class into Jitter
Fabrice Desclaux
2018-06-21
1
-1
/
+14
*
Jitter: add simple trace api
Fabrice Desclaux
2018-06-21
1
-0
/
+18
*
Jitter: fix gentoo compilation
Fabrice Desclaux
2018-06-11
1
-1
/
+1
*
Merge pull request #754 from serpilliere/fix_asmcfg_label
Camille Mougey
2018-06-10
2
-3
/
+7
|
\
|
*
Jitter: label to_string
Fabrice Desclaux
2018-06-10
2
-3
/
+7
*
|
Add XMM0-15 to gpreg_dict[]
acru3l
2018-06-09
1
-0
/
+17
|
/
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
8
-197
/
+199
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
6
-38
/
+69
*
LLVM: check all CPU exceptions after instruction execution
Ajax
2018-05-18
1
-0
/
+3
*
Jitter: fix bad block management
Fabrice Desclaux
2018-05-17
1
-17
/
+25
*
Add support for XMM0-15 registers in x86
Ajax
2018-05-17
2
-0
/
+87
*
Add support for 128 bits operations in VmMngr and GCC outputs
Ajax
2018-05-17
6
-16
/
+95
*
Add support for 128 bits udiv/umod/idiv/imod operations for CC jitters
Ajax
2018-05-16
2
-0
/
+7
*
MSP430: remove duplicate or unused operations implem
Ajax
2018-05-16
1
-12
/
+0
*
ARM 'clz' op is actually 'cntleadzeros', replace it
Ajax
2018-05-16
2
-18
/
+0
*
Move umod/udiv/imod/idiv operations to op_semantics
Ajax
2018-05-16
12
-159
/
+31
*
udiv/umod/idiv/imod: remove unused 'vmcpu' argument
Ajax
2018-05-16
7
-54
/
+54
*
Remove TCC jitter engine
Ajax
2018-05-16
3
-427
/
+1
*
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
2018-05-15
4
-12
/
+12
*
Remove unused 'Makefile'
Ajax
2018-05-15
1
-20
/
+0
*
Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'
Ajax
2018-05-15
10
-920
/
+922
*
Merge pull request #740 from commial/refactor/bsr-bsf
serpilliere
2018-05-15
3
-20
/
+44
|
\
|
*
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
2018-05-15
3
-18
/
+42
|
*
Fix bsr implementation to avoid infinite loop on src=0
Ajax
2018-05-15
1
-2
/
+2
*
|
Merge pull request #724 from serpilliere/fix_resource_rebuild
Camille Mougey
2018-05-15
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
PE: fix resource rebuild
Fabrice Desclaux
2018-04-19
1
-5
/
+5
*
|
Jitter: fix FPU C functions names
Fabrice Desclaux
2018-05-09
2
-51
/
+50
*
|
Merge pull request #730 from serpilliere/get_breakpoint
Camille Mougey
2018-05-04
1
-0
/
+7
|
\
\
|
*
|
Jitter: add get_breakpoint
Fabrice Desclaux
2018-04-27
1
-0
/
+7
*
|
|
Update Mips runtime
Fabrice Desclaux
2018-05-02
2
-0
/
+35
|
/
/
*
|
Fix build on OpenBSD.
Remi Pointel
2018-04-20
1
-1
/
+1
*
|
Fix __ne__ calls
Fabrice Desclaux
2018-04-19
1
-0
/
+3
*
|
Arm: add armt jitter
Fabrice Desclaux
2018-04-18
5
-1
/
+25
*
|
Arm: add some arm t2 instructions
Fabrice Desclaux
2018-04-18
2
-0
/
+31
|
/
*
Fix memory breakpoint name
Fabrice Desclaux
2018-03-28
5
-10
/
+14
*
Symbexec: use hashtable for mem symbols
Fabrice Desclaux
2018-03-15
2
-2
/
+2
*
LLVM: fix rot 0
Fabrice Desclaux
2018-03-05
1
-1
/
+3
*
Jitter/python: support little endian
Fabrice Desclaux
2018-03-04
2
-2
/
+20
[prev]
[next]