about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/ira.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-1/+1
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-1/+1
* IR: rename post_add_blocFabrice Desclaux2017-07-071-2/+2
* IR: Make IRBlock immutableFabrice Desclaux2017-05-241-6/+9
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-5/+5
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-2/+2
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
* IR: rename blocs to blocksFabrice Desclaux2017-03-131-1/+1
* Arch: clean ira/jitFabrice Desclaux2017-03-131-20/+14
* IR/ir: rename ir to IntermediateRepresentationFabrice Desclaux2017-03-131-2/+2
* IR/ir: rename irbloc to IRBlockFabrice Desclaux2017-03-131-2/+2
* Let x86 'pre_add_instr' be the default behaviorAjax2017-01-241-0/+4
* Merge pull request #469 from serpilliere/updt_call_effects_apiCamille Mougey2017-01-061-1/+1
|\
| * IR: Call_effects API modificationFabrice Desclaux2017-01-061-1/+1
* | remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|/
* AssignBlockFabrice Desclaux2016-02-261-21/+9
* PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-181-2/+2
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-3/+9
* mips: fix irdst tipoFabrice Desclaux2014-09-151-1/+1
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-4/+2
* mips: add pc_fetch to support delay slot jump_reg and update_regFabrice Desclaux2014-09-011-4/+1
* IRA: Add methods to get char, short, int, long, pointer sizesCamille Mougey2014-08-291-0/+14
* mips: missing filesserpilliere2014-08-201-0/+72