| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | IR: Improve dead code elimination | Caroline Leman | 2015-04-29 | 1 | -0/+8 | |
| | | | | | | | Dead code analysis computed using Ken Kennedy Algorithm Ref: A survey of data flow analysis techniques, IBM Thomas J. Watson Research Division, 1979 | |||||
| * | Expression: expression comparison are done using repr, not hash (prone to ↵ | Fabrice Desclaux | 2015-04-08 | 1 | -18/+68 | |
| | | | | | collisions) | |||||
| * | Expression: use __hash__ function instead of property | Fabrice Desclaux | 2015-02-23 | 1 | -9/+8 | |
| | | ||||||
| * | Expression: use private attributes in expression | Fabrice Desclaux | 2015-02-23 | 1 | -213/+211 | |
| | | ||||||
| * | Expression: Exprcompose are now ordered by default; add sanitycheck for ↵ | Fabrice Desclaux | 2015-02-23 | 1 | -0/+8 | |
| | | | | | contiguous slices | |||||
| * | Expression: fix autopep indentation | Fabrice Desclaux | 2015-02-23 | 1 | -2/+2 | |
| | | ||||||
| * | Expression: Make expressions really immutable. | serpilliere | 2015-02-22 | 1 | -88/+137 | |
| | | ||||||
| * | Expression: fix ExprCond output | Fabrice Desclaux | 2015-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Expression: Fix ExprCompose:get_w (wrong copy/paste ?) | Camille Mougey | 2014-12-09 | 1 | -1/+1 | |
| | | ||||||
| * | x86 arch: fix some mnemonic | serpilliere | 2014-08-05 | 1 | -4/+4 | |
| | | ||||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+1253 | |
| * 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 ! | ||||||