about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitcore_llvm.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-134/+0
* Support python2/python3Fabrice Desclaux2019-03-051-17/+28
* Fix typos & add codespellPierre LALET2018-12-231-3/+3
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-8/+9
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
* symbol_pool -> loc_dbAjax2018-07-031-1/+1
* Jitcore: remove useless strucs and rename for more meaningful namesAjax2018-06-221-5/+5
* Jitters: use loc_key instead of names or offset for basic block labelingAjax2018-06-221-3/+2
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-3/+5
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-2/+3
* PPC32: integrationFabrice Desclaux2018-03-041-0/+1
* Jit: merge duplicate hash codeAjax2017-07-211-13/+1
* Jitter: fix symb cache name (#525)serpilliere2017-04-181-2/+2
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
* LLVM: handle max_exec_per_call optionAjax2017-01-051-9/+0
* LLVM: get rid of vm_mngr argumentAjax2017-01-051-1/+1
* LLVM: enable final object cachingAjax2017-01-051-22/+59
* LLVM: avoid going back to Python while next block are already jittedAjax2017-01-051-1/+2
* Clean-up LLVM ModuleRef manipulationAjax2017-01-041-8/+2
* Add support for aarch64 in LLVMAjax2017-01-041-1/+3
* Adapt codegen.CGen principles to LLVMAjax2017-01-041-6/+10
* LLVM Cache no more handledAjax2017-01-041-61/+0
* Ugly modification to have llvm work againAjax2017-01-041-1/+9
* PyLint: Remove relative importsCamille Mougey2015-02-161-2/+2
* Jitter: unify import errorFabrice Desclaux2014-12-031-4/+1
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-7/+8
* mips: fix all_regs_ids_no_alias; fix llvm soserpilliere2014-08-251-1/+2
* Jitter: merge jitcoreARCH and vm_mngrserpilliere2014-08-221-7/+5
* Jitter LLVM: Add architecture dependent libs for ARMajax2014-06-131-1/+2
* Miasm v2serpilliere2014-06-031-0/+157