about summary refs log tree commit diff stats
path: root/miasm2/analysis/ssa.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SSA: ensure graph head has no predecessorsFabrice Desclaux2019-02-181-2/+39
|
* SSA: head should not be in loopsFabrice Desclaux2019-02-181-0/+1
|
* IR: add simplifierFabrice Desclaux2019-02-181-4/+5
|
* SSA: inserted var are not immutableFabrice Desclaux2019-02-181-1/+0
|
* Example: update ida apiFabrice Desclaux2019-02-181-1/+0
|
* IR: del unused edges during IR simplificationsFabrice Desclaux2019-02-121-45/+0
|
* SSA: fix unused varFabrice Desclaux2019-02-121-1/+0
|
* Code clean-up and commentAjax2019-01-161-80/+127
|
* Analysis: fix unssa algorithmFabrice Desclaux2019-01-161-97/+482
|
* SSA: make ssa_variable_to_expr publicFabrice Desclaux2019-01-151-3/+3
|
* Fix typos & add codespellPierre LALET2018-12-231-4/+4
|
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-5/+5
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+1
|
* SSA: fix tipoFabrice Desclaux2018-08-071-1/+1
|
* Analysis: add remove phiFabrice Desclaux2018-08-061-0/+118
|
* Analysis/SSA: fix analysis with missing blocksFabrice Desclaux2018-08-061-0/+2
|
* Analysis: Add SSA transformationTim Blazytko2018-07-091-0/+574
Joint work with Niko Schmidt