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
/
llvmconvert.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Jitter: support high level flags
Fabrice Desclaux
2019-01-27
1
-1
/
+36
*
Fix bad english
Fabrice Desclaux
2019-01-17
1
-18
/
+18
*
Merge pull request #942 from serpilliere/rename_idiv_sdiv
Camille Mougey
2019-01-16
1
-3
/
+3
|
\
|
*
Rename idiv/imod into sdiv/smod
Fabrice Desclaux
2019-01-15
1
-3
/
+3
*
|
LLVMConvert: fix mini-typo
Ajax
2019-01-15
1
-1
/
+1
|
/
*
Jitter: fix pc update in trace mode
Fabrice Desclaux
2019-01-13
1
-4
/
+12
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-7
/
+7
*
LLVM: introduce LLVMFunction_IRCompilation, basics for IR export
Ajax
2018-12-20
1
-2
/
+93
*
LLVM: add basic support for unsigned comparison
Ajax
2018-12-20
1
-1
/
+17
*
LLVM: move Miasm operatation support to LLVMContext (not specific to jit)
Ajax
2018-12-20
1
-55
/
+55
*
Expression: replace arg by ptr in ExprMem
Fabrice Desclaux
2018-10-12
1
-2
/
+2
*
Code cleaning: lgtm.com
Fabrice Desclaux
2018-09-20
1
-2
/
+1
*
Add support for more FP operations, expand fxam
Ajax
2018-09-03
1
-9
/
+15
*
X86: fix float
Fabrice Desclaux
2018-08-29
1
-2
/
+2
*
LLVM: zero/sign ext support
Fabrice Desclaux
2018-08-06
1
-0
/
+22
*
LLVMConvert: fix multiple function addition for cntlead
Ajax
2018-07-24
1
-1
/
+4
*
LLVM: use pretty print for instr logging
Ajax
2018-07-16
1
-1
/
+2
*
Jitter: use bignum
Fabrice Desclaux
2018-07-13
1
-13
/
+90
*
Add the new float ops support for the C jitter and fix old ones
Ajax
2018-07-10
1
-15
/
+146
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
1
-7
/
+7
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-7
/
+7
*
Jitters: use loc_key instead of names or offset for basic block labeling
Ajax
2018-06-22
1
-11
/
+3
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-87
/
+67
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-17
/
+42
*
LLVM: check all CPU exceptions after instruction execution
Ajax
2018-05-18
1
-0
/
+3
*
Add support for 128 bits operations in VmMngr and GCC outputs
Ajax
2018-05-17
1
-1
/
+1
*
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
2018-05-15
1
-2
/
+2
*
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
2018-05-15
1
-9
/
+19
*
Arm: add armt jitter
Fabrice Desclaux
2018-04-18
1
-0
/
+4
*
LLVM: fix rot 0
Fabrice Desclaux
2018-03-05
1
-1
/
+3
*
X86: remove c_rez/rcl_rez/rcr_rez special operator
Fabrice Desclaux
2018-02-13
1
-23
/
+25
*
Expression: no default size for ExprId
Fabrice Desclaux
2018-02-09
1
-10
/
+10
*
IRBlock: irblock iterates on its assignblks
Fabrice Desclaux
2018-02-09
1
-1
/
+1
*
IRBlock: replace irs by assignblks
Fabrice Desclaux
2018-02-09
1
-1
/
+1
*
append b to the opens mode ; Python on Windows makes a distinction between te...
w4kfu
2018-01-16
1
-2
/
+2
*
Update to new llvmlite way to get globals
Ajax
2017-11-24
1
-2
/
+2
*
Regroup and use readonly for utils funcs (better simplifications)
Ajax
2017-07-07
1
-44
/
+49
*
LLVM: load libLLVM for custom LLVM builtins
Ajax
2017-06-27
1
-0
/
+14
*
LLVM: load shared libs only once
Ajax
2017-06-27
1
-2
/
+6
*
Merge pull request #570 from commial/fix/llvm-global
serpilliere
2017-06-14
1
-1
/
+2
|
\
|
*
Properly retrieve globals if it already exists
Ajax
2017-06-14
1
-1
/
+2
*
|
IR: Make IRBlock immutable
Fabrice Desclaux
2017-05-24
1
-4
/
+5
|
/
*
IR: explicit exception for div
Fabrice Desclaux
2017-05-15
1
-28
/
+15
*
Ir: make AssignBlock immutable
Fabrice Desclaux
2017-04-20
1
-19
/
+20
*
Jitter: fix symb cache name (#525)
serpilliere
2017-04-18
1
-5
/
+9
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
1
-6
/
+6
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-6
/
+6
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
1
-1
/
+1
*
Asmbloc: rename asm_block_bad to AsmBlockBad
Fabrice Desclaux
2017-03-13
1
-1
/
+1
*
Jitter: remove useless segm trunc
Fabrice Desclaux
2017-02-12
1
-5
/
+2
[next]