about summary refs log tree commit diff stats
path: root/test/core/sembuilder.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sembuilder: Remove mem[X]Fabrice Desclaux2020-12-161-3/+3
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-3/+3
|
* Support python2/python3Fabrice Desclaux2019-03-051-9/+10
|
* symbol_pool -> loc_dbAjax2018-07-031-5/+5
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-9/+11
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-3/+3
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-4/+4
|
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-2/+2
|
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-1/+1
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-4/+4
|
* AssignBlockFabrice Desclaux2016-02-261-2/+6
|
* Sembuilder: update regression testAjax2015-11-171-1/+10
|
* SemBuilder: Introduce the 'if cond' statement, building a new IRBlockAjax2015-04-241-2/+26
|
* SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ↵Ajax2015-04-231-3/+6
| | | | ExprOp('X')(Y)`
* SemBuilder: Handle real variable declarationAjax2015-04-221-0/+3
|
* Core: Introduce SemBuilder, a helper for building semantics side effectsAjax2015-04-221-0/+22