about summary refs log tree commit diff stats
path: root/example/expression (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* expression_helper: add exprcond simplserpilliere2012-06-211-1/+6
|
* expression: move test case in example; WARNING: - operator is now unary; ↵serpilliere2012-06-131-0/+107
| | | | +*\&... are n-aire
* expression: replace reload_expr with replace_expr using visitorserpilliere2012-06-121-3/+3
|
* remove useless ExprSliceToserpilliere2012-05-082-6/+11
| | | | | | exprsliceto is only used in exprcompose, so it can be removed from IL representation, and exprcompose will deal start/stop fields WARNING: as IL is modified, it may break a lot of scripts
* example: add a code analyserserpilliere2012-02-272-0/+123
| | | | | find condition to satisfy to explore the complete exec graph of a function (a *very* simple/weak fuzzgrind clone)
* example: add symbolic execution and simplificationserpilliere2012-02-272-0/+38
|
* example: add expression manipulation demoserpilliere2012-02-276-0/+264