about summary refs log tree commit diff stats
path: root/test/analysis/data_flow.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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