about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitcore_cc_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-121/+0
* Support python2/python3Fabrice Desclaux2019-03-051-10/+26
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-4/+6
* Jitter: use bignumFabrice Desclaux2018-07-131-0/+1
* Jitcore: remove useless strucs and rename for more meaningful namesAjax2018-06-221-2/+2
* Jitters: use loc_key instead of names or offset for basic block labelingAjax2018-06-221-11/+2
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-7/+7
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-151-0/+1
* Jit: merge duplicate hash codeAjax2017-07-211-13/+0
* Jitter: fix symb cache name (#525)serpilliere2017-04-181-1/+1
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-2/+2
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
* Merge common code into Jitcore_Cc_BaseAjax2016-09-021-0/+124