about summary refs log tree commit diff stats
path: root/example/expression/export_llvm.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-14Core: rm deprecated moduleFabrice Desclaux1-10/+0
2019-01-13Jitter: fix pc update in trace modeFabrice Desclaux4-12/+26
2019-01-12parallel testsStephen1-2/+12
2019-01-11Update arch.pyVladislav HrĨka1-1/+4
2019-01-11README: update appveyor cea-secFabrice Desclaux1-1/+1
2019-01-11Disasm/full: ircfg_a and ssa.graph are the same object, use only one denomina...Ajax1-8/+7
2019-01-11ARM: add mnemonicsFabrice Desclaux3-1/+43
2019-01-11Armt: fix itt exprlocFabrice Desclaux1-2/+2
2019-01-11Armt: fix cbnzFabrice Desclaux1-1/+1
2019-01-11MSP430: Explicit flagsFabrice Desclaux2-101/+163
2019-01-10remove unnecessary apt packages from travisStephen1-4/+0
2019-01-10appveyor cleanupStephen1-3/+0
2019-01-10use referenceStephen1-2/+2
2019-01-10use python install specific pipStephen1-6/+2
2019-01-10use pip in appveyorStephen1-9/+2
2019-01-10pin z3 to specific versionStephen1-1/+1
2019-01-10cleanup travis.ymlStephen3-41/+21
2019-01-03fix: typo in ContextException structureSheidan1-1/+1
2018-12-26Aarch64: fix ccmp semFabrice Desclaux1-3/+3
2018-12-26Aarch64: add mnemonic semFabrice Desclaux1-0/+249
2018-12-25Make python version explicitValentin Brandl1-1/+1
2018-12-23Fix typos & add codespellPierre LALET98-364/+372
2018-12-20Add export_llvm, an example illustrating basic IR exportAjax2-0/+86
2018-12-20LLVM: introduce LLVMFunction_IRCompilation, basics for IR exportAjax1-2/+93
2018-12-20LLVM: add basic support for unsigned comparisonAjax1-1/+17
2018-12-20LLVM: move Miasm operatation support to LLVMContext (not specific to jit)Ajax1-55/+55
2018-12-17Aarch64: fix bicsFabrice Desclaux1-2/+1
2018-12-10Updt example apiFabrice Desclaux6-37/+34
2018-12-10Example: remove deprecated exampleFabrice Desclaux2-34/+0
2018-12-10Add some simple disasm/ir examplesFabrice Desclaux6-9/+155
2018-12-09Expr: fix replace_expr argsFabrice Desclaux1-5/+2
2018-12-07Example: fix exprmem ptr accessFabrice Desclaux1-1/+1
2018-12-06perfomance featureMizari1-8/+3
2018-12-04Tests/QEMU-x86_64: Avoid test requiring LLVM's compiler-rt on WindowsAjax1-0/+4
2018-12-04Tests/QEMU-x86_64: Enable currently supported testsAjax1-0/+50
2018-12-04Tests/QEMU-x86_64: add sample, script and expected outputsAjax38-0/+10217
2018-12-03Fix typoAjax1-1/+1
2018-11-26Handle movupd bidirectional modeNicolas Guigo1-1/+2
2018-11-22Correct MeP BGEI semanticGuillaume Valadon2-5/+16
2018-11-17Add x86 reg testsFabrice Desclaux3-0/+254
2018-11-17Core/Asmblock: fix null starting block conditionFabrice Desclaux1-9/+5
2018-11-16add ssa graph to ida (#886)marilafo2-6/+140
2018-11-15X86 SEM SH[LR]D : use masked count for all expression in _shift_tplw4kfu1-4/+4
2018-11-15X86 SEM CMOV : add assignationw4kfu1-1/+1
2018-11-15X86 SEM ROL/SHL/SHLD/... add assignationw4kfu1-9/+3
2018-11-14fix TypeError in C translatorw4kfu1-1/+1
2018-11-14fix simplification that delete affectationw4kfu3-9/+8
2018-11-14Add Gitter badgeThe Gitter Badger1-1/+1
2018-11-13change return type of cntleadzeros to uint64_tw4kfu2-4/+4
2018-11-12Release v0.1.0Ajax1-1/+54