about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix typos & add codespellPierre LALET2018-12-2398-364/+372
|/
* Merge pull request #904 from commial/feature/export-LLVMserpilliere2018-12-203-58/+251
|\
| * Add export_llvm, an example illustrating basic IR exportAjax2018-12-202-0/+86
| * LLVM: introduce LLVMFunction_IRCompilation, basics for IR exportAjax2018-12-201-2/+93
| * LLVM: add basic support for unsigned comparisonAjax2018-12-201-1/+17
| * LLVM: move Miasm operatation support to LLVMContext (not specific to jit)Ajax2018-12-201-55/+55
* | Merge pull request #902 from serpilliere/fix_aarch64_bicsCamille Mougey2018-12-171-2/+1
|\ \
| * | Aarch64: fix bicsFabrice Desclaux2018-12-171-2/+1
|/ /
* | Merge pull request #898 from serpilliere/add_dis_examplesCamille Mougey2018-12-1014-80/+189
|\ \ | |/ |/|
| * Updt example apiFabrice Desclaux2018-12-106-37/+34
| * Example: remove deprecated exampleFabrice Desclaux2018-12-102-34/+0
| * Add some simple disasm/ir examplesFabrice Desclaux2018-12-106-9/+155
|/
* Merge pull request #900 from serpilliere/expr_replace_fix_argCamille Mougey2018-12-091-5/+2
|\
| * Expr: fix replace_expr argsFabrice Desclaux2018-12-091-5/+2
|/
* Merge pull request #896 from Mizari/masterserpilliere2018-12-091-8/+3
|\
| * perfomance featureMizari2018-12-061-8/+3
* | Merge pull request #897 from serpilliere/fix_mem_argCamille Mougey2018-12-071-1/+1
|\ \ | |/ |/|
| * Example: fix exprmem ptr accessFabrice Desclaux2018-12-071-1/+1
|/
* Merge pull request #894 from commial/tests/qemu-x86_64serpilliere2018-12-0539-0/+10271
|\
| * Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on WindowsAjax2018-12-041-0/+4
| * Tests/QEMU-x86_64: Enable currently supported testsAjax2018-12-041-0/+50
| * Tests/QEMU-x86_64: add sample, script and expected outputsAjax2018-12-0438-0/+10217
* | Merge pull request #893 from commial/fix-readlinkPierre Lalet2018-12-031-1/+1
|\ \ | |/ |/|
| * Fix typoAjax2018-12-031-1/+1
|/
* Merge pull request #891 from nguigo/masterserpilliere2018-11-271-1/+2
|\
| * Handle movupd bidirectional modeNicolas Guigo2018-11-261-1/+2
|/
* Merge pull request #889 from guedou/MeP_bgei_semanticserpilliere2018-11-232-5/+16
|\
| * Correct MeP BGEI semanticGuillaume Valadon2018-11-222-5/+16
|/
* Merge pull request #885 from serpilliere/x86_reg_testsCamille Mougey2018-11-183-0/+254
|\
| * Add x86 reg testsFabrice Desclaux2018-11-173-0/+254
* | Merge pull request #888 from serpilliere/fix_disasm_null_blkCamille Mougey2018-11-171-9/+5
|\ \ | |/ |/|
| * Core/Asmblock: fix null starting block conditionFabrice Desclaux2018-11-171-9/+5
* | Merge pull request #887 from w4kfu/shld_shrd_fix_mask_countserpilliere2018-11-171-4/+4
|\ \ | |/ |/|
| * X86 SEM SH[LR]D : use masked count for all expression in _shift_tplw4kfu2018-11-151-4/+4
* | add ssa graph to ida (#886)marilafo2018-11-162-6/+140
|/
* Merge pull request #883 from w4kfu/zeroextent_cmovserpilliere2018-11-151-1/+1
|\
| * X86 SEM CMOV : add assignationw4kfu2018-11-151-1/+1
* | Merge pull request #882 from w4kfu/revert-879-mov_assignexpr_rot_shiftserpilliere2018-11-152-14/+7
|\ \
| * | X86 SEM ROL/SHL/SHLD/... add assignationw4kfu2018-11-151-9/+3
| * | fix TypeError in C translatorw4kfu2018-11-141-1/+1
| * | fix simplification that delete affectationw4kfu2018-11-143-9/+8
| |/
* | Merge pull request #880 from w4kfu/cntleadzeros_return_valueserpilliere2018-11-142-4/+4
|\ \
| * | change return type of cntleadzeros to uint64_tw4kfu2018-11-132-4/+4
| |/
* | Merge pull request #884 from gitter-badger/gitter-badgeserpilliere2018-11-141-1/+1
|\ \ | |/ |/|
| * Add Gitter badgeThe Gitter Badger2018-11-141-1/+1
|/
* Merge pull request #749 from commial/release_v0.1.0serpilliere2018-11-121-1/+54
|\
| * Release v0.1.0Ajax2018-11-121-1/+54
|/
* Merge pull request #871 from serpilliere/simp_multCamille Mougey2018-11-123-1/+95
|\
| * Simple: add multiplication simplificationFabrice Desclaux2018-11-103-1/+95
* | Merge pull request #867 from serpilliere/vm_get_intCamille Mougey2018-11-1111-83/+344
|\ \