about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/ira.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-104/+0
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-2/+2
* MIPS: fix IRA call generationFabrice Desclaux2018-08-291-37/+69
* IR/Analysis: call_effects can add extra blocksFabrice Desclaux2018-07-181-2/+3
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-6/+2
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
* symbol_pool -> loc_dbAjax2018-07-031-5/+5
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-4/+4
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-6/+6
* 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