about summary refs log tree commit diff stats
path: root/example/expression/expr_random.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-23JitCore_TCC: Use a callback to free TCCState on Jitted block deletionCamille Mougey1-4/+10
2015-02-23JitCore: Jitted blocks are now a BoundedDict with a possible callbackCamille Mougey1-1/+5
2015-02-23Core: Introduce BoundedDict and its regression testCamille Mougey3-0/+115
2015-02-23Expression: use __hash__ function instead of propertyFabrice Desclaux1-9/+8
2015-02-23Arm: fit testFabrice Desclaux1-5/+5
2015-02-23Expression: use private attributes in expressionFabrice Desclaux1-213/+211
2015-02-23Expression: Exprcompose are now ordered by default; add sanitycheck for conti...Fabrice Desclaux1-0/+8
2015-02-23Expression: fix autopep indentationFabrice Desclaux1-2/+2
2015-02-22Arch: remove code which uses expression modificationsserpilliere3-20/+25
2015-02-22Expression: remove code which uses expression modificationsserpilliere5-12/+15
2015-02-22Expression/Simplification: avoid code modificationsserpilliere1-20/+9
2015-02-22