about summary refs log tree commit diff stats
path: root/test/analysis/data_flow.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-165/+165
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+1
* IRBlock take loc_dbFabrice Desclaux2020-08-311-1/+1
* Analysis: dead simp to classFabrice Desclaux2020-02-141-2/+3
* Codespell: fix some spelling mistakesWilliam Bruneau2019-09-201-1/+1
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-5/+5
* Support python2/python3Fabrice Desclaux2019-03-051-2/+6
* Fix bad englishFabrice Desclaux2019-01-171-2/+2
* Fix typos & add codespellPierre LALET2018-12-231-3/+3
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-158/+158
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-161/+178
* symbol_pool -> loc_dbAjax2018-07-031-45/+45
* Code cleaning: remove useless / commented codeAjax2018-06-211-1/+0
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-108/+108
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-43/+45
* Remove the default size of ExprMem expressionsAjax2018-02-151-5/+5
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-14/+14
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-1/+1
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-2/+2
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-2/+1
* Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-1/+4
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-4/+4
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-0/+685