about summary refs log tree commit diff stats
path: root/example/symbol_exec/depgraph.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-3/+3
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-1/+1
* append b to the opens mode ; Python on Windows makes a distinction between te...w4kfu2018-01-161-1/+1
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-2/+2
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-2/+2
* Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-1/+1
* Example/Depgraph: add JSON outputFabrice Desclaux2016-03-211-8/+31
* Example/dg: fix print solutionsFabrice Desclaux2016-03-211-2/+5
* Test/depgraph: autopepFabrice Desclaux2016-03-171-28/+29
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-3/+0
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-271-2/+2
* Example: Add an example "rename-args" argument for depgraphAjax2015-04-281-2/+15
* DepGraph: Introduce implicit result management, with constraint solving APIAjax2015-04-281-0/+8
* Depgraph: Add a new example `depgraph` calling DepGraph with optionsAjax2015-04-241-0/+77