| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expression examples: Rename examples with meaningfull names | Camille Mougey | 2014-09-19 | 1 | -67/+0 |
| | | |||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 1 | -8/+8 |
| | | | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon. | ||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+67 |
| | | | | | | | | | | * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | ||||
| * | Send miasm v1 to hell | serpilliere | 2014-06-03 | 1 | -138/+0 |
| | | |||||
| * | rewrite expression visitor; expr_simp | serpilliere | 2012-12-19 | 1 | -58/+77 |
| | | |||||
| * | expression_helper: fix exprcompose simplification | serpilliere | 2012-07-04 | 1 | -0/+5 |
| | | |||||
| * | tools: add modint; remove numpy dependency | serpilliere | 2012-06-21 | 1 | -0/+2 |
| | | |||||
| * | expression_helper: add exprcond simpl | serpilliere | 2012-06-21 | 1 | -1/+6 |
| | | |||||
| * | expression: move test case in example; WARNING: - operator is now unary; ↵ | serpilliere | 2012-06-13 | 1 | -0/+107 |
| +*\&... are n-aire | |||||