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
/
basic_simplification.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
DepGraph: fix emulation
Fabrice Desclaux
1
-18
/
+30
2017-01-06
x86: IRA don't stack retaddr in default call model
Fabrice Desclaux
1
-31
/
+8
2017-01-06
IR: Split addbloc code
Fabrice Desclaux
1
-23
/
+68
2017-01-06
IR: Call_effects API modification
Fabrice Desclaux
6
-9
/
+14
2017-01-06
Test/jitter for each jitter engine
Ajax
4
-11
/
+9
2017-01-06
Add a test for jit_maxline option
Ajax
1
-0
/
+22
2017-01-06
Add a test for max_exec_per_call option
Ajax
2
-0
/
+82
2017-01-05
Remove useless jit_call wrapper
Ajax
2
-14
/
+5
2017-01-05
Jitter: avoid getting all gpregs, just for one value
Ajax
1
-1
/
+1
2017-01-05
Jitter: remove useless VmMngr argument
Ajax
3
-11
/
+10
2017-01-05
LLVM: handle max_exec_per_call option
Ajax
2
-11
/
+21
2017-01-05
LLVM: get rid of vm_mngr argument
Ajax
2
-4
/
+6
2017-01-05
LLVM: enable final object caching
Ajax
2
-22
/
+111
2017-01-05
make this one executable, it's probably the most used toplevel executable
Aymeric Vincent
1
-0
/
+2
2017-01-05
these files are not top level executables, adapt
Aymeric Vincent
3
-24
/
+0
2017-01-05
use python2 as executable name, give adequate permissions
Aymeric Vincent
37
-37
/
+47
2017-01-05
remove #! command line on files not supposed to be run at top level
Aymeric Vincent
32
-32
/
+0
2017-01-05
fix permissions
Aymeric Vincent
1
-0
/
+0
2017-01-05
LLVM: avoid going back to Python while next block are already jitted
Ajax
2
-7
/
+34
2017-01-05
x86 BT*: include shift inside addr computation (segm case)
Ajax
1
-1
/
+8
2017-01-05
x86 sem: fix a type mismatch
Ajax
1
-1
/
+3
2017-01-05
LLVM: add support for cpuid operation
Ajax
1
-0
/
+4
2017-01-05
Enable mn_float unit test for LLVM
Ajax
1
-1
/
+1
2017-01-05
Promote ExprId to float if they belong to archiitecture float_list
Ajax
1
-2
/
+6
2017-01-05
LLVM: handle basic float operations
Ajax
1
-0
/
+18
2017-01-05
Add missing x86 offset for float
Ajax
1
-0
/
+3
2017-01-05
IR: fix set_empty_dst using c_next
Fabrice Desclaux
1
-2
/
+7
2017-01-04
Simplify LLVM translation of ExprCond
Ajax
1
-34
/
+2
2017-01-04
Force the undefined behavior of shifts to be 0
Ajax
1
-6
/
+20
2017-01-04
Update Travis for Numba llvmlite
Ajax
1
-0
/
+11
2017-01-04
Remove unused code, regroup similar function by category
Ajax
1
-398
/
+169
2017-01-04
Clean-up LLVM ModuleRef manipulation
Ajax
2
-44
/
+44
2017-01-04
LLVM: add support for optimisation
Ajax
1
-28
/
+14
2017-01-04
LLVM: Handle '-' operation with 2 operands
Ajax
1
-2
/
+3
2017-01-04
LLVM: Handle asm_bad_block
Ajax
1
-4
/
+17
2017-01-04
LLVM: avoid division by zero, using Miasm wrapper instead
Ajax
1
-4
/
+12
2017-01-04
LLVM: handle the specific size of segm2addr operation
Ajax
1
-5
/
+17
2017-01-04
LLVM: Add missing operation BSR/BSF
Ajax
1
-0
/
+8
2017-01-04
Homogenize x86_bsf/r API with rcl/rcr_rez_op API
Ajax
2
-5
/
+5
2017-01-04
LLVM: Add support for delayslot (through mips32)
Ajax
1
-13
/
+79
2017-01-04
Add support for aarch64 in LLVM
Ajax
1
-1
/
+3
2017-01-04
Refactor external function call for custom OP
Ajax
1
-51
/
+67
2017-01-04
Add missing offset for x86 arch
Ajax
1
-0
/
+5
2017-01-04
Adapt codegen.CGen principles to LLVM
Ajax
3
-44
/
+418
2017-01-04
Update with new MEM R/W API
Ajax
2
-12
/
+18
2017-01-04
Memory R/W are context dependent
Ajax
1
-22
/
+56
2017-01-04
Alloca at end may occurs after a jump -> fix
Ajax
1
-1
/
+1
2017-01-04
Refine affect to avoid `_new` trick
Ajax
1
-20
/
+15
2017-01-04
LLVM Cache no more handled
Ajax
1
-61
/
+0
2017-01-04
Update documentation for llvmlite
Ajax
3
-6
/
+6
[next]